]> granicus.if.org Git - php/commitdiff
[ci skip] Fix misspelled method names
authorFlorian Engelhardt <flo@dotbox.org>
Tue, 24 Nov 2020 15:48:17 +0000 (16:48 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 24 Nov 2020 17:18:40 +0000 (18:18 +0100)
Closes GH-6452.

UPGRADING

index a9246bc7a7cf0f569d0c6bf75c74d5125f0bcf4d..bf41814ee1781f1ebdfbfee38977374f3f201241 100644 (file)
--- 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.