Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Fixed bug #70853 (SplFixedArray throws exception when using ref variable as i... | Xinchen Hui | 2015-11-04 | 1 | -0/+4 |
* | | Cleanup | Dmitry Stogov | 2015-09-25 | 1 | -2/+0 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+2 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -2/+2 |
* | | fix some cases with fast zpp | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
* | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -3/+3 |
* | | Simplified and optimized ZEND_HANDLE_NUMERIC() | Dmitry Stogov | 2014-06-03 | 1 | -1/+5 |
* | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -2/+6 |
* | | Use better data structures (incomplete) | Xinchen Hui | 2014-02-16 | 1 | -1/+1 |
* | | Use better data structures (incomplete) | Xinchen Hui | 2014-02-11 | 1 | -7/+4 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
* | Fix bug #60596: Code Cleanup Removing Superfluous If Statement | Nikita Popov | 2012-03-04 | 1 | -6/+3 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Implements C arrays wrapper | Etienne Kneuss | 2008-06-06 | 1 | -0/+20 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Fix Win32 compilation. | Frank M. Kromann | 2006-03-14 | 1 | -1/+1 |
* | - Fix issues with not/double calling of constructors of SPL iterators | Marcus Boerger | 2006-03-05 | 1 | -14/+0 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Update copyright | Marcus Boerger | 2004-01-08 | 1 | -1/+1 |
* | Make these inline | Marcus Boerger | 2003-12-10 | 1 | -30/+0 |
* | Major update: | Marcus Boerger | 2003-11-09 | 1 | -174/+26 |
* | Extensions that do opcode hooking must provide the removed functions/macros | Marcus Boerger | 2003-08-21 | 1 | -5/+4 |
* | spl_call_method returns the zval* if used | Marcus Boerger | 2003-08-16 | 1 | -3/+14 |
* | Simplify | Marcus Boerger | 2003-08-16 | 1 | -19/+19 |
* | - Reduce number of c-functions/macros involved in function invocation | Marcus Boerger | 2003-08-07 | 1 | -1/+6 |
* | Switch to use zend_call_function() what shortens spl code | Marcus Boerger | 2003-08-07 | 1 | -149/+42 |
* | Latest zend updates | Marcus Boerger | 2003-08-03 | 1 | -8/+3 |
* | Update and remove parts no longer possible | Marcus Boerger | 2003-07-16 | 1 | -4/+6 |
* | - Remove namespace leftovers | Marcus Boerger | 2003-06-17 | 1 | -31/+35 |
* | License update | Marcus Boerger | 2003-06-12 | 1 | -5/+5 |
* | WS and removing unecessary things | Marcus Boerger | 2003-06-11 | 1 | -11/+11 |
* | Goodbye namespaces | Marcus Boerger | 2003-06-04 | 1 | -2/+0 |
* | Optimize interface checks | Marcus Boerger | 2003-05-29 | 1 | -20/+13 |
* | Optimizing by caching class entries, too. | Marcus Boerger | 2003-05-24 | 1 | -16/+4 |