summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-09-29 16:17:23 +0200
committerRemi Collet <remi@php.net>2020-09-29 16:17:23 +0200
commite39ce172f80e89e793a1b73ebe59a1e462b9ec31 (patch)
treed851424fcd1ec2a421312e62262654cd2ddb5301 /UPGRADING
parent053a5fc141be9d3d9b9fb50e9856e0e102c28e66 (diff)
downloadphp-git-e39ce172f80e89e793a1b73ebe59a1e462b9ec31.tar.gz
bump zip extension version
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index c2e425ef11..2d49f1043b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -812,7 +812,7 @@ PHP 8.0 UPGRADE NOTES
values rather than int.
- Zip:
- . Extension updated to version 1.19.0
+ . Extension updated to version 1.19.1
. 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.