]> granicus.if.org Git - php/commitdiff
- BFN
authorMarcus Boerger <helly@php.net>
Tue, 25 Jan 2005 10:48:13 +0000 (10:48 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 25 Jan 2005 10:48:13 +0000 (10:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4cbd7e032bb04114bc67a54482ead62c9724fef3..35de09a11273c13c1eabce508b68b68f34f67b22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
 - 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).