summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Collapse)AuthorAgeFilesLines
* MFB: Removed pointless callbacks.Ilia Alshanetsky2006-06-202-35/+3
|
* fix testsAntony Dovgal2006-06-204-111/+386
|
* Added automatic module globals managementDmitry Stogov2006-06-131-3/+2
|
* Implemented "jump label" operator (limited "goto")Dmitry Stogov2006-03-102-65/+65
|
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-173-110/+110
| | | | | Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
* bump year and license versionfoobar2006-01-012-6/+6
|
* fix testsAntony Dovgal2005-12-234-112/+112
|
* MFB: add missing skipif conditions, fix existing onesAntony Dovgal2005-12-214-0/+8
| | | | | add one missing test
* MFB51: Fixed bug #35655 (whitespace following end of heredoc is lost).Ilia Alshanetsky2005-12-131-23/+39
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* two more testsAntony Dovgal2005-12-012-0/+824
|
* add new testAntony Dovgal2005-11-301-0/+261
|
* - 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
|
* Fixed memory leakDmitry Stogov2005-08-151-0/+2
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* - Fixed bug #28930 (PHP sources pick wrong header files generated by bison)foobar2004-12-301-1/+1
|
* more visa to sibira ;)Hartmut Holzgraefe2004-03-241-0/+46
|
* - 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 test.Ilia Alshanetsky2004-02-161-13/+13
|
* - fix #27197 for Greg (cellog@php.net)Jan Lehnardt2004-02-101-0/+1
|
* HEAD is bundled with ZE2Andrey Hristov2004-01-171-14/+0
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+11
| | | | | Will follow up to internals@ shortly.
* Fixed bug #26463 (Incorrect handling of semicolons after heredoc)Ilia Alshanetsky2003-11-292-4/+124
|
* Fixed a memory leak when tokenizing scripts with heredoc.Ilia Alshanetsky2003-11-291-0/+3
|
* Fix buildfoobar2003-11-191-1/+2
|
* - Fixed bug #26253 (ext/tokenizer: build as shared extension fails)foobar2003-11-171-1/+1
|
* Id tag addedAndrey Hristov2003-07-192-0/+4
|
* - Fixed bug #24504: T_INTERFACE and T_IMPLEMENTS not defined in tokenizerDerick Rethans2003-07-051-0/+8
| | | | | extension
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* 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
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* * add new ZE2 tokensStig Bakken2003-02-251-0/+30
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* Remove unnecessary comments.Andrei Zmievski2002-11-081-20/+0
|
* - Arghh... Change #ifdef to #ifndefAndi Gutmans2002-11-051-2/+2
|
* - Fix Engine 2 buildAndi Gutmans2002-11-051-0/+4
|
* Tokenizer has been stable for some time now.Andrei Zmievski2002-10-081-0/+0
|
* 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
|