summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* Rebuild scanner, add NEWS/UPGRADINGBob Weinand2015-05-251-537/+560
* Add line_start/end info to main op_arrayBob Weinand2015-04-251-348/+352
* Move more stuff to file_contextNikita Popov2015-04-211-350/+348
* Fixed bug #69388Nikita Popov2015-04-201-354/+362
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-974/+1033
|\
| * Added yield from operatorBob Weinand2015-03-071-972/+1031
* | Throw ParseException from lexerNikita Popov2015-04-021-358/+376
* | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | Support ParseException for require etcNikita Popov2015-03-171-379/+371
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-2718/+2712
* | Blast off to space.Andrea Faulds2015-01-291-2949/+2964
|/
* Fixed compiler reenterabilityDmitry Stogov2015-01-221-344/+350
* Provide compiler hook for altering the AST pre-compilation.Sara Golemon2015-01-191-344/+350
* Fixed annoying incompatible pointer type warningXinchen Hui2015-01-181-2529/+2525
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-456/+503
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-225/+225
* fix invalid free mentioned in bug 68665Anatol Belski2014-12-281-2545/+2543
* C89 compatAnatol Belski2014-12-191-2525/+2521
* Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-191-2700/+2783
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-120/+120
* fix datatype mismatch warningsAnatol Belski2014-10-291-349/+351
* Remove <% and <script language="php"> tagsNikita Popov2014-10-051-3728/+3327
* Initial coalesce operator implementationNikita Popov2014-09-161-3021/+3031
* Fix yy_limit computation after encoding switchNikita Popov2014-09-111-1/+1
* Remove self-contradictory zend multibyte assertionNikita Popov2014-09-111-2/+2
* Remove unnecessary branch/temp variableXinchen Hui2014-09-091-363/+359
* Fix parser stack destruction with dummy ENCAPSED_AND_WHITESPACENikita Popov2014-09-081-161/+163
* Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-1/+1
* Handle remaining magic constants in parser as wellNikita Popov2014-08-261-175/+146
* eval() with parse error uses clean shutdown nowNikita Popov2014-08-261-384/+370
* Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-354/+350
* Fix compiler warningsNikita Popov2014-08-251-1/+1
* Merge branch 'ast'POST_AST_MERGENikita Popov2014-08-251-389/+321
|\
| * Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-21/+21
| |\
| * | zend_do_return -> zend_emit_final_returnNikita Popov2014-07-261-355/+354
| * | Make lexer return AST nodesNikita Popov2014-07-261-359/+350
| * | Remove DUMMY_STRINGLNikita Popov2014-07-261-316/+306
| * | Fix leaksNikita Popov2014-07-261-2/+2
| * | Use arena allocator (currently leaky!)Nikita Popov2014-07-261-350/+354
| * | Expose ast via CG(ast)Nikita Popov2014-07-241-352/+358
| * | Partial NS port (semicolon, no errors)Nikita Popov2014-07-221-149/+144
| * | Port __TRAIT__ and __CLASS__ to ASTNikita Popov2014-07-211-162/+145
| * | Port __METHOD__Nikita Popov2014-07-161-173/+145
| * | Port __FUNCTION__ to ASTNikita Popov2014-07-161-151/+145
| * | Handle trait __CLASS__ in parserNikita Popov2014-06-261-148/+146
* | | master renamings phase 5Anatol Belski2014-08-251-2/+2
| |/ |/|
* | master renames phase 3Anatol Belski2014-08-251-7/+7
* | master renames phase 1Anatol Belski2014-08-251-49/+49