summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorFlorian Engelhardt <flo@dotbox.org>2020-11-24 16:48:17 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-24 18:18:40 +0100
commitcdd5ec7a3ceb8f3efc12766672c44db65205fdd1 (patch)
tree6c1ede2b0caeef6a9ae79b574e54365843154cd8 /UPGRADING
parent70f59b3416992341f9245459f9cd26f363151f1c (diff)
downloadphp-git-cdd5ec7a3ceb8f3efc12766672c44db65205fdd1.tar.gz
[ci skip] Fix misspelled method names
Closes GH-6452.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index a9246bc7a7..bf41814ee1 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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.