History log of /PHP-5.5/ext/spl/spl_iterators.c (Results 226 – 227 of 227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ab05faf5 11-Nov-2003 Marcus Boerger

Implement different recursion modes as statemachine and have an optional
parameter to choose the mode in the constructor.


# 159c538b 09-Nov-2003 Marcus Boerger

Major update:
- Remove all overloading hooks -> array_read/array_access must be rewritten
- Remove all basic iterators
- Remove all 'spl_' prefixing exposed to user level
- Add Recurs

Major update:
- Remove all overloading hooks -> array_read/array_access must be rewritten
- Remove all basic iterators
- Remove all 'spl_' prefixing exposed to user level
- Add RecursiveIterator, RecursiveIteratorIterator
- Add DirectoryIterator, DirectoryTreeIterator
- Add some examples

show more ...


12345678910