From: Wez Furlong Date: Tue, 10 Aug 2004 13:47:30 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.1RC2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f8870315933675d8f7731318415a475c3684e15;p=php BFN --- diff --git a/NEWS b/NEWS index 2382a00fb4..d19363a9a9 100644 --- a/NEWS +++ b/NEWS @@ -35,8 +35,9 @@ PHP NEWS - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg) - Fixed bug #29291 (get_class_vars() return names with NULLs). (Marcus) - Fixed bug #29264 (gettext extension not working). (Edin) -- Fixed buf #29258 (variant_date_from_timestamp() does not honour +- Fixed bug #29258 (variant_date_from_timestamp() does not honour timezone). (Wez) +- Fixed bug #29256 (error when sending large packets on a socket). (Dmitry) - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry) - Fixed bug #29132 ($_SERVER["PHP_AUTH_USER"] isn't defined). (Stefan) - Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8). (Moriyoshi)