From cdd5ec7a3ceb8f3efc12766672c44db65205fdd1 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Tue, 24 Nov 2020 16:48:17 +0100 Subject: [PATCH] [ci skip] Fix misspelled method names Closes GH-6452. --- UPGRADING | 4 ++-- 1 file 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. -- 2.50.1