summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* 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.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 compiler warning, use longs for hashesStanislav Malyshev2013-08-041-1/+1
* | Expand the ZEND_STRL macro to handle platforms where strncmp() is a macro.Adam Harvey2013-07-231-1/+1
* | Fix bug #61697 - spl_autoload_functions returns lambda functions incorrectlyStanislav Malyshev2013-07-211-2/+11
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)Felipe Pena2011-10-121-0/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Added missing void arg checksFelipe Pena2010-11-141-6/+9
| * - Fixed bug #51991 (spl_autoload and *nix support with namespace)Felipe Pena2010-06-041-0/+11
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Reverted changes that required constructor overrides to invoke the parentGustavo André dos Santos Lopes2011-10-291-99/+0
* | - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)Felipe Pena2011-10-121-0/+1
* | added (recursive)callbackfilteriterator to spl_classes() (bug #55287)Peter Cowburn2011-07-271-0/+2
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-2/+2
* | Added missing class_uses(..) function to SPL to mirror class_implements(..).Stefan Marr2011-07-231-0/+36
* | - Improved upon r309729.Gustavo André dos Santos Lopes2011-03-271-6/+20
* | - Fixed bug #54384: Several SPL classes crash when parent constructor isGustavo André dos Santos Lopes2011-03-271-0/+85
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Added missing void arg checksFelipe Pena2010-11-141-6/+9
* | - Fixed bug #51991 (spl_autoload and *nix support with namespace)Felipe Pena2010-06-041-0/+11
* | Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phptDmitry Stogov2010-04-271-1/+8
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: spl_autoload_unregister/spl_autoload_functions and closuresChristian Seiler2009-06-301-14/+28
* fix Bug #48541: spl_autoload_register only registers first closure, then leak...Greg Beaver2009-06-131-4/+15
* MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsisten...Scott MacVicar2009-06-091-0/+1
* MFH: Fix #48023 (spl_autoload_register didn't store closures)Etienne Kneuss2009-04-201-0/+10
* MFH: Improve spl_object_hash()Etienne Kneuss2009-01-261-19/+32
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fix arginfoHannes Magnusson2008-11-301-0/+1
* MFH: Fix protoHannes Magnusson2008-11-301-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-8/+8
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-13/+0
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-061-16/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+13
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-13/+0
* - MFH Improve exception linkingMarcus Boerger2008-08-141-8/+2
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-2/+2
* LSB parent/self forwardingDmitry Stogov2008-07-241-2/+11
* - MFH Add MultipleIterator (Arnaud, Marcus)Marcus Boerger2008-07-221-8/+10