History log of /php-src/ext/spl/php_spl.c (Results 126 – 150 of 318)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# 3f42f2f5 12-Aug-2014 Veres Lajos

typofixes

# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions

Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3
# 46fcd3fc 29-Jul-2014 Dmitry Stogov

Fixed callback registraion order in spl_autoload_register()

Revision tags: php-5.5.15, php-5.4.31
# fa82e05e 09-Jul-2014 Xinchen Hui

Use ZEND_HASH_FOREACH_* macros

Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 5aa91be5 07-Jul-2014 Dmitry Stogov

Simplify call-frame handling

# 6bf24f4d 04-Jul-2014 Dmitry Stogov

Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)

# c4d99ec9 02-Jul-2014 Dmitry Stogov

Removed EG(called_scope) and use corresponding value from EG(current_execute_data)

# 63c057e3 02-Jul-2014 Dmitry Stogov

Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)

# 4b09dd69 02-Jul-2014 Dmitry Stogov

Removed EG(active_op_array) and use corresponding value from EG(current_execute_data)

Revision tags: php-5.6.0RC2
# c6978139 26-Jun-2014 Dmitry Stogov

Refactoring: merge call_frame and end_execute_data into single data structure. Keep only single copy of each argument on VM stack (previously ZE kept two copies of each arguments for user functions)

Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF

Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# 62016f5a 16-Apr-2014 Dmitry Stogov

Fixed reference counting

Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)

Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11
# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places

Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 34dac6dd 15-Mar-2014 Xinchen Hui

Fixed several bugs in spl_autoload

Revision tags: php-5.5.10, php-5.4.26
# 19670c2b 04-Mar-2014 Dmitry Stogov

Fixied calling object closures from internal functions

# 7235048c 28-Feb-2014 Xinchen Hui

Fixing spl_autoload functional (one test failed due to get_closure)

# 7208b966 28-Feb-2014 Xinchen Hui

Fixed autoload_func_info using zval instead of zval *

# 0680cdb4 28-Feb-2014 Xinchen Hui

Fixed refcount handling

Revision tags: php-5.6.0alpha3
# 639e4e1a 25-Feb-2014 Dmitry Stogov

Changes zend_is_callable() to use zend_string* instead of char*

# 595741f6 25-Feb-2014 Xinchen Hui

Fixed test fail in ext/standard/tests/serialize/bug64354_1.php

# 71dac3d5 25-Feb-2014 Xinchen Hui

Don't add_ref in add_*_str functions

# 52bd62ec 21-Feb-2014 Dmitry Stogov

Fixed assertions

Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

# 4e66abad 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete) - refactored return_value handling

12345678910>>...13