diff options
author | Remi Collet <remi@php.net> | 2020-04-02 14:58:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2020-04-02 14:58:13 +0200 |
commit | 319c21b1f60cd05ff7751abc8d0c2267a2314299 (patch) | |
tree | 7442a2a35b209ae8fc9b7f5b3e4712a6a7414682 /UPGRADING | |
parent | 2dc8d39bae47fc2cb44125514a8a4e81e9a8dd24 (diff) | |
download | php-git-319c21b1f60cd05ff7751abc8d0c2267a2314299.tar.gz |
news / UPGRADING for zip 1.19.0
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |