]> granicus.if.org Git - php/commitdiff
Rename hasMore() to valid() as discussed. (Part III)
authorMarcus Boerger <helly@php.net>
Mon, 8 Mar 2004 19:00:21 +0000 (19:00 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 8 Mar 2004 19:00:21 +0000 (19:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d6b16a7e7326fd26f2ab86e71f6258a000acc591..3ed0568cc1c1af755a4942fb7c6ab3c9ad6daab1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? March 2004, PHP 5 Release Candidate 1
+- Changed Iterator::has_more() to Iterator::valid(). (Marcus)
 - Upgraded bundled oniguruma library to version 2.2.2. (Rui, Moriyoshi)
 - Added support for more ISO8601 style datetime formats. (Moriyoshi)
   . Timezone specifier (ex. "20040301T02:00:00+19:00")