summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementationEtienne Kneuss2008-02-251-0/+6
* - MFH Fix messages and testsMarcus Boerger2008-02-041-2/+2
* - MFH Synch directory changesMarcus Boerger2008-02-021-0/+5
* - Fix build, thanks Christian Rodriguez for noticingMarcus Boerger2008-02-011-8/+27
* - MFH revert over constfyingMarcus Boerger2008-01-271-1/+1
* more const kewywordingNuno Lopes2008-01-251-8/+1
* MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPLEtienne Kneuss2008-01-151-1/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-2/+3
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-3/+0
* - MFH from HEAD:Jani Taskinen2007-11-021-9/+19
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* Fixed typo in constant nameIlia Alshanetsky2007-05-191-3/+3
* Eliminate memory allocation in RINIT for splIlia Alshanetsky2007-05-191-4/+14
* - Better fix for #40091Marcus Boerger2007-04-061-6/+6
* Fixed bug #40091 (spl_autoload_register with 2 instances of the same class).Ilia Alshanetsky2007-01-101-4/+21
* Fixed bug #38325 (spl_autoload_register() gaves wrong line for "classIlia Alshanetsky2007-01-081-1/+9