helly Tue Aug 3 13:07:56 2004 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.18&r2=1.1760.2.19&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.18 php-src/NEWS:1.1760.2.19 --- php-src/NEWS:1.1760.2.18 Sat Jul 31 20:35:11 2004 +++ php-src/NEWS Tue Aug 3 13:07:56 2004 @@ -2,6 +2,8 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php