summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
* Fixed bug #73896 (spl_autoload() crashes when calls magic _call())Dmitry Stogov2017-01-091-1/+25
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #52339Nikita Popov2016-03-181-21/+1
* Remove obj handlers ptr value from spl_object_hash()Bogdan Padalko2016-01-121-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-231-4/+8
|\ \ | |/
| * Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading)Xinchen Hui2015-12-231-4/+8
| * Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start)Xinchen Hui2015-08-191-1/+1
| * Fixed bug #69141 Missing arguments in reflection info for some builtin functionsReeze Xia2015-02-281-0/+2
| * Bump yearXinchen Hui2015-01-151-1/+1
* | This should never failXinchen Hui2015-12-231-3/+1
* | Fixed bug #71202 (Autoload function registered by another not activated immed...Xinchen Hui2015-12-231-2/+9
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-34/+34
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | 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