summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-07-10 11:31:55 +0200
committerRemi Collet <remi@php.net>2017-07-10 11:31:55 +0200
commit569d164c4ad37187c3e1e7dc42d736da69f4fdb0 (patch)
tree3d678ab4c9816793eace5323504e7e15e934a9aa /UPGRADING
parent161c378cc861fe01ea0034f5a6e8d32ad14f5ccb (diff)
downloadphp-git-569d164c4ad37187c3e1e7dc42d736da69f4fdb0.tar.gz
ZipArchive implements countable, added ZipArchive::count() method
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 49d499b881..d0d2081623 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -143,6 +143,8 @@ PHP 7.2 UPGRADE NOTES
ZipArchive::EM_AES_192
ZipArchive::EM_AES_256
. accept 'password' from zip stream context
+ . ZipArchive implements countable, added ZipArchive::count() method.
+
========================================
3. Changes in SAPI modules