Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fix bug #64936 - clean doc comment state at the beginning and end of the scan | Stanislav Malyshev | 2013-06-16 | 1 | -341/+344 |
| | |||||
* | fix bug #64660 - yyparse can return 2, not only 1 | Stanislav Malyshev | 2013-05-20 | 1 | -3/+3 |
| | |||||
* | Fixed bug #64529 (Ran out of opcode space) | Dmitry Stogov | 2013-03-28 | 1 | -3/+3 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed compiler reenterability | Dmitry Stogov | 2012-11-14 | 1 | -341/+343 |
| | |||||
* | - Regenerated files | Felipe Pena | 2012-04-30 | 1 | -343/+344 |
| | |||||
* | - Regenerated files | Felipe Pena | 2012-04-30 | 1 | -342/+348 |
| | |||||
* | Merge branch '5.3' into 5.4 | Gustavo André dos Santos Lopes | 2012-03-28 | 1 | -7415/+7782 |
|\ | | | | | | | Zend/zend_language_scanner.c and Zend/zend_language_scanner_defs.h had to be changed manually. | ||||
| * | Revert "- fix bug #61504, fix build errors on windows and possibly other" | Gustavo André dos Santos Lopes | 2012-03-28 | 1 | -7415/+7415 |
|/ | | | | This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be. | ||||
* | - fix bug #61504, fix build errors on windows and possibly other | Pierre Joye | 2012-03-28 | 1 | -7415/+7415 |
| | |||||
* | Fix #61095 (Lexing 0x0*+<NUM> incorrectly) | Etienne Kneuss | 2012-02-20 | 1 | -180/+184 |
| | |||||
* | regen for r321655 | Nuno Lopes | 2012-01-01 | 1 | -333/+335 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed Bug #53629 (memory leak inside highlight_string()). | Ilia Alshanetsky | 2011-01-03 | 1 | -333/+343 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-30 | 1 | -336/+348 |
| | |||||
* | - Reverted fix for bug #48930 (due binary compatibility breakage) | Felipe Pena | 2010-06-29 | 1 | -335/+334 |
| | |||||
* | - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3) | Felipe Pena | 2010-06-27 | 1 | -334/+335 |
| | |||||
* | - those are in 5.3.2 now, merge to 5.3.2 section is coming | Pierre Joye | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #50145 (crash while running bug35634.phpt) | Felipe Pena | 2009-11-17 | 1 | -5/+5 |
| | |||||
* | - Fix skips | Jani Taskinen | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| |