summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5krakjoe2013-12-221-1/+1
|\
* \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-161-344/+348
|\ \ | |/
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-161-341/+344
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-05-201-2/+2
|\ \ | |/
| * fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-201-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-03-281-2/+2
|\ \ | |/
| * Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-3/+3
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | 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