History log of /PHP-5.5/ext/spl/spl_iterators.h (Results 51 – 62 of 62)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 90012aa3 31-Oct-2004 Marcus Boerger

- Implement classes IteratorIterator and NoRewindIterator in C


# 208a97a2 29-Oct-2004 Marcus Boerger

- Implement OuterIterator in C


Revision tags: PRE_NEW_VM_GEN_PATCH
# 6349f46e 07-Oct-2004 Marcus Boerger

- Added iterator_to_array() and iterator_count()


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 6b0f57ee 08-Mar-2004 Marcus Boerger

Rename hasMore() to valid() as discussed. (Part II)


# 29053cc6 23-Feb-2004 Ard Biesheuvel

64-bit fix


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 3b207ccb 20-Jan-2004 Marcus Boerger

Add cvs tags


Revision tags: php-4.3.5RC1
# 0e5b87c5 08-Jan-2004 Marcus Boerger

Update copyright


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c212ddd5 10-Dec-2003 Marcus Boerger

Fix a (single) leak
# -> iterators cannot keep current data as zval**, only zval * is possible.


# f3a3990c 08-Dec-2003 Marcus Boerger

Implement CahingIterator and CachingRecursiveIterator as C-code.
#Script examples/directorytree.php has a few memleaks though but besides
#that all works fine.


# 7046afb5 06-Dec-2003 Marcus Boerger

Implement SeekableIterator and LimitIterator as C code.


# 37d7555f 02-Dec-2003 Marcus Boerger

Add classes from examples: FilterIterator, ParentIterator


# 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 ...


123