From: Jani Taskinen Date: Mon, 7 Dec 2009 07:30:41 +0000 (+0000) Subject: - Fix NEWS X-Git-Tag: php-5.2.12RC4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fca678c4737f3ca850008d65b4f79e7be7c7c77;p=php - Fix NEWS --- diff --git a/NEWS b/NEWS index 3493af4b29..cd5b7298cd 100644 --- 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).