- Fix NEWS
authorJani Taskinen <jani@php.net>
Mon, 7 Dec 2009 07:30:41 +0000 (07:30 +0000)
committerJani Taskinen <jani@php.net>
Mon, 7 Dec 2009 07:30:41 +0000 (07:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5c6503a3fcec373def37c2f4c4635d6810dffdaf..89a0479ac0d3d9170efa38bab86d5cfc2c4b6e0f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP                                                                        NEWS
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)
 
+- Added protection for $_SESSION from interrupt corruption and improved
+  "session.save_path" check. (Stas)
 - Added LIBXML_PARSEHUGE constant to override the maximum text size of a
   single text node when using libxml2.7.3+. (Kalle)
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
@@ -19,8 +21,6 @@ PHP                                                                        NEWS
   (Linus Nielsen Feltzing <linus@haxx.se>)
 - Added client-side server name indication support in openssl. (Arnaud)
 
-- Protect http_session_vars from interrupt corruption and improve save_path
-  check. (Stas)
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
 
 - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)