]> granicus.if.org Git - php/commitdiff
order + typos
authorfoobar <sniper@php.net>
Tue, 25 Jan 2005 12:28:05 +0000 (12:28 +0000)
committerfoobar <sniper@php.net>
Tue, 25 Jan 2005 12:28:05 +0000 (12:28 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d750f87561dc6e30c3b2e6ea485d461bf561b0f5..5283dc78d3c17c147fb6d1dab8cf71160d1595b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,11 @@ PHP                                                                        NEWS
 ?? ??? 2005, PHP 5.0.4
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
+- Changed foreach() to throw an exception if IteratorAggregate::getIterator()
+  does not return an Iterator. (Marcus)
 - 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).