rrichards               Thu Mar 20 16:49:41 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  BFN
  re-order
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1123&r2=1.2027.2.547.2.1124&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1123 php-src/NEWS:1.2027.2.547.2.1124
--- php-src/NEWS:1.2027.2.547.2.1123    Thu Mar 20 00:55:26 2008
+++ php-src/NEWS        Thu Mar 20 16:49:41 2008
@@ -4,6 +4,10 @@
 - 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 @@
   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).



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to