summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-161-341/+344
|
* fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-201-3/+3
|
* Fixed bug #64529 (Ran out of opcode space)Dmitry Stogov2013-03-281-3/+3
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fixed compiler reenterabilityDmitry Stogov2012-11-141-341/+343
|
* - Regenerated filesFelipe Pena2012-04-301-343/+344
|
* - Regenerated filesFelipe Pena2012-04-301-342/+348
|
* Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-281-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 Lopes2012-03-281-7415/+7415
|/ | | | This reverts commit 74ee335e3aea8c48380334098b8d20eb54d6c6be.
* - 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 ↵Dmitry Stogov2009-03-261-137/+141
| | | | double quote)
* Fixed bug #47038 (Memory leak in include)Dmitry Stogov2009-03-251-399/+391
|
* MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings, ↵Brian Shire2009-03-161-3709/+3644
| | | | comments, and non-parsed content.
* 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
| | | | | opened files.
* - 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
| | | | | with # have the 1st line missed from the output).
* - 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
| | | | | | | | 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 cursorMoriyoshi Koizumi2008-07-241-3/+3
|
* - Revived zend multibyteMoriyoshi Koizumi2008-07-241-409/+416
|
* regenerateNuno Lopes2008-07-081-4031/+3987
|
* regenerateNuno Lopes2008-07-061-248/+249
|
* regenerateNuno Lopes2008-07-061-380/+380
|
* touched zend_language_scanner.cRui Hirokawa2008-06-291-0/+1
|
* implemented again zend-multibyte for PHP 5.3Rui Hirokawa2008-06-291-380/+624
|
* MFH: Restore end check for "escape" stringsMatt Wilmas2008-05-101-377/+381
|