summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.h
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of semi-reserved tokens at offset > 4 GBNikita Popov2021-01-251-1/+1
* Accept zend_string in zend_prepare_string_for_scanningNikita Popov2021-01-211-1/+1
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-3/+3
* Forbid use of <?= as a semi-reserved identifierNikita Popov2020-06-191-1/+1
* Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-081-2/+4
* Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-141-0/+7
* Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Implement flexible heredoc/nowdoc syntaxThomas Punt2018-04-131-0/+2
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-1/+2
* Drop dup declare with inconsistent linkageNikita Popov2016-05-021-1/+0
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-301-0/+4
* Fixed compiler reenterabilityDmitry Stogov2015-01-221-0/+3
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-5/+5
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-0/+5
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* - Avoid allocating extra buffers. This makes parsing with zend.multibyte enab...Moriyoshi Koizumi2010-12-201-2/+0
* * Refactor zend_multibyte facility.Moriyoshi Koizumi2010-12-191-2/+5
* Added multibyte suppport by default. Previosly php had to be compiled with --...Dmitry Stogov2010-11-241-2/+0
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-4/+4
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-0/+16
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-19/+9
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Nuke compile warning by using the LANG_SCNG macro insteadfoobar2004-01-171-1/+0