summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-014-4/+4
* - 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-283-125/+132
* - Year++Felipe Pena2011-01-014-5/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-4/+1
* MFH: fix tokenizer makefile dependencies on parser/scanner files when built d...Brian Shire2009-03-021-1/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* - Bug #46957 (The tokenizer returns deprecated values)Felipe Pena2008-12-271-0/+2
* - 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
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-262-5/+1
* - MFH: suppress signedness warningsMoriyoshi Koizumi2008-07-251-2/+2
* - Fixed foldingFelipe Pena2008-06-231-1/+1
* - Added arginfoFelipe Pena2008-06-231-2/+14
* Fixed memory leakDmitry Stogov2008-06-111-0/+4
* Fix WS.Felipe Pena2008-03-301-248/+252
* - Added T_GOTOFelipe Pena2008-03-3019-866/+868
* Adding tokenizer testSteve Seear2008-03-191-0/+88
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-163-73/+6
* Added NOWDOCDmitry Stogov2008-02-121-1/+1
* HNYStanislav Malyshev2008-02-122-3/+3
* add T_DIRStanislav Malyshev2008-02-121-1/+3
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* Fix testHannes Magnusson2007-12-161-0/+2
* New testcases for token_get_all() functionRaghubansh Kumar2007-12-1420-0/+11305
* T_IMPORT nukedAntony Dovgal2007-11-071-2/+0
* - Merge minor namespace related stuff (README and tokenizer)Johannes Schlüter2007-09-281-0/+6
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - fix win32 buildPierre Joye2007-08-011-1/+1
* - MFH: Use a script to generate tokenizer data from zend_language_parser.hJohannes Schlüter2007-07-316-246/+361
* MFHHannes Magnusson2007-05-281-1/+0
* - Allow build without flex/bison installed (fixes builddir != srcdir buildfoobar2007-05-241-2/+2
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-182-9/+8
* fix testAntony Dovgal2007-04-101-0/+2
* - MFH: Added linenumbers to array returned by token_get_all()Johannes Schlüter2007-04-084-116/+344
* TypoMartin Kraemer2007-03-141-1/+1
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-35/+0
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Removed pointless callbacks.Ilia Alshanetsky2006-06-202-35/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+2
* Fixed tokenizer testsIlia Alshanetsky2006-04-203-114/+114
* - Fixed broken test case.Derick Rethans2006-01-041-0/+2
* bump year and license versionfoobar2006-01-012-6/+6
* add missing skipif conditionsAntony Dovgal2005-12-214-0/+8
* Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-23/+39
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* add 2 new testsAntony Dovgal2005-12-012-0/+824