summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fixed yyleng calculation after the yyless changeMatt Wilmas2008-06-091-5/+5
* backport the yyless patch from 5.3 branch. it seems I forgot to commit this..Nuno Lopes2008-06-061-405/+393
* Restore end check for "escape" strings (not needed for single-quoted strings ...Matt Wilmas2008-05-101-387/+395
* Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issue wit...Matt Wilmas2008-05-091-399/+390
* MFB: Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-4025/+4058
* MFB:Felipe Pena2008-04-051-2096/+2177
* MFB: add sanity check for ZEND_MMAP_AHEADNuno Lopes2008-04-041-391/+396
* - Add files generated by re2cScott MacVicar2008-03-261-0/+10015