summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-3/+3
|\
| * Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-01-091-1/+25
|\ \ | |/
| * 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
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Alias rand to mt_randLeigh2016-07-051-5/+0
* | Split rand and mt_rand into separate filesLeigh2016-07-051-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-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
|/ / /