History log of /PHP-5.5/ext/spl/spl_array.c (Results 201 – 210 of 210)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a68cb512 20-Jul-2003 Marcus Boerger

- Add class spl_array_it which is the iterator returned by spl_array.
This class can also be used alone without spl_array but doesn't allow
recursive foreach usage.
- Fix protos to ne

- Add class spl_array_it which is the iterator returned by spl_array.
This class can also be used alone without spl_array but doesn't allow
recursive foreach usage.
- Fix protos to new proto system.
- Add test for spl_array_it.

show more ...


# 173cb143 19-Jul-2003 Marcus Boerger

Add class spl_array which is an array wrapper


# aa9bde9a 16-Jul-2003 Marcus Boerger

Make array write stuff work again correct and fix tests


# 15097151 16-Jul-2003 Marcus Boerger

Update and remove parts no longer possible


Revision tags: php-5.0.0b1
# f9477577 22-Jun-2003 Marcus Boerger

Fix array writing


Revision tags: php-4.3.3RC1
# 3a75403b 12-Jun-2003 Marcus Boerger

License update


# cdac4401 09-Jun-2003 Marcus Boerger

No more namespaces


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 96034f39 24-May-2003 Marcus Boerger

Optimizing by caching class entries, too.

# The comment block inside ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FE_FETCH)
# is a tricky way to create result = array(key => value) very fast.
# B

Optimizing by caching class entries, too.

# The comment block inside ZEND_EXECUTE_HOOK_FUNCTION(ZEND_FE_FETCH)
# is a tricky way to create result = array(key => value) very fast.
# But it is close to overoptimizing.

show more ...


# 29a55353 24-May-2003 Marcus Boerger

Fixes and optimizations


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA
# b5a70a72 01-May-2003 Marcus Boerger

Add spl extension


123456789