summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Collapse)AuthorAgeFilesLines
* RegenerateMatt Wilmas2009-05-051-5332/+3830
|
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in ↵Dmitry Stogov2009-03-261-137/+141
| | | | double quote)
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-399/+391
|
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, ↵Brian Shire2009-03-161-3709/+3644
| | | | comments, and non-parsed content.
* 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
| | | | | opened files.
* - 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
| | | | | with # have the 1st line missed from the output).
* - 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
| | | | | | | | 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)
* - 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 ↵Matt Wilmas2008-05-091-383/+379
| | | | issue with backslash in heredoc)
* fix heredoc+nowdocNuno Lopes2008-04-101-5/+5
| | | | | #patch by Matt Wilmas
* fix the yyless() definition to match flex one and revert part of last patch ↵Nuno Lopes2008-04-091-395/+383
| | | | (so that it remains similar with flex's scan)
* 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
| | | | | (http://wiki.php.net/rfc/heredoc-with-double-quotes)
* add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 ↵Nuno Lopes2008-04-041-379/+386
| | | | (lowest safe value)
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-2083/+2119
| | | | | [DOC]
* - Another re2c version bump and scanner regenerationMarcus Boerger2008-03-221-287/+287
| | | | | # It appears no one has used re2c in the way we do
* - 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