jani                                     Mon, 07 Dec 2009 07:30:41 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291804

Log:
- Fix NEWS

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-12-07 06:50:39 UTC (rev 291803)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-07 07:30:41 UTC (rev 291804)
@@ -3,9 +3,9 @@
 ?? 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).

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-07 06:50:39 UTC (rev 291803)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-07 07:30:41 UTC (rev 291804)
@@ -9,6 +9,8 @@
 - 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 @@
   (Linus Nielsen Feltzing <li...@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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to