summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-2/+2
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-19/+19
* Revert "Add type info for spl_autoload_register"Stanislav Malyshev2014-12-291-1/+1
* Add type info for spl_autoload_registerLevi Morrison2014-12-281-1/+1
* Fix bug #68641Levi Morrison2014-12-271-0/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-51/+51
* fix datatype mismatch warningsAnatol Belski2014-10-291-4/+4
* Embed FETCH_CLASS <string> into the following NEWDmitry Stogov2014-10-231-1/+3
* Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 2Anatol Belski2014-08-251-8/+8
* master renames phase 1Anatol Belski2014-08-251-34/+34
* Merge remote-tracking branch 'php/master'Anatol Belski2014-08-211-10/+3
|\
| * Avoid reallocation and copyingDmitry Stogov2014-08-211-10/+3
* | Merge branch 'master' of git.php.net:php-srcAnatol Belski2014-08-171-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\
| | | * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1
| * | | Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\ \ | | | |/
| | | * typofixesVeres Lajos2014-08-171-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-2/+2
|/ / /
* | | Fixed callback registraion order in spl_autoload_register()Dmitry Stogov2014-07-291-18/+5
* | | Use ZEND_HASH_FOREACH_* macrosXinchen Hui2014-07-091-18/+5
* | | Simplify call-frame handlingDmitry Stogov2014-07-071-6/+1
* | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+1
* | | Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-1/+1
* | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-5/+6
* | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-4/+0
* | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-0/+4
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-7/+7
* | | Fixed reference countingDmitry Stogov2014-04-161-0/+1
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-13/+14
* | | Fixed several bugs in spl_autoloadXinchen Hui2014-03-151-4/+3
* | | Fixied calling object closures from internal functionsDmitry Stogov2014-03-051-8/+8
* | | Fixing spl_autoload functional (one test failed due to get_closure)Xinchen Hui2014-03-011-17/+19
* | | Fixed autoload_func_info using zval instead of zval *Xinchen Hui2014-02-281-26/+24
* | | Fixed refcount handlingXinchen Hui2014-02-281-1/+1
* | | Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-27/+27
* | | Fixed test fail in ext/standard/tests/serialize/bug64354_1.phpXinchen Hui2014-02-251-5/+6
* | | Don't add_ref in add_*_str functionsXinchen Hui2014-02-251-5/+5
* | | Fixed assertionsDmitry Stogov2014-02-211-2/+2
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2