]> granicus.if.org Git - php/commitdiff
Fix news
authorJani Taskinen <jani@php.net>
Tue, 15 Jul 2008 13:16:25 +0000 (13:16 +0000)
committerJani Taskinen <jani@php.net>
Tue, 15 Jul 2008 13:16:25 +0000 (13:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8c54470b0da5c3e27bcf17bf24d9f163226257c1..b7358171965cd8cc8fe4990355ef8fb67bc500fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 @@ PHP                                                                        NEWS
 - 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 @@ PHP                                                                        NEWS
   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