From: Felipe Pena Date: Sat, 12 Jul 2008 21:14:57 +0000 (+0000) Subject: BFN: #45220 X-Git-Tag: php-5.2.7RC1~212 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b56b2d3013854494b95e06d4f00f5e88b903b457;p=php BFN: #45220 --- diff --git a/NEWS b/NEWS index 4cc0d0f752..cce2c9eebd 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,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 #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 #45004 (pg_insert() does not accept 4 digit timezone format). (Ilia)