summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
|
* - Removed:Felipe Pena2009-03-261-1/+1
| | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph)
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-4/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-103-3/+3
|
* fix tokenizer makefile dependencies on parser/scanner files when built ↵Brian Shire2009-03-021-1/+2
| | | | dynamically. (See bug #38762)
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
|
* - Update (#46957)Felipe Pena2008-12-271-2/+4
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-2/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+2
|
* - 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-261-1/+1
| | | | | | | | class members or constants. (Matt) . Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt) . Optimized interpolated strings to use one less opcode. (Matt)
* - Suppress signedness warnings.Moriyoshi Koizumi2008-07-251-2/+2
|
* - Added arginfoFelipe Pena2008-06-231-2/+14
|
* Fixed memory leakDmitry Stogov2008-06-111-0/+4
|
* - Removed UEXPECT(F)Felipe Pena2008-05-2724-10803/+2
|
* add missing EOL and fix buildAntony Dovgal2008-03-271-1/+2
|
* MFB 5.3: Rest of the changes for re2c mergeScott MacVicar2008-03-263-73/+6
|
* Adding tokenizer testSteve Seear2008-03-191-0/+123
|
* Added NOWDOCDmitry Stogov2008-02-121-1/+1
|
* HNYStanislav Malyshev2008-02-121-2/+2
|
* MFB __DIR__ constant supportStanislav Malyshev2008-02-121-0/+2
|
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
|
* MFB5.3: Fix testHannes Magnusson2007-12-161-0/+2
|
* New testcases for token_get_all() functionRaghubansh Kumar2007-12-1420-0/+21765
|
* T_IMPORT is goneAntony Dovgal2007-11-061-2/+0
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Write to the correct file...Johannes Schlüter2007-08-091-2/+2
|
* fix win32 buildStanislav Malyshev2007-08-021-1/+1
|
* - Use a script to generate tokenizer data from zend_language_parser.hJohannes Schlüter2007-07-316-246/+377
|
* Remove weird useless entriesHannes Magnusson2007-05-281-1/+0
|
* MFBfoobar2007-05-241-2/+2
|
* Improved compilation of heredocs and interpolated strings. (Matt)Dmitry Stogov2007-05-183-38/+37
|
* fix testAntony Dovgal2007-04-101-0/+2
|
* - Added linenumbers to array returned by token_get_all()Johannes Schlüter2007-04-084-129/+391
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* delete useless comments and skeleton leftoversAntony Dovgal2007-01-121-35/+0
|
* Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* 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
|