From: Rob Richards Date: Sat, 14 Jun 2008 11:25:52 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.7RC1~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c65f7b0a234821738bf93b04e9fa7cf2c5d0e8e;p=php BFN fix ordering --- diff --git a/NEWS b/NEWS index 268c3379b9..1eeee9a174 100644 --- a/NEWS +++ b/NEWS @@ -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 @@ PHP NEWS 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