From: Felipe Pena Date: Wed, 10 Sep 2008 13:26:38 +0000 (+0000) Subject: - Union #45226 + #18916 X-Git-Tag: php-5.2.7RC1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098c1b53978ddb391324d568b9f4c23ac4595810;p=php - Union #45226 + #18916 --- diff --git a/NEWS b/NEWS index d3db3da177..7817c2dc81 100644 --- a/NEWS +++ b/NEWS @@ -63,8 +63,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 #45226 and #18916 (xmlrpc_set_type() segfaults and wrong behavior + 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). @@ -113,7 +113,6 @@ 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)