Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
* | bump year | Xinchen Hui | 2015-01-15 | 3 | -3/+3 |
* | use ./tokenizer_data_gen.sh to for adding T_POW & T_POW_EQUAL | Ferenc Kovacs | 2014-06-08 | 1 | -4/+4 |
* | Fix bug #67392: token_name() does not return name for T_POW and T_POW_EQUAL t... | Ferenc Kovacs | 2014-06-07 | 2 | -0/+19 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
| |\ | |||||
| | * | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -5/+5 |
| | * | Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary... | Stanislav Malyshev | 2011-11-08 | 3 | -20/+331 |
| | * | - Drop T_SCALAR_CAST | Felipe Pena | 2011-08-16 | 1 | -2/+2 |
| | * | Callable typehint following the rules of is_callable($arg, false); | Hannes Magnusson | 2011-08-16 | 1 | -0/+4 |
| | * | Added __TRAIT__ magic constant [TRAITS] [DOC] | Stefan Marr | 2011-07-31 | 1 | -35/+76 |
| | * | Added: SKIP when tokenizer extension is not available | Stefan Marr | 2011-07-31 | 21 | -0/+42 |
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | * | and clean the tokenizer too | Stanislav Malyshev | 2011-06-03 | 1 | -4/+0 |
| | * | forgot tokenizer... | Stanislav Malyshev | 2011-05-15 | 1 | -16/+0 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
* | | | add T_POW (**) operator | datibbaw | 2014-02-06 | 1 | -10/+10 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 4 | -4/+4 |
* | | | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -2/+4 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 4 | -4/+4 |
* | | Fix test failed due to new Token T_YIELD | Xinchen Hui | 2012-09-02 | 1 | -10/+10 |
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupport | Nikita Popov | 2012-08-20 | 3 | -5/+125 |
|\ \ | |||||
| * | | add finally | Stanislav Malyshev | 2012-08-19 | 1 | -1/+3 |
| * | | Merge branch 'pull-request/31' | Stanislav Malyshev | 2012-08-19 | 2 | -4/+122 |
| |\ \ | |||||
| | * | | Fix lexing of nested heredoc strings in token_get_all() | Nikita Popov | 2012-03-31 | 2 | -4/+122 |
| |/ / | |||||
* | | | Add T_YIELD in tokenizer_data.c | Nikita Popov | 2012-07-22 | 8 | -20/+22 |
|/ / | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -5/+5 |
* | | Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary... | Stanislav Malyshev | 2011-11-08 | 3 | -20/+331 |
* | | - Drop T_SCALAR_CAST | Felipe Pena | 2011-08-16 | 1 | -2/+2 |
* | | Callable typehint following the rules of is_callable($arg, false); | Hannes Magnusson | 2011-08-16 | 1 | -0/+4 |
* | | Added __TRAIT__ magic constant [TRAITS] [DOC] | Stefan Marr | 2011-07-31 | 1 | -35/+76 |
* | | Added: SKIP when tokenizer extension is not available | Stefan Marr | 2011-07-31 | 21 | -0/+42 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | and clean the tokenizer too | Stanislav Malyshev | 2011-06-03 | 1 | -4/+0 |
* | | forgot tokenizer... | Stanislav Malyshev | 2011-05-15 | 1 | -16/+0 |
|/ | |||||
* | Fixed bug #54089 (token_get_all() does not stop after __halt_compiler). | Ilia Alshanetsky | 2011-02-28 | 3 | -47/+54 |
* | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | Set svn properties | Johannes Schlüter | 2010-11-22 | 1 | -1/+1 |
* | - Update tokenizer data | Johannes Schlüter | 2010-11-22 | 2 | -1/+25 |
* | - token_get_all now returns false on error, not "", returns array on success | Johannes Schlüter | 2010-05-30 | 1 | -2/+3 |
* | Fixed tests | Ilia Alshanetsky | 2010-05-24 | 19 | -1093/+1093 |
* | Fixed tests | Ilia Alshanetsky | 2010-05-20 | 18 | -602/+602 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+108 |
* | - Fixed tests | Felipe Pena | 2010-04-26 | 18 | -608/+608 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -108/+0 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
* | Fixed bug #47038 (Memory leak in include) | Dmitry Stogov | 2009-03-25 | 1 | -4/+1 |