History log of /PHP-5.5/ext/spl/spl_iterators.c (Results 101 – 125 of 227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.6RC1
# 58c77d39 19-Feb-2007 Marcus Boerger

- MFH CachingIterator implements Countable


Revision tags: php-4.4.5
# ac3b5ebb 08-Feb-2007 Marcus Boerger

- MFH Rearrange code: mode Countable from spl_array.c to spl_iterator.c


Revision tags: php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1
# 164929d5 20-Nov-2006 Marcus Boerger

- MFH: Add new test


# c65a1f10 07-Nov-2006 Johannes Schlüter

- MFH: No C++ comments (fix #39414)


# 69dbaaac 06-Nov-2006 Hannes Magnusson

MFH: arginfo fixes


# bece30ae 03-Nov-2006 Hannes Magnusson

MFH: fix crash on invalid regex


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 6a738f6b 21-Jul-2006 Marcus Boerger

- MFH Match code with docu


# 85963e63 21-Jul-2006 Marcus Boerger

- MFH Update RegexIterator, Docu & Tests


# 45d09c71 20-Jul-2006 Marcus Boerger

- Synch RegexIterator with HEAD


# 480104a4 18-Jul-2006 Ilia Alshanetsky

Fixed memory leak


# 34cfec25 17-Jul-2006 Marcus Boerger

- MFH Fix #38125 undefined reference to spl_dual_it_free_storage


# 55f0596f 16-Jul-2006 Marcus Boerger

- MFH:
. Upgrade RegexIterator capabilities, see docu
. Update docu
. Add test (which fails right now: iterator_049.phpt)
. Add tests for new functionality


Revision tags: php-4.4.3RC2
# e0844e09 07-Jun-2006 Marcus Boerger

- MFH iterator_apply()


# 928c2094 06-Jun-2006 Antony Dovgal

plug a leak in ext/spl/tests/iterator_047.phpt


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# e3f89f11 21-May-2006 Marcus Boerger

- MFH
. Make code exception safe
. Make RecursiveRegexIterator::getChildren pass regex to inner ctor
. Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
. Add Caching

- MFH
. Make code exception safe
. Make RecursiveRegexIterator::getChildren pass regex to inner ctor
. Fix CachingIterator::__toString() in TOSTRING_USE_KEY mode
. Add CachingIterator::getCache()
. Add tests

show more ...


# 96916c95 20-May-2006 Marcus Boerger

- MFH Sync with head fixes part of an issue with iterator_(to_array|count)


# e33afedd 18-May-2006 Marcus Boerger

- You shall not use %v in 5.*
# Even though it is there it is only meant for pecl dev to ease their pain


# 7d79686f 18-May-2006 Marcus Boerger

- MFH Fixed CachingIterator issues with string conversion/__toString()
Partly by adding new mode TOSTRING_USE_INNER


# 26a67b89 16-May-2006 Marcus Boerger

- MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator)


# 046b3495 12-May-2006 Antony Dovgal

MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)


# 9e0e89c5 10-May-2006 Andrei Zmievski

Rename RegExIterator -> RegexIterator.

Also rename recursive one.


# 982822be 10-May-2006 Marcus Boerger

- Fix iterators part and add tests


# 9afb3e04 10-May-2006 Marcus Boerger

- Update after api changes
- MFH
. ArrayIterator/ArrayObject: function lookup caches and array functions
. Added RegExIterator, RecursiveRegExIterator
. Added (full) caching sup

- Update after api changes
- MFH
. ArrayIterator/ArrayObject: function lookup caches and array functions
. Added RegExIterator, RecursiveRegExIterator
. Added (full) caching support for CachingIterator

show more ...


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# af429910 13-Apr-2006 Antony Dovgal

AIX #define's accept as naccept
add a workaround


12345678910