Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerate | Matt Wilmas | 2009-05-05 | 1 | -5332/+3830 |
| | |||||
* | Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in ↵ | Dmitry Stogov | 2009-03-26 | 1 | -137/+141 |
| | | | | double quote) | ||||
* | Fixed bug #47038 (Memory leak in include) | Dmitry Stogov | 2009-03-25 | 1 | -399/+391 |
| | |||||
* | MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, ↵ | Brian Shire | 2009-03-16 | 1 | -3709/+3644 |
| | | | | comments, and non-parsed content. | ||||
* | MFH: Add proper EOF handling for language scanner. Fixes bug #46817. | Brian Shire | 2009-03-11 | 1 | -3916/+4174 |
| | |||||
* | Unmangle | Rasmus Lerdorf | 2009-02-14 | 1 | -16/+0 |
| | |||||
* | 2.4.1 is safe | Rasmus Lerdorf | 2009-02-14 | 1 | -0/+16 |
| | |||||
* | MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI | Ilia Alshanetsky | 2009-01-09 | 1 | -386/+365 |
| | | | | | opened files. | ||||
* | - MFH: Year++ | Felipe Pena | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46844 (php scripts or included files with first line starting | Ilia Alshanetsky | 2009-01-01 | 1 | -3/+3 |
| | | | | | with # have the 1st line missed from the output). | ||||
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -2605/+2615 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | - MFH: Removed some TSRMLS_FETCH()s | Felipe Pena | 2008-08-15 | 1 | -4/+4 |
| | |||||
* | Fixed bug #45779 (regression with shebang lines processing) | Dmitry Stogov | 2008-08-12 | 1 | -363/+365 |
| | |||||
* | - MFH: Fixed BC break: The magic constants must be case-insensitive. | Felipe Pena | 2008-07-30 | 1 | -144/+209 |
| | |||||
* | - Touch. | Moriyoshi Koizumi | 2008-07-28 | 1 | -378/+379 |
| | |||||
* | - Touch | Moriyoshi Koizumi | 2008-07-28 | 1 | -19/+19 |
| | |||||
* | - touch | Moriyoshi Koizumi | 2008-07-28 | 1 | -383/+390 |
| | |||||
* | . Added support for using static HEREDOCs to initialize static variables and ↵ | Dmitry Stogov | 2008-07-26 | 1 | -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 cursor | Moriyoshi Koizumi | 2008-07-24 | 1 | -3/+3 |
| | |||||
* | - Revived zend multibyte | Moriyoshi Koizumi | 2008-07-24 | 1 | -409/+416 |
| | |||||
* | regenerate | Nuno Lopes | 2008-07-08 | 1 | -4031/+3987 |
| | |||||
* | regenerate | Nuno Lopes | 2008-07-06 | 1 | -248/+249 |
| | |||||
* | regenerate | Nuno Lopes | 2008-07-06 | 1 | -380/+380 |
| | |||||
* | touched zend_language_scanner.c | Rui Hirokawa | 2008-06-29 | 1 | -0/+1 |
| | |||||
* | implemented again zend-multibyte for PHP 5.3 | Rui Hirokawa | 2008-06-29 | 1 | -380/+624 |
| | |||||
* | MFH: Restore end check for "escape" strings | Matt Wilmas | 2008-05-10 | 1 | -377/+381 |
| | |||||
* | MFH: Fix loss of backslash at end of heredoc; For bug #44830 (Very minor ↵ | Matt Wilmas | 2008-05-09 | 1 | -383/+379 |
| | | | | issue with backslash in heredoc) | ||||
* | fix heredoc+nowdoc | Nuno Lopes | 2008-04-10 | 1 | -5/+5 |
| | | | | | #patch by Matt Wilmas | ||||
* | fix the yyless() definition to match flex one and revert part of last patch ↵ | Nuno Lopes | 2008-04-09 | 1 | -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 MacVicar | 2008-04-09 | 1 | -3818/+3846 |
| | |||||
* | - Allow HEREDOC syntax with double quotes | Felipe Pena | 2008-04-05 | 1 | -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 Lopes | 2008-04-04 | 1 | -379/+386 |
| | | | | (lowest safe value) | ||||
* | MFH: Implemented "jump label" operator (limited "goto") | Felipe Pena | 2008-03-28 | 1 | -2083/+2119 |
| | | | | | [DOC] | ||||
* | - Another re2c version bump and scanner regeneration | Marcus Boerger | 2008-03-22 | 1 | -287/+287 |
| | | | | | # It appears no one has used re2c in the way we do | ||||
* | - Fix YYFILL() | Marcus Boerger | 2008-03-21 | 1 | -2/+2 |
| | |||||
* | fix gcov build | Nuno Lopes | 2008-03-19 | 1 | -376/+376 |
| | |||||
* | - Add files generated by re2c | Marcus Boerger | 2008-03-16 | 1 | -0/+8894 |