summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-06 00:28:28 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-06 01:03:46 +0200
commit8aad3131a1d00e191db1b3b27aed6e7fae269f13 (patch)
treeef5770487a027f145e140fb9e887b7a918f27f04 /NEWS
parentdd6da58fac6532d72c9e699a45db2b52d68d4c50 (diff)
downloadphp-git-8aad3131a1d00e191db1b3b27aed6e7fae269f13.tar.gz
Fix #70752: Depacking with wrong password leaves 0 length files
We should not open the output stream before we have tried to open the archive entry, as failing the latter could leave an empty file behind.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1dfcaab68..bd677499d4 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ PHP NEWS
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
(Keyur) (julien backport)
+- Zip:
+ . Fixed bug #70752 (Depacking with wrong password leaves 0 length files).
+ (cmb)
+
15 Sep 2016, PHP 5.6.26
- Core: