[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_028.phpt

2005-09-25 Thread Marcus Boerger
helly Sun Sep 25 08:01:32 2005 EDT Added files: /php-src/ext/spl/tests iterator_028.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Implement RecursiveIte

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-01 Thread Andi Gutmans
It's really irrelevant. The fact that something isn't supported doesn't mean you should commit stuff which doesn't fit coding standards. At 04:22 AM 8/2/2005 +0200, Marcus Boerger wrote: Hello Andi, in the end we want class constants but right now we didn't commit that patch. marcus Tuesda

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-01 Thread Marcus Boerger
Hello Andi, in the end we want class constants but right now we didn't commit that patch. marcus Tuesday, August 2, 2005, 3:28:39 AM, you wrote: > Aren't these RIT constants against our coding standards? Might be too late > now if it's in 5.0.x but we should stick to plan. Something like > R

Re: [PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-08-01 Thread Andi Gutmans
Aren't these RIT constants against our coding standards? Might be too late now if it's in 5.0.x but we should stick to plan. Something like RECURSIVE_ITERATOR_SELF_FIRST Andi At 10:19 PM 7/27/2005 +, Marcus Boerger wrote: helly Wed Jul 27 18:19:02 2005 EDT Modified files:

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_023.phpt

2005-07-28 Thread Marcus Boerger
helly Thu Jul 28 17:09:02 2005 EDT Added files: /php-src/ext/spl/tests iterator_023.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Before we later run in

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-07-27 Thread Marcus Boerger
helly Wed Jul 27 18:19:02 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Fix issues with iterators and excpetions # update documentation # # In 5.2 we need to implement an e

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc

2005-05-14 Thread Marcus Boerger
helly Sat May 14 12:40:58 2005 EDT Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Execute both RecursiveIteratorIterator::beginChildren() and endChildren() on the same level (while the

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_014.phpt

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 17:54:13 2004 EDT Added files: /php-src/ext/spl/tests iterator_014.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Add RecursiveIteratorI