summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-08-11 07:15:01 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-08-11 07:15:01 +0900
commitbff1a96a0ff32610acd494534b9a91e1275831e7 (patch)
tree2c95be9cf870bec679027fbfd5ba722b5880eb87
parent0ad81ac18a72c0bc2d9dae180950f47a09994e35 (diff)
downloadphp-git-bff1a96a0ff32610acd494534b9a91e1275831e7.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76ec38e565..e5b9600800 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ PHP NEWS
gmail dot com)
. Fixed bug #50308 (session id not appended properly for empty anchor tags).
(Arpad)
+ . Fixed possible buffer overflow under Windows. Note: Not a security fix.
+ (Yasuo)
+ . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
- SOAP:
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)