summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2016-12-22 16:03:55 +0900
committerYasuo Ohgaki <yohgaki@php.net>2016-12-22 16:04:28 +0900
commit4899109e7bfcc5264e651fc7241bb320115def33 (patch)
tree17ba79f5f31f7215379668b1cb178a44ac3429f7
parenta93a51c3bf4ea1638ce0adc4a899cb93531b9f0d (diff)
downloadphp-git-4899109e7bfcc5264e651fc7241bb320115def33.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acd9b0e231..b7753e1229 100644
--- a/NEWS
+++ b/NEWS
@@ -71,6 +71,7 @@ PHP NEWS
- Session:
. Fixed bug #73461 (Prohibit session save handler recursion). (Yasuo)
. PR #2233 Removed register_globals related code and "!" can be used as $_SESSION key name. (Yasuo)
+ . Improved bug #73100 fix. 'user' save handler can only be set by session_set_save_handler()
- SOAP:
. Fixed bug #69137 (Peer verification fails when using a proxy with SoapClient)