summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Leftover: Invoke re2c with --no-generation-date to prevent unintentional / un...Sebastian Bergmann2012-12-061-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2012-11-141-345/+347
|\
| * Fixed compiler reenterabilityDmitry Stogov2012-11-141-341/+343
| * - Regenerated filesFelipe Pena2012-04-301-343/+344
| * - Regenerated filesFelipe Pena2012-04-301-342/+348
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-379/+385
|\ \
| * \ Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-377/+383
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-375/+381
| | |/
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-632/+665
|\ \ \ | |/ /
| * | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-632/+665
* | | Add sceleton for yield* expressionNikita Popov2012-06-191-1/+1
* | | Add T_YIELD "yield" keywordNikita Popov2012-05-151-2554/+2590
|/ /
* | - Regenerated filesFelipe Pena2012-04-301-343/+344
* | - Regenerated filesFelipe Pena2012-04-301-342/+348
* | Fix bug #61681: Malformed grammarNikita Popov2012-04-091-208/+232
|/
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-281-7415/+7782
|\
| * Revert "- fix bug #61504, fix build errors on windows and possibly other"Gustavo André dos Santos Lopes2012-03-281-7415/+7415
|/
* - fix bug #61504, fix build errors on windows and possibly otherPierre Joye2012-03-281-7415/+7415
* Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-180/+184
* regen for r321655Nuno Lopes2012-01-011-333/+335
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-333/+343
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-301-336/+348
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-335/+334
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-271-334/+335
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #50145 (crash while running bug35634.phpt)Felipe Pena2009-11-171-5/+5
* - Fix skipsJani Taskinen2009-09-101-1/+1
* RegenerateMatt Wilmas2009-05-051-5332/+3830
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-137/+141
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-399/+391
* 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