]> granicus.if.org Git - php/commitdiff
BFN
authorIlia Alshanetsky <iliaa@php.net>
Thu, 3 Dec 2009 00:11:58 +0000 (00:11 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 3 Dec 2009 00:11:58 +0000 (00:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6747904eee57c0333fbde404b439db450d53aa00..45710092162b365acd81d58fb058a386b43c84d3 100644 (file)
--- 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