Releases: mikehaertl/php-tmpfile
Releases · mikehaertl/php-tmpfile
Release 1.3.0
- Issue #28: Add
ignoreUserAbort
option to remove the file even if the user closes the connection prematurely
Release 1.2.1
- Issue #26 Allow to pass additional HTTP headers to the
send()
method
Note: There was an erroneous release 1.2.0 that did not contain the above change yet. To avoid any caching issues e.g. with packagist I've deleted that release and created 1.2.1 instead.
Release 1.1.7
- Issue #21 Make
$contentType
argument optional insend()
method to fix deprecation warning with PHP 8
Release 1.1.6
- Add
.gitattributes
to reduce package size
Release 1.1.5
- Fix #17: Delete file only if it exists in the destructor
Release 1.1.4
- Issue #14 Fix download of filenames with spaces
Release 1.1.3
- Fix #11: Undefined index error fixed
Release 1.1.2
- Fix download filename with UTF-8 characters
Release 1.1.1
- Issue #4 Fix broken download on iOS devices
Release 1.1.0
- Add
$delete
option to keep temporary files e.g. for debugging. Default istrue
.