Skip to content

Commit cdd5ec7

Browse files
realFlowControlcmb69
authored andcommitted
[ci skip] Fix misspelled method names
Closes GH-6452.
1 parent 70f59b3 commit cdd5ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

+2-2
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ PHP 8.0 UPGRADE NOTES
982982
- Zip:
983983
. ZipArchive::setMtimeName and ZipArchive::setMtimeIndex to set the
984984
modification time of an entry.
985-
. ZipArchive::setProgressCallback to provide updates during archive close.
986-
. ZipArchive::setCancelCallback to allow cancellation during archive close.
985+
. ZipArchive::registerProgressCallback to provide updates during archive close.
986+
. ZipArchive::registerCancelCallback to allow cancellation during archive close.
987987
. ZipArchive::replaceFile to replace an entry content.
988988
. ZipArchive::isCompressionMethodSupported to check optional compression
989989
features.

0 commit comments

Comments
 (0)