rrichards               Sat Jun 14 11:25:52 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  BFN
  fix ordering
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1163&r2=1.2027.2.547.2.1164&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1163 php-src/NEWS:1.2027.2.547.2.1164
--- php-src/NEWS:1.2027.2.547.2.1163    Fri Jun  6 01:00:20 2008
+++ php-src/NEWS        Sat Jun 14 11:25:52 2008
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2008, PHP 5.2.7
-- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class). 
(Felipe)
 - When dumping entire document to file via asXml() don't lose the encoding.
   (Ilia)
 - Fixed a crash inside PDO when trying instantiate PDORow manually (Felipe)
@@ -9,6 +8,8 @@
   functions. (Andrey)
 - Fixed a bug where exec() on Windows would eat the first and last double 
quotes
   (Scott)
+- Fixed bug #45251 (double free or corruption with setAttributeNode()). (Rob)
+- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class). 
(Felipe)
 - Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format).
   (Ilia)
 - Fixed bug #44891 Memory leak using registerPHPFunctions and XSLT Variable 



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

Reply via email to