From: Ilia Alshanetsky Date: Thu, 3 Dec 2009 00:11:58 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.3.2RC1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f3532a266ff8836f7e3d9fbfca48782d1f9fae9;p=php BFN --- diff --git a/NEWS b/NEWS index 6747904eee..4571009216 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP NEWS - Changed "post_max_size" php.ini directive to allow unlimited post size by setting it to 0. (Rasmus) +- Improved fix for bug #50006 (Segfault caused by uksort()). (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