Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure TOKEN_PARSE mode is thread safe | Nikita Popov | 2016-07-23 | 1 | -8/+10 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 4 | -4/+4 |
|\ | |||||
| * | 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 |
* | | Fix #70831: Compile fails on system with 160 CPUs | Daniel Axtens | 2015-12-06 | 1 | -0/+1 |
* | | adds missing tokens to list of semi-reserved words and regenerates test suite | Márcio Almada | 2015-09-04 | 1 | -12/+19 |
* | | Don't return T_ERROR from token_get_all() | Nikita Popov | 2015-07-09 | 4 | -12/+10 |
* | | Fix bug #69430 | Nikita Popov | 2015-07-09 | 4 | -23/+54 |
* | | Update token_get_all() arginfo | Nikita Popov | 2015-07-09 | 1 | -1/+2 |
* | | 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 |