Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer) | Felipe Pena | 2011-10-12 | 1 | -0/+1 |
| | | | | | | | | | | patch by: tom at punkave dot com | ||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - 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 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Reverted changes that required constructor overrides to invoke the parent | Gustavo André dos Santos Lopes | 2011-10-29 | 1 | -99/+0 |
| | | | | | | | | | | | | constructor in several SPL classes and applied 5.3 fixes instead. Related bugs: #54384, #55175 and #55300 | ||||
* | | - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer) | Felipe Pena | 2011-10-12 | 1 | -0/+1 |
| | | | | | | | | | | patch by: tom at punkave dot com | ||||
* | | added (recursive)callbackfilteriterator to spl_classes() (bug #55287) | Peter Cowburn | 2011-07-27 | 1 | -0/+2 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -2/+2 |
| | | |||||
* | | Added missing class_uses(..) function to SPL to mirror class_implements(..). | Stefan Marr | 2011-07-23 | 1 | -0/+36 |
| | | | | | | | | | | # Was pointed out as missing in bug #55266. | ||||
* | | - Improved upon r309729. | Gustavo André dos Santos Lopes | 2011-03-27 | 1 | -6/+20 |
| | | | | | | | | | | | | | | - Extented strategy to remaining the classes on spl_directory.c, even those that don't crash. - UPGRADING. - Better bug54384.phpt, with all the classes covered. | ||||
* | | - Fixed bug #54384: Several SPL classes crash when parent constructor is | Gustavo André dos Santos Lopes | 2011-03-27 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not called. #Merge to 5.3 pending (slight BC break on AppendIterator, as it's no #longer possible to defer the call to the parent constructor until #after the constructor is performed). #Bugs fixed in an atypical way for SPL. The parent constructor call #check is performed at construction time by using a wrapper constructor #instead of a check on the beginning of each instance method. #Perhaps this should be uniformized in trunk; this method was mainly #applied only to the ones crashing, except a few iterators (at least #AppendIterator and RecursiveIteratorIterator). | ||||
* | | - 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 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | 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 ↵ | Greg Beaver | 2009-06-13 | 1 | -4/+15 |
| | | | | leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only) | ||||
* | MFH Fix bug #48493 - spl_autoload_register can leave the HT in an ↵ | Scott MacVicar | 2009-06-09 | 1 | -0/+1 |
| | | | | | | | inconsistent way. Need to point the second elements previous item to head so we can traverse upwards. | ||||
* | 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 ↵ | Dmitry Stogov | 2008-11-27 | 1 | -8/+8 |
| | | | | using array_map) | ||||
* | - 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 ↵ | Dmitry Stogov | 2008-07-26 | 1 | -2/+2 |
| | | | | very similar arguments e.g. array("A","B") and "A::B" | ||||
* | 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 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | 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 |
| |