]> granicus.if.org Git - php/commitdiff
BFN
authorRob Richards <rrichards@php.net>
Thu, 20 Mar 2008 16:49:41 +0000 (16:49 +0000)
committerRob Richards <rrichards@php.net>
Thu, 20 Mar 2008 16:49:41 +0000 (16:49 +0000)
re-order

NEWS

diff --git a/NEWS b/NEWS
index f7898b0da0627121f0799412df3a5fef5779709f..3b73b2937926c586c561e71e40958bdc96e9d24a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ PHP                                                                        NEWS
 - Properly address incomplete multibyte chars inside escapeshellcmd() (Ilia,
   Stefan Esser)
 - Fix integer overflow in printf(). (Stas, Maksymilian Aciemowicz)
+- Fixed bug #44487 (call_user_method_array issues a warning when throwing
+   an exception). (David Soria Parra)
+- Fixed bug #44478 (Inconsistent behaviour when assigning new nodes). 
+  (Rob, Felipe)
 - Fixed bug #44445 (email validator does not handle domains starting/ending 
   with a -). (Ilia)
 - Fixed bug #44440 (st_blocks undefined under BeOS). (Felipe)
@@ -18,8 +22,6 @@ PHP                                                                        NEWS
   again...). (Felipe)
 - Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct() 
   causes a sefault). (Etienne)
-- Fixed bug #44487 (call_user_method_array issues a warning when throwing
-   an exception). (David Soria Parra)
 
 06 Mar 2008, PHP 5.2.6RC2
 - Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags).