mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Check that tempfiles could be created. #280

Closed xrobau closed 3 years ago

xrobau commented 4 years ago

I spent some time with random and strange php errors being emitted like :

tempnam(): file created in the system's temporary directory

and fopen()'s failing. This turned out to be because I was exceeding ulimits. Checking that the file was actually created will help the next person who hits this problem!