From: Florian Engelhardt Date: Tue, 24 Nov 2020 15:48:17 +0000 (+0100) Subject: [ci skip] Fix misspelled method names X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdd5ec7a3ceb8f3efc12766672c44db65205fdd1;p=php [ci skip] Fix misspelled method names Closes GH-6452. --- 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.