php-tmpfile
php-tmpfile copied to clipboard
A convenience class for temporary files
This PR adds a simple method to keep a reference on the instance until the request ends. When calling `$file->keepDuringRequest()`, a `register_shutdown_function` is registered, which simply holds the instance in...
Hello, We have been using this library as part of our project in conjunction with phpwkhtmltopdf library. We recently migrated to a new server, and suddenly the PDF download stopped...
`ignore_user_abort(true)` affects global state, possibly changing behaviour of subsequent code in unexpected ways. This PR restores the setting to its previous state before returning.
Property names are case sensitive. A misspelled property led to this error: > TypeError: mime_content_type(): Argument #1 ($filename) must be of type resource|string, null given in file /home/holger/beodata/composer/mikehaertl/php-tmpfile/src/File.php on line...