aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
178 stars 31 forks source link

fixed unclosed filehandle #91

Closed brainfoolong closed 1 month ago

brainfoolong commented 1 month ago

fixed resetting ->close after overriding filehandle resource

This will result in errors especially when you use custom temp directories and want to remove them before the shutdown handler comes, the file that is still opened cannot be deleted.

Easy fix by resetting the close flag, so it closes automatically again when needed