summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tokenizer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-3/+3
* Fix typos...Nikita Popov2018-06-271-1/+1
* Fixed bug #76538Nikita Popov2018-06-271-1/+1
* Fixed typoXinchen Hui2018-06-181-1/+1
* Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise clos...Xinchen Hui2018-06-181-2/+10
* PHP scanner optimizationDmitry Stogov2018-03-141-2/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Use ZSTR_CHAR in token_get_all()Nikita Popov2017-03-221-31/+24
* Simplify increment_lineno handlingNikita Popov2017-03-221-10/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in tokenizerSara Golemon2016-12-311-6/+8
* Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-8/+10
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Don't return T_ERROR from token_get_all()Nikita Popov2015-07-091-3/+3
* | Fix bug #69430Nikita Popov2015-07-091-20/+9
* | Update token_get_all() arginfoNikita Popov2015-07-091-1/+2
* | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-2/+3
* | ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-301-17/+115
* | fix indentation + remove c++ commentsMárcio Almada2015-04-301-5/+5
* | Throw ParseException from lexerNikita Popov2015-04-021-0/+2
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-5/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-7/+7
* | fixes to tokenizerAnatol Belski2014-08-191-2/+2
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+3
* | Port tokenizer extensionNikita Popov2014-04-101-24/+20
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-4/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #54084 (token_get_all with regards to __halt_compiler is not binary...Stanislav Malyshev2011-11-081-6/+26
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).Ilia Alshanetsky2011-02-281-0/+4
* - Year++Felipe Pena2011-01-011-1/+1
* - token_get_all now returns false on error, not "", returns array on successJohannes Schlüter2010-05-301-2/+3
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-4/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-2/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-2/+0