summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-3709/+3644
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-3916/+4174
* UnmangleRasmus Lerdorf2009-02-141-16/+0
* 2.4.1 is safeRasmus Lerdorf2009-02-141-0/+16
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-386/+365
* - MFH: Year++Felipe Pena2009-01-021-1/+1
* Fixed bug #46844 (php scripts or included files with first line startingIlia Alshanetsky2009-01-011-3/+3
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-2605/+2615
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-4/+4
* Fixed bug #45779 (regression with shebang lines processing)Dmitry Stogov2008-08-121-363/+365
* - MFH: Fixed BC break: The magic constants must be case-insensitive.Felipe Pena2008-07-301-144/+209
* - Touch.Moriyoshi Koizumi2008-07-281-378/+379
* - TouchMoriyoshi Koizumi2008-07-281-19/+19
* - touchMoriyoshi Koizumi2008-07-281-383/+390
* . Added support for using static HEREDOCs to initialize static variables and ...Dmitry Stogov2008-07-261-3817/+3250
* - No need to advance the cursorMoriyoshi Koizumi2008-07-241-3/+3
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-409/+416
* regenerateNuno Lopes2008-07-081-4031/+3987
* regenerateNuno Lopes2008-07-061-248/+249
* regenerateNuno Lopes2008-07-061-380/+380
* touched zend_language_scanner.cRui Hirokawa2008-06-291-0/+1
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-380/+624
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-101-377/+381
* MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor issu...Matt Wilmas2008-05-091-383/+379
* fix heredoc+nowdocNuno Lopes2008-04-101-5/+5
* fix the yyless() definition to match flex one and revert part of last patch (...Nuno Lopes2008-04-091-395/+383
* Fixes to heredoc and cleanup of new re2c scanner. (Patch by Matt Wilmas)Scott MacVicar2008-04-091-3818/+3846
* - Allow HEREDOC syntax with double quotesFelipe Pena2008-04-051-1983/+2024
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (low...Nuno Lopes2008-04-041-379/+386
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-2083/+2119
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-287/+287
* - Fix YYFILL()Marcus Boerger2008-03-211-2/+2
* fix gcov buildNuno Lopes2008-03-191-376/+376
* - Add files generated by re2cMarcus Boerger2008-03-161-0/+8894