diff options
author | Florian Engelhardt <flo@dotbox.org> | 2020-11-24 16:48:17 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-11-24 18:18:40 +0100 |
commit | cdd5ec7a3ceb8f3efc12766672c44db65205fdd1 (patch) | |
tree | 6c1ede2b0caeef6a9ae79b574e54365843154cd8 /UPGRADING | |
parent | 70f59b3416992341f9245459f9cd26f363151f1c (diff) | |
download | php-git-cdd5ec7a3ceb8f3efc12766672c44db65205fdd1.tar.gz |
[ci skip] Fix misspelled method names
Closes GH-6452.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -982,8 +982,8 @@ PHP 8.0 UPGRADE NOTES - Zip: . ZipArchive::setMtimeName and ZipArchive::setMtimeIndex to set the modification time of an entry. - . ZipArchive::setProgressCallback to provide updates during archive close. - . ZipArchive::setCancelCallback to allow cancellation during archive close. + . ZipArchive::registerProgressCallback to provide updates during archive close. + . ZipArchive::registerCancelCallback to allow cancellation during archive close. . ZipArchive::replaceFile to replace an entry content. . ZipArchive::isCompressionMethodSupported to check optional compression features. |