History log of /PHP-5.5/ext/spl/spl_iterators.c (Results 151 – 175 of 227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1
# b29b16af 05-Oct-2005 Marcus Boerger

- Synch RecursiveIteratorIterator, fixes a few memory corruptions/memleaks


Revision tags: RELEASE_0_9_0
# 308a64bc 03-Oct-2005 Marcus Boerger

- MFH Really allow SXE being shared by not using anything from it directly in SPL


# 7d918fae 18-Sep-2005 Marcus Boerger

- Synch naming/move changes with HEAD
- Update tests/docu
# New functionality in CachingIterator/RecursiveIteratorIterator not MFHed


# b4dd0307 15-Sep-2005 Marcus Boerger

MFH:
- Add SplObjectStorage
- Add RecursiveFilterIterator
- Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# 0b34e041 28-Jul-2005 Marcus Boerger

- Before we later run into BC trouble we split flags into two params mode
and flags now before branching for 5.1.


# a935b062 27-Jul-2005 Marcus Boerger

- Fix issues with iterators and excpetions
# update documentation
#
# In 5.2 we need to implement an event handler onException() to be invoked
# on exceptions during getChildren() cal

- Fix issues with iterators and excpetions
# update documentation
#
# In 5.2 we need to implement an event handler onException() to be invoked
# on exceptions during getChildren() calls. Its default implementation
# would simply rethrow the exception if the flag is not set and delete if
# if it was set. To do so the exceptions refcount needs to be increased
# before calling zend_clear_exception() to keep the exception alive but
# clear the control information.
#
# As a side note this is alos the easy solution to allow multi exception
# handling: Simply clear the engine's exception info and add a property
# called $previousException to the base exception and assign it from the
# already pending one.

show more ...


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# aedbdb08 16-Jun-2005 Dmitry Stogov

Allowed return by refrence from internal functions


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 626d781a 14-May-2005 Marcus Boerger

- Execute both RecursiveIteratorIterator::beginChildren() and endChildren()
on the same level (while the actual child is available).


Revision tags: RELEASE_0_3, php-5.0.4
# 530917b4 31-Mar-2005 Marcus Boerger

- Make iterator_to_array() accept Traversable


Revision tags: php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f9de3fd0 12-Mar-2005 Marcus Boerger

- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values

- Allow to hook into RecursiveIteratorIterator's child handling
- Better=faster function caching for RecursiveIteratorIterator
- Check for exceptions and fix check for illegal return values
- Add UnexpectedValueException
- Add docu

show more ...


# 16f0329a 06-Mar-2005 Marcus Boerger

- Fix problem with exception in other methods, too


# 0d1e4371 06-Mar-2005 Marcus Boerger

- Fix problem with exceptions in hasChildren calls


# 76c5d539 01-Mar-2005 Marcus Boerger

- Need to store class entry


# 5f1c3f4a 23-Feb-2005 Marcus Boerger

- Allow to convert traversable into Iterator


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 3c36e73b 24-Jan-2005 Marcus Boerger

- bugfix 31348


# 6528b1b0 29-Dec-2004 Antony Dovgal

more typos


# 0460f73d 29-Dec-2004 Antony Dovgal

MFB: fix typos


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 9c0f5e88 11-Nov-2004 Marcus Boerger

- Use appropriate exception class where possible


# 5dbb0aaa 11-Nov-2004 Marcus Boerger

- Drop debug message


# 31165806 08-Nov-2004 Marcus Boerger

- Simplify construction of RecursiveIteratorIterator


# 6a15a50d 03-Nov-2004 Frank M. Kromann

oops missed a couple!
Add termination block to function table. This will allow the engine to stop registreting functions at the end.
This fixes the - duplicate name - warning


# 93da4481 03-Nov-2004 Frank M. Kromann

Add termination block to function table. This will allow the engine to stop registreting functions at the end.
This fixes the - duplicate name - warning


# e1dfbfc6 01-Nov-2004 Marcus Boerger

- Don't call beginChildren/endChildren if they don't do anything


# 533e39ec 01-Nov-2004 Marcus Boerger

- Cache function lookup


12345678910