summaryrefslogtreecommitdiff
path: root/ext/tokenizer/tokenizer.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Use a script to generate tokenizer data from zend_language_parser.hJohannes Schlüter2007-07-311-244/+1
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-5/+8
* - MFH: Added linenumbers to array returned by token_get_all()Johannes Schlüter2007-04-081-0/+4
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-35/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Removed pointless callbacks.Ilia Alshanetsky2006-06-201-32/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* tokenizer fixes for bug #35382Ilia Alshanetsky2005-11-271-0/+2
* MFH: - Fixed bug #35179 (tokenizer extension needs T_HALT_COMPILER)foobar2005-11-101-1/+3
* Fixed bug #34782 (token_get_all() gives wrong result)Dmitry Stogov2005-10-211-0/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
* - Fixed bug #24550 (tokenizing with __METHOD__ crash) (Patch by Greg Beaver)Derick Rethans2004-03-081-0/+2
* - CLONE, not CLOSEDerick Rethans2004-03-021-1/+1
* - Added "clone" to the list of tokens. (Patch by Greg Beaver)Derick Rethans2004-03-021-0/+2
* - fix #27197 for Greg (cellog@php.net)Jan Lehnardt2004-02-101-0/+1
* HEAD is bundled with ZE2Andrey Hristov2004-01-171-14/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-291-4/+6
* Fixed a memory leak when tokenizing scripts with heredoc.Ilia Alshanetsky2003-11-291-0/+3
* Id tag addedAndrey Hristov2003-07-191-0/+2
* - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizerDerick Rethans2003-07-051-0/+8
* updating license information in the headers.James Cox2003-06-101-3/+3
* Leftover.Sebastian Bergmann2003-06-021-8/+0
* And this too..foobar2003-03-191-0/+2
* Andrei forgot this..foobar2003-03-191-2/+0
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
* * add new ZE2 tokensStig Bakken2003-02-251-0/+30
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Arghh... Change #ifdef to #ifndefAndi Gutmans2002-11-051-2/+2
* - Fix Engine 2 buildAndi Gutmans2002-11-051-0/+4
* comment out unused variablefoobar2002-08-221-1/+1
* Fix bug #16939.Andrei Zmievski2002-05-211-1/+2
* Beautify.Sebastian Bergmann2002-04-171-1/+1
* removed ws pollutionfoobar2002-04-161-125/+120
* Added 2 new tokens: T_CLASS_C and T_FUNC_Cfoobar2002-04-161-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-3/+2
* TSRM fixes.Sebastian Bergmann2002-02-101-3/+3
* *** empty log message ***Andrei Zmievski2002-02-091-1/+1
* * ZTS fixStig Bakken2002-02-091-3/+3
* @Added Andrei's tokenizer extension (Stig)Stig Bakken2002-02-081-0/+519