From: Andi Gutmans Date: Mon, 9 Aug 2004 22:24:10 +0000 (+0000) Subject: - Update NEWS X-Git-Tag: php-5.0.1RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d43cf4ec4da424837c25c7210c2cb276a602994;p=php - Update NEWS --- diff --git a/NEWS b/NEWS index 8583c7ae72..969a027b0e 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.1 -- Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry) -- Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry) -- Fixed bug #29061 (soap extension segfaults). (Dmitry) -- Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry) - Updated several libraries bundled with the windows release which now includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin) - Improved and moved ActiveScript SAPI to PECL. (Wez) @@ -38,7 +34,12 @@ PHP NEWS - Fixed bug #29264 (gettext extension not working). (Edin) - Fixed buf #29258 (variant_date_from_timestamp() does not honour timezone). (Wez) +- 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) +- Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry) +- Fixed bug #29061 (soap extension segfaults). (Dmitry) +- Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry) - Fixed bug #28895 (ReflectionClass::isAbstract always returns false). (Marcus) - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara) - Fixed bug #28464 (catch() does not catch exceptions by interfaces). (Marcus)