From: Marcus Boerger Date: Tue, 3 Aug 2004 17:07:56 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.1RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a263d88c8123867f989b704e1edceec788958cd6;p=php BFN --- diff --git a/NEWS b/NEWS index c8282961b7..67d3b3ff90 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.1 - Improved and moved ActiveScript SAPI to PECL. (Wez) +- Fixed bug #29505 (get_class_vars() severely broken when used with arrays). + (Marcus) - Fixed bug #29474 (win32: usleep() doesn't work). (Wez) - Fixed bug #29449 (win32: feof() hangs on empty tcp stream). (Wez) - Fixed bug #29437 (Possible crash inside array_walk_recursive()). (Ilia) @@ -10,11 +12,13 @@ PHP NEWS - Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob) - Fixed unloading of dynamically loaded extensions. (Marcus, kameshj at fastmail dot fm) -- Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty +- Fixed bug #29395 (sqlite_escape_string() returns bogus data on empty strings). (Ilia, Tony) - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez) - Fixed bug #29368 (The destructor is called when an exception is thrown from the constructor). (Marcus) +- Fixed bug #29354 (Exception constructor marked as both public and protected). + (Marcus) - Fixed bug #29342 (strtotime() does not handle empty date string properly). (Ilia) - Fixed bug #29340 (win32 build produces invalid php_ifx.dll). (Edin)