]> granicus.if.org Git - php/commitdiff
- 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 3493af4b295c8ff2962d8a43ec6962f0503c02a4..cd5b7298cdb4da6b5dfa584c893791ccac077d77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,9 @@ PHP                                                                        NEWS
 ?? Dec 2009, PHP 5.2.12RC4
 - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
   single text node when using libxml2.7.3+. (Kalle)
-  
-- Protect http_session_vars from interrupt corruption and improve save_path
-  check. (Stas)
+- Added protection for $_SESSION from interrupt corruption and improved
+  "session.save_path" check. (Stas)
+
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
 
 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).