jani Tue Jul 15 13:16:26 2008 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS Log: Fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1172&r2=1.2027.2.547.2.1173&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1172 php-src/NEWS:1.2027.2.547.2.1173 --- php-src/NEWS:1.2027.2.547.2.1172 Tue Jul 15 13:10:07 2008 +++ php-src/NEWS Tue Jul 15 13:16:25 2008 @@ -1,11 +1,15 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2008, PHP 5.2.7 -- 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) +- Reverted fix for bug #44197 due to change in behaviour in minor version. + (Felipe) + +- Fixed simplexml asXML() not to lose encoding when dumping entire document + to file. (Ilia) +- Fixed a crash inside PDO when trying instantiate PDORow manually. (Felipe) - Fixed build failure of ext/mysqli with libmysql 6.0 - missing rpl functions. (Andrey) + - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect). (Felipe) - Fixed bug #45485 (strip_tags and <?XML tag). (Felipe) @@ -22,7 +26,8 @@ - Fixed bug #45251 (double free or corruption with setAttributeNode()). (Rob) - Fixed bug #45220 (curl_read callback returns -1 when needs to return size_t (unsigned)). (Felipe) -- Fixed bug #45139 (ReflectionProperty returns incorrect declaring class). (Felipe) +- 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 @@ -32,7 +37,8 @@ contains invalid data). (Markus Fischer, David C) - Fixed bug #44798 (Memory leak assigning value to attribute). (Ilia) - Fixed bug #44716 (Progress notifications incorrect). (Hannes) -- Fixed bug #44712 (stream_context_set_params segfaults on invalid arguments). (Hannes) +- Fixed bug #44712 (stream_context_set_params segfaults on invalid arguments). + (Hannes) - Fixed bug #41348 (OCI8: allow compilation with Oracle 8.1). (Chris Jones) 01 May 2008, PHP 5.2.6
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php