From: Sara Golemon Date: Fri, 12 Mar 2004 21:49:01 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.5RC4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb20f5cafe75162f708a43f8a03031e20027f466;p=php BFN --- diff --git a/NEWS b/NEWS index a58a563b00..67465421b6 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP 4 NEWS allocation functions. (Ilia) - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is disabled). (Ilia) +- Fixed bug #27509 (broken getaddrinfo() causes fsockopen() error). (Sara) - Fixed bug #27505 (htmlentities() does not handle BIG5 correctly). (Ilia, ywliu at hotmail dot com) - Fixed bug #27460 (base64_decode() does not handle extra padding).