Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove these old references to the DSP files we don't use anymore | Kalle Sommer Nielsen | 2015-06-22 | 1 | -1/+0 | |
* | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-06-14 | 6 | -26/+295 | |
|\ \ | ||||||
| * | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -2/+3 | |
| * | | Fix tokenizer test due to recent changes | Bob Weinand | 2015-05-26 | 1 | -1/+1 | |
| * | | add missing SKIPIF section on test | Márcio Almada | 2015-04-30 | 1 | -0/+2 | |
| * | | ext tokenizer port + cleanup unused lexer states | Márcio Almada | 2015-04-30 | 5 | -21/+287 | |
| * | | fix indentation + remove c++ comments | Márcio Almada | 2015-04-30 | 1 | -5/+5 | |
* | | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 1 | -1/+1 | |
|/ / | ||||||
* | | Regenerate tokenizer data | Nikita Popov | 2015-04-14 | 1 | -0/+2 | |
* | | Throw ParseException from lexer | Nikita Popov | 2015-04-02 | 3 | -1/+33 | |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 2 | -5/+4 | |
* | | Regenerate ext/tokenizer data | Nikita Popov | 2015-03-13 | 2 | -3/+5 | |
* | | Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER. | Márcio Almada | 2015-02-08 | 1 | -4/+0 | |
* | | bump year | Xinchen Hui | 2015-01-15 | 3 | -3/+3 | |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 | |
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -2/+2 | |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 | |
* | | Merge branch 'master' into zppFailOnOverflow | Andrea Faulds | 2014-11-29 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | fix test | Anatol Belski | 2014-11-20 | 1 | -1/+1 | |
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -2/+2 | |
* | | | Skip buncha tests on 32-bit | Andrea Faulds | 2014-11-29 | 1 | -1/+2 | |
|/ / | ||||||
* | | Regenerate tokenizer data | Nikita Popov | 2014-10-05 | 2 | -34/+36 | |
* | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -108/+0 | |
* | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 4 | -5/+5 | |
|\ \ | ||||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 4 | -4/+4 | |
| * | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 | |
* | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 1 | -2/+2 | |
|/ / | ||||||
* | | Fix tokenizer test to not depend on specific token numbers | Nikita Popov | 2014-08-26 | 1 | -11/+13 | |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -140/+140 | |
* | | fixes to tokenizer | Anatol Belski | 2014-08-19 | 2 | -4/+4 | |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -137/+137 | |
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-06-12 | 2 | -0/+19 | |
|\ \ | |/ | ||||||
| * | 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 mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 2 | -11/+11 | |
|\ \ | |/ | ||||||
| * | 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 |