]> granicus.if.org Git - php/commitdiff
- Fix order
authorJani Taskinen <jani@php.net>
Wed, 2 Dec 2009 12:09:06 +0000 (12:09 +0000)
committerJani Taskinen <jani@php.net>
Wed, 2 Dec 2009 12:09:06 +0000 (12:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ade80a0a8e3c44cd306ae224bacedc8ea90bbf95..6747904eee57c0333fbde404b439db450d53aa00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.3.2
-- Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
-- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
-  single text node when using libxml2.7.3+. (Kalle)
-  
 - Upgraded bundled sqlite to version 3.6.20. (Ilia)
 - Upgraded bundled PCRE to version 8.00. (Scott)
 
@@ -13,6 +9,8 @@ PHP                                                                        NEWS
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)
 
+- 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
   through the Reflection API. (Sebastian)
 - Added Collator::getSortKey for intl extension. (Stas)
@@ -21,6 +19,7 @@ PHP                                                                        NEWS
   (Linus Nielsen Feltzing <linus@haxx.se>)
 - Added client-side server name indication support in openssl. (Arnaud)
 
+- Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
 - Fixed error_log() to be binary safe when using message_type 3. (Jani)
 - Fixed unnecessary invocation of setitimer when timeouts have been disabled.
   (Arvind Srinivasan)