summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-09-09 11:30:33 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-09-09 11:31:54 +0900
commit38553e853b65eb84f919e4f5c5b9e702f1842b62 (patch)
tree488f824fe962ce7a5e8a8a70e3f0ecb46c2857d0 /NEWS
parentb1f33db39f48c1254cc3661faf53890d213f07d0 (diff)
downloadphp-git-38553e853b65eb84f919e4f5c5b9e702f1842b62.tar.gz
Fixed Bug #68015 Session does not report invalid uid for files save handler
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83066944ea..4331aec037 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP NEWS
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
(Keyur) (julien backport)
+- Session:
+ . Fixed bug #68015 (Session does not report invalid uid for files save handler).
+ (Yasuo)
+
- Zip:
. Fixed bug #70752 (Depacking with wrong password leaves 0 length files).
(cmb)