]> granicus.if.org Git - php/commitdiff
BFN #45226, #18916
authorFelipe Pena <felipe@php.net>
Wed, 10 Sep 2008 00:20:49 +0000 (00:20 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 10 Sep 2008 00:20:49 +0000 (00:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index baaeab4fbbfee0d939082750f8e3418574e2d08e..4780108fced7129d2ad8ecce526b7a1fb9f6f99b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,8 @@ PHP                                                                        NEWS
 - Fixed bug #45312 (Segmentation fault on second request for array functions).
   (Dmitry)
 - Fixed bug #45251 (double free or corruption with setAttributeNode()). (Rob)
+- Fixed bug #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string).
+  (Jeff Lawsons)
 - Fixed bug #45220 (curl_read callback returns -1 when needs to return 
   size_t (unsigned)). (Felipe)
 - Fixed bug #45181 (chdir() should clear relative entries in stat cache). 
@@ -110,6 +112,7 @@ PHP                                                                        NEWS
   (Jani)
 - Fixed bug #42318 (problem with nm on AIX, not finding object files). (Dmitry)
 - Fixed bug #41348 (OCI8: allow compilation with Oracle 8.1). (Chris Jones)
+- Fixed bug #18916 (xmlrpc_set_type() "not working"). (Jeff Lawsons)
 
 01 May 2008, PHP 5.2.6
 - Fixed two possible crashes inside posix extension (Tony)