#
0f91d8a4 |
| 04-Sep-2003 |
Marcus Boerger |
Go with stdlyCaps |
Revision tags: 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 |
|
#
42cf1f8b |
| 09-Aug-2003 |
Marcus Boerger |
Fix refcounting for $var = $obj[$idx] = $value; |
#
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 |
|
#
28dd8fcf |
| 04-Aug-2003 |
Marcus Boerger |
Update documentation in source, reflection and docu itself |
#
b0996701 |
| 04-Aug-2003 |
Marcus Boerger |
- Unset support for spl_array_access by method set($index) - Parameter names for array interface methods |
#
c80e7329 |
| 04-Aug-2003 |
Marcus Boerger |
Fix comment |
#
91a88247 |
| 04-Aug-2003 |
Marcus Boerger |
Unset support for spl_array |
Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
d7b37fa9 |
| 24-Jul-2003 |
Marcus Boerger |
Update due to Zeev's latest engine changes |
#
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 |