From: Ilia Alshanetsky Date: Fri, 4 Dec 2009 14:18:11 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.12RC4~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa096dd4d888b80390ddacea5105d7d13077752;p=php BFN --- diff --git a/NEWS b/NEWS index 6a326e8905..612b4cc3b3 100644 --- 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).