summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix #79934: CRLF-only line in heredoc causes parsing errorPieter van den Ham2020-08-061-2/+1
* Don't throw warnings during heredoc scan-aheadNikita Popov2019-09-281-1/+1
* Fix #78441: Parse error due to heredoc identifier followed by digitChristoph M. Becker2019-08-211-1/+1
* Fixed bug #76439Nikita Popov2018-06-271-1/+1
* updating cvs revisions of strlcat/cpyDavid Carlier2016-10-201-1/+1
* Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-141-1/+1
* Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-1/+1
* Blast off to space.Andrea Faulds2015-01-291-1/+1
* Fixed annoying incompatible pointer type warningXinchen Hui2015-01-181-1/+1
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-1/+1
* fix invalid free mentioned in bug 68665Anatol Belski2014-12-281-1/+1
* Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-191-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5krakjoe2013-12-221-1/+1
|\
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-161-1/+1
| * Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-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-1/+1
|\ \ | |/
| * Fixed compiler reenterabilityDmitry Stogov2012-11-141-1/+1
| * - Regenerated filesFelipe Pena2012-04-301-1/+1
| * - Regenerated filesFelipe Pena2012-04-301-1/+1
* | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-201-1/+1
|\ \
| * \ Merge branch 'pull-request/31'Stanislav Malyshev2012-08-191-1/+1
| |\ \
| | * | Fix lexing of nested heredoc strings in token_get_all()Nikita Popov2012-03-311-1/+1
| | |/
* | | Merge remote-tracking branch 'php-src/master' into addGeneratorsSupportNikita Popov2012-08-131-1/+1
|\ \ \ | |/ /
| * | Implemented 'finally' keywords for phpXinchen Hui2012-08-131-1/+1
* | | Add sceleton for yield* expressionNikita Popov2012-06-191-1/+1
* | | Add T_YIELD "yield" keywordNikita Popov2012-05-151-1/+1
|/ /
* | - Regenerated filesFelipe Pena2012-04-301-1/+1
* | - Regenerated filesFelipe Pena2012-04-301-1/+1
* | Fix bug #61681: Malformed grammarNikita Popov2012-04-091-1/+1
|/
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-281-15/+15
|\
| * Revert "- fix bug #61504, fix build errors on windows and possibly other"Gustavo André dos Santos Lopes2012-03-281-15/+15
|/
* - fix bug #61504, fix build errors on windows and possibly otherPierre Joye2012-03-281-15/+15
* Fix #61095 (Lexing 0x0*+<NUM> incorrectly)Etienne Kneuss2012-02-201-1/+1
* Fixed Bug #53629 (memory leak inside highlight_string()).Ilia Alshanetsky2011-01-031-1/+1
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-291-1/+1
* - those are in 5.3.2 now, merge to 5.3.2 section is comingPierre Joye2010-02-111-1/+1
* - Fix skipsJani Taskinen2009-09-101-1/+1
* RegenerateMatt Wilmas2009-05-051-4/+1
* Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in doub...Dmitry Stogov2009-03-261-1/+1
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-1/+1
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, comment...Brian Shire2009-03-161-1/+1
* MFH: Add proper EOF handling for language scanner. Fixes bug #46817.Brian Shire2009-03-111-1/+1
* UnmangleRasmus Lerdorf2009-02-141-8/+0
* 2.4.1 is safeRasmus Lerdorf2009-02-141-0/+8
* MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLIIlia Alshanetsky2009-01-091-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1