Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.4: Correct typo in comments: 'initialized' | ||||
| * | Correct typo in comments: 'initialized' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: typofixes | ||||
| * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | fix compiler warning, use longs for hashes | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
| | | |||||
* | | Expand the ZEND_STRL macro to handle platforms where strncmp() is a macro. | Adam Harvey | 2013-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | On most platforms, this works fine, but on Linux armhf, strncmp() is a macro rather than a real function, ergo the macro expansion of ZEND_STRL doesn't occur until after the compiler knows it needs three parameters for strncmp() and we get a compile error. Fixes the fix for bug #61697. | ||||
* | | Fix bug #61697 - spl_autoload_functions returns lambda functions incorrectly | Stanislav Malyshev | 2013-07-21 | 1 | -2/+11 |
| | | |||||
* | | 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 |
| |