Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebuild scanner, add NEWS/UPGRADING | Bob Weinand | 2015-05-25 | 1 | -537/+560 |
* | Add line_start/end info to main op_array | Bob Weinand | 2015-04-25 | 1 | -348/+352 |
* | Move more stuff to file_context | Nikita Popov | 2015-04-21 | 1 | -350/+348 |
* | Fixed bug #69388 | Nikita Popov | 2015-04-20 | 1 | -354/+362 |
* | Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-src | Bob Weinand | 2015-04-14 | 1 | -974/+1033 |
|\ | |||||
| * | Added yield from operator | Bob Weinand | 2015-03-07 | 1 | -972/+1031 |
* | | Throw ParseException from lexer | Nikita Popov | 2015-04-02 | 1 | -358/+376 |
* | | Use zend_error_noreturn() for fatal errors | Dmitry Stogov | 2015-04-01 | 1 | -1/+1 |
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -1/+1 |
* | | Support ParseException for require etc | Nikita Popov | 2015-03-17 | 1 | -379/+371 |
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -2718/+2712 |
* | | Blast off to space. | Andrea Faulds | 2015-01-29 | 1 | -2949/+2964 |
|/ | |||||
* | Fixed compiler reenterability | Dmitry Stogov | 2015-01-22 | 1 | -344/+350 |
* | Provide compiler hook for altering the AST pre-compilation. | Sara Golemon | 2015-01-19 | 1 | -344/+350 |
* | Fixed annoying incompatible pointer type warning | Xinchen Hui | 2015-01-18 | 1 | -2529/+2525 |
* | Error on invalid octal (fixes PHPSadness #31) | Andrea Faulds | 2015-01-17 | 1 | -456/+503 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -225/+225 |
* | fix invalid free mentioned in bug 68665 | Anatol Belski | 2014-12-28 | 1 | -2545/+2543 |
* | C89 compat | Anatol Belski | 2014-12-19 | 1 | -2525/+2521 |
* | Unicode Codepoint Escape Syntax | Andrea Faulds | 2014-12-19 | 1 | -2700/+2783 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -120/+120 |
* | fix datatype mismatch warnings | Anatol Belski | 2014-10-29 | 1 | -349/+351 |
* | Remove <% and <script language="php"> tags | Nikita Popov | 2014-10-05 | 1 | -3728/+3327 |
* | Initial coalesce operator implementation | Nikita Popov | 2014-09-16 | 1 | -3021/+3031 |
* | Fix yy_limit computation after encoding switch | Nikita Popov | 2014-09-11 | 1 | -1/+1 |
* | Remove self-contradictory zend multibyte assertion | Nikita Popov | 2014-09-11 | 1 | -2/+2 |
* | Remove unnecessary branch/temp variable | Xinchen Hui | 2014-09-09 | 1 | -363/+359 |
* | Fix parser stack destruction with dummy ENCAPSED_AND_WHITESPACE | Nikita Popov | 2014-09-08 | 1 | -161/+163 |
* | Use efree_size() instead of efree() where posible | Dmitry Stogov | 2014-08-27 | 1 | -1/+1 |
* | Handle remaining magic constants in parser as well | Nikita Popov | 2014-08-26 | 1 | -175/+146 |
* | eval() with parse error uses clean shutdown now | Nikita Popov | 2014-08-26 | 1 | -384/+370 |
* | Remove ZEND_ACC_INTERACTIVE and CG(interactive) | Nikita Popov | 2014-08-25 | 1 | -354/+350 |
* | Fix compiler warnings | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | Merge branch 'ast'POST_AST_MERGE | Nikita Popov | 2014-08-25 | 1 | -389/+321 |
|\ | |||||
| * | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-25 | 1 | -21/+21 |
| |\ | |||||
| * | | zend_do_return -> zend_emit_final_return | Nikita Popov | 2014-07-26 | 1 | -355/+354 |
| * | | Make lexer return AST nodes | Nikita Popov | 2014-07-26 | 1 | -359/+350 |
| * | | Remove DUMMY_STRINGL | Nikita Popov | 2014-07-26 | 1 | -316/+306 |
| * | | Fix leaks | Nikita Popov | 2014-07-26 | 1 | -2/+2 |
| * | | Use arena allocator (currently leaky!) | Nikita Popov | 2014-07-26 | 1 | -350/+354 |
| * | | Expose ast via CG(ast) | Nikita Popov | 2014-07-24 | 1 | -352/+358 |
| * | | Partial NS port (semicolon, no errors) | Nikita Popov | 2014-07-22 | 1 | -149/+144 |
| * | | Port __TRAIT__ and __CLASS__ to AST | Nikita Popov | 2014-07-21 | 1 | -162/+145 |
| * | | Port __METHOD__ | Nikita Popov | 2014-07-16 | 1 | -173/+145 |
| * | | Port __FUNCTION__ to AST | Nikita Popov | 2014-07-16 | 1 | -151/+145 |
| * | | Handle trait __CLASS__ in parser | Nikita Popov | 2014-06-26 | 1 | -148/+146 |
* | | | master renamings phase 5 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| |/ |/| | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -7/+7 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -49/+49 |