helly Mon Aug 1 20:00:44 2005 EDT Modified files: /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Update version info http://cvs.php.net/diff.php/php-src/ext/spl/internal/recursiveiteratoriterator.inc?r1=1.13&r2=1.14&ty=u Index: php-src/ext/spl/internal/recursiveiteratoriterator.inc diff -u php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.13 php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.14 --- php-src/ext/spl/internal/recursiveiteratoriterator.inc:1.13 Thu Jul 28 17:09:02 2005 +++ php-src/ext/spl/internal/recursiveiteratoriterator.inc Mon Aug 1 20:00:41 2005 @@ -17,7 +17,7 @@ /** * @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 @@ * - 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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php