summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-04-02 14:58:13 +0200
committerRemi Collet <remi@php.net>2020-04-02 14:58:13 +0200
commit319c21b1f60cd05ff7751abc8d0c2267a2314299 (patch)
tree7442a2a35b209ae8fc9b7f5b3e4712a6a7414682 /UPGRADING
parent2dc8d39bae47fc2cb44125514a8a4e81e9a8dd24 (diff)
downloadphp-git-319c21b1f60cd05ff7751abc8d0c2267a2314299.tar.gz
news / UPGRADING for zip 1.19.0
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING7
1 files changed, 6 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index ab0999282d..8b0324d090 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -457,13 +457,14 @@ PHP 8.0 UPGRADE NOTES
RFC: https://wiki.php.net/rfc/dom_living_standard_api
- Zip:
- . Extension updated to version 1.18.2
+ . Extension updated to version 1.19.0
. New ZipArchive::lastId property to get index value of last added entry.
. Error can be checked after an archive is closed using ZipArchive::status,
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.
. The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
treated as arbitrary string prefix (for consistency with the add_path
option), whereas formerly it was treated as directory name.
+ . Optional compression / encryption features are listed in phpinfo.
========================================
3. Changes in SAPI modules
@@ -528,6 +529,10 @@ PHP 8.0 UPGRADE NOTES
. ZipArchive::setProgressCallback to provide updates during archive close.
. ZipArchive::setCancelCallback to allow cancellation during archive close.
. ZipArchive::replaceFile to replace an entry content.
+ . ZipArchive::isCompressionMethodSupported to check optional compression
+ features.
+ . ZipArchive::isEncryptionMethodSupported to check optional encryption
+ features.
========================================
7. New Classes and Interfaces