History log of /PHP-8.2/ext/spl/spl_iterators.h (Results 76 – 92 of 92)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f3970b80 06-Mar-2005 Marcus Boerger

- Add intefaces from zend_interface.h as macros

Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, 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
# 2ce7bcd7 01-Nov-2004 Marcus Boerger

- Allow direct access to spl class entries (SPL cannot be build shared)

# b9470609 01-Nov-2004 Marcus Boerger

- Minor fixes
- Implement AppendIterator in C

# 9626e985 31-Oct-2004 Marcus Boerger

- Implement EmptyIterator in C

# de3a8ea3 31-Oct-2004 Marcus Boerger

- Implement InfiniteIterator in C

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

1234