| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - Added missing void arg checks | Felipe Pena | 2010-11-14 | 1 | -6/+9 |
* | - Fixed bug #51991 (spl_autoload and *nix support with namespace) | Felipe Pena | 2010-06-04 | 1 | -0/+11 |
* | Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phpt | Dmitry Stogov | 2010-04-27 | 1 | -1/+8 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: spl_autoload_unregister/spl_autoload_functions and closures | Christian Seiler | 2009-06-30 | 1 | -14/+28 |
* | fix Bug #48541: spl_autoload_register only registers first closure, then leak... | Greg Beaver | 2009-06-13 | 1 | -4/+15 |
* | MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsisten... | Scott MacVicar | 2009-06-09 | 1 | -0/+1 |
* | MFH: Fix #48023 (spl_autoload_register didn't store closures) | Etienne Kneuss | 2009-04-20 | 1 | -0/+10 |
* | MFH: Improve spl_object_hash() | Etienne Kneuss | 2009-01-26 | 1 | -19/+32 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | Fix arginfo | Hannes Magnusson | 2008-11-30 | 1 | -0/+1 |
* | MFH: Fix proto | Hannes Magnusson | 2008-11-30 | 1 | -1/+1 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -8/+8 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -13/+0 |
* | MFH: Fix #45976 (Move SXE from SPL to SimpleXML) | Etienne Kneuss | 2008-11-06 | 1 | -16/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+13 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -13/+0 |
* | - MFH Improve exception linking | Marcus Boerger | 2008-08-14 | 1 | -8/+2 |
* | Fixed is_callable/call_user_func mess that had done different things for very... | Dmitry Stogov | 2008-07-26 | 1 | -2/+2 |
* | LSB parent/self forwarding | Dmitry Stogov | 2008-07-24 | 1 | -2/+11 |
* | - MFH Add MultipleIterator (Arnaud, Marcus) | Marcus Boerger | 2008-07-22 | 1 | -8/+10 |
* | - Use new helper | Marcus Boerger | 2008-07-13 | 1 | -3/+2 |
* | - MFH Allow multiple exceptions in spl's autoload | Marcus Boerger | 2008-07-12 | 1 | -1/+10 |
* | - Added arginfo (functions) | Felipe Pena | 2008-07-03 | 1 | -10/+62 |
* | MFH: Rename everything from SplFastArray to SplFixedArray | Etienne Kneuss | 2008-06-18 | 1 | -3/+3 |
* | MFH: Implements C arrays wrapper | Etienne Kneuss | 2008-06-06 | 1 | -0/+3 |
* | MFH: Add a prepend param to spl_autoload_register | Etienne Kneuss | 2008-05-25 | 1 | -2/+18 |
* | Added missing lazy initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+3 |
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -1/+1 |
* | MFH: Fix #44144 (object methods as spl autoload functions returned correctly) | Etienne Kneuss | 2008-02-29 | 1 | -6/+12 |
* | MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation | Etienne Kneuss | 2008-02-25 | 1 | -0/+6 |
* | - MFH Fix messages and tests | Marcus Boerger | 2008-02-04 | 1 | -2/+2 |
* | - MFH Synch directory changes | Marcus Boerger | 2008-02-02 | 1 | -0/+5 |
* | - Fix build, thanks Christian Rodriguez for noticing | Marcus Boerger | 2008-02-01 | 1 | -8/+27 |
* | - MFH revert over constfying | Marcus Boerger | 2008-01-27 | 1 | -1/+1 |
* | more const kewywording | Nuno Lopes | 2008-01-25 | 1 | -8/+1 |
* | MFH: Implement splDoublyLinkedList, splQueue, splStack classes in SPL | Etienne Kneuss | 2008-01-15 | 1 | -1/+6 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -2/+3 |
* | Fixed bug #43136 (possible crash on script execution timeout. The EG(function... | Dmitry Stogov | 2007-11-20 | 1 | -3/+0 |
* | - MFH from HEAD: | Jani Taskinen | 2007-11-02 | 1 | -9/+19 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -3/+3 |
* | Fixed typo in constant name | Ilia Alshanetsky | 2007-05-19 | 1 | -3/+3 |
* | Eliminate memory allocation in RINIT for spl | Ilia Alshanetsky | 2007-05-19 | 1 | -4/+14 |
* | - Better fix for #40091 | Marcus Boerger | 2007-04-06 | 1 | -6/+6 |
* | Fixed bug #40091 (spl_autoload_register with 2 instances of the same class). | Ilia Alshanetsky | 2007-01-10 | 1 | -4/+21 |
* | Fixed bug #38325 (spl_autoload_register() gaves wrong line for "class | Ilia Alshanetsky | 2007-01-08 | 1 | -1/+9 |