From: Marcus Boerger Date: Tue, 2 Aug 2005 00:00:41 +0000 (+0000) Subject: - Update version info X-Git-Tag: RELEASE_2_0_0~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb5f1b7fad9ad49c32066b76903a8cd1920634e6;p=php - Update version info --- diff --git a/ext/spl/internal/recursiveiteratoriterator.inc b/ext/spl/internal/recursiveiteratoriterator.inc index d77f9850da..b800cd49ae 100755 --- a/ext/spl/internal/recursiveiteratoriterator.inc +++ b/ext/spl/internal/recursiveiteratoriterator.inc @@ -17,7 +17,7 @@ define('RIT_CATCH_GET_CHILD', 2); /** * @brief Iterates through recursive iterators * @author Marcus Boerger - * @version 1.1 + * @version 1.2 * @since PHP 5.0 * * The objects of this class are created by instances of RecursiveIterator. @@ -39,6 +39,7 @@ class RecursiveIteratorIterator implements OuterIterator * - RIT_SELF_FIRST show parents prior to their childs * - RIT_CHILD_FIRST show all childs prior to their parent * @param flags Control flags, zero or any combination of the following + * (since PHP 5.1). * - RIT_CATCH_GET_CHILD which catches exceptions during * getChildren() calls and simply jumps to the next * element.