helly Tue Jan 25 05:48:13 2005 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.208&r2=1.1760.2.209&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.208 php-src/NEWS:1.1760.2.209 --- php-src/NEWS:1.1760.2.208 Mon Jan 24 16:44:03 2005 +++ php-src/NEWS Tue Jan 25 05:48:13 2005 @@ -6,6 +6,8 @@ - Changed phpize not to require automake and libtool. (Jani) - Fixed build system to always use bundled libtool files. (Jani) - Fixed a bug in mysqli_stmt_execute() (type conversion with NULL values). (Georg) +- Changed foreach to throw an exception if IteratorAggregate::getIteraor() does + not return an Iterator. (Marcus) - Fixed bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays). (Marcus) - Fixed bug #31623 (OCILogin does not support password grace period).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php