We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f59b3 commit cdd5ec7Copy full SHA for cdd5ec7
UPGRADING
@@ -982,8 +982,8 @@ PHP 8.0 UPGRADE NOTES
982
- Zip:
983
. ZipArchive::setMtimeName and ZipArchive::setMtimeIndex to set the
984
modification time of an entry.
985
- . ZipArchive::setProgressCallback to provide updates during archive close.
986
- . ZipArchive::setCancelCallback to allow cancellation during archive close.
+ . ZipArchive::registerProgressCallback to provide updates during archive close.
+ . ZipArchive::registerCancelCallback to allow cancellation during archive close.
987
. ZipArchive::replaceFile to replace an entry content.
988
. ZipArchive::isCompressionMethodSupported to check optional compression
989
features.
0 commit comments