]> granicus.if.org Git - php/commitdiff
BFN
authorIlia Alshanetsky <iliaa@php.net>
Fri, 4 Dec 2009 14:18:11 +0000 (14:18 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 4 Dec 2009 14:18:11 +0000 (14:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6a326e89052211ad5a739f3524b24e01601e3256..612b4cc3b33815091ace816f8194e7e971f97eea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +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)
 - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
 
 - Fixed bug #50345 (nanosleep not detected properly on some solaris versions).