summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* 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
* - Use new helperMarcus Boerger2008-07-131-3/+2
* - MFH Allow multiple exceptions in spl's autoloadMarcus Boerger2008-07-121-1/+10
* - Added arginfo (functions)Felipe Pena2008-07-031-10/+62
* MFH: Rename everything from SplFastArray to SplFixedArrayEtienne Kneuss2008-06-181-3/+3
* MFH: Implements C arrays wrapperEtienne Kneuss2008-06-061-0/+3
* MFH: Add a prepend param to spl_autoload_registerEtienne Kneuss2008-05-251-2/+18
* Added missing lazy initializationDmitry Stogov2008-04-291-0/+3
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-1/+1
* MFH: Fix #44144 (object methods as spl autoload functions returned correctly)Etienne Kneuss2008-02-291-6/+12