]> granicus.if.org Git - php/commitdiff
Update NEWS
authorYasuo Ohgaki <yohgaki@php.net>
Sat, 10 Aug 2013 22:15:55 +0000 (07:15 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Sat, 10 Aug 2013 22:15:55 +0000 (07:15 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 0379df0efe605a00fee4d12ae5737d304092d675..4b373a08c1e52d2f0456ae7661e2a33acc0c547b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP                                                                        NEWS
   . Implemented strict sessions RFC (https://wiki.php.net/rfc/strict_sessions)
     which protects against session fixation attacks and session collisions.    
     (Yasuo Ohgaki)
+  . Fixed possible buffer overflow under Windows. Note: Not a security fix.
+    (Yasuo)
+  . Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
+
 - Pgsql:
   . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
     /pg_delete()/pg_insert()). (Yasuo)