History log of /PHP-5.5/ext/spl/spl_engine.h (Results 26 – 41 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 47012601 10-Dec-2003 Marcus Boerger

Make these inline


# 0f2f7453 26-Nov-2003 Marcus Boerger

Cleanup


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


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3
# 1cf91a7a 21-Aug-2003 Marcus Boerger

Extensions that do opcode hooking must provide the removed functions/macros
themselves now.


Revision tags: php-4.3.3RC4
# c346aad9 16-Aug-2003 Marcus Boerger

spl_call_method returns the zval* if used


# 6da189d1 07-Aug-2003 Marcus Boerger

Once ago this was used


# 0040355a 07-Aug-2003 Marcus Boerger

- Reduce number of c-functions/macros involved in function invocation
- Unify names of remaining c-function/macro names


# 47a80fee 07-Aug-2003 Marcus Boerger

Switch to use zend_call_function() what shortens spl code


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 15097151 16-Jul-2003 Marcus Boerger

Update and remove parts no longer possible


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 5b3fd9bf 17-Jun-2003 Marcus Boerger

- Remove namespace leftovers
- Convert some static inline functions to macros
- Faster was of function call parameter stack building


# 3a75403b 12-Jun-2003 Marcus Boerger

License update


Revision tags: BEFORE_FD_REAPPLY
# 283f52f4 29-May-2003 Marcus Boerger

Optimize interface checks


Revision tags: 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
# 4701aaaa 02-May-2003 Marcus Boerger

Interfaces only implement interfaces


Revision tags: SPL_ALPHA
# b5a70a72 01-May-2003 Marcus Boerger

Add spl extension


12