| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lineno for AST_ZVAL nodes | Nikita Popov | 2017-03-23 | 1 | -2/+6 |
* | Fix AST start lineno for list nodes | Nikita Popov | 2017-03-17 | 1 | -1/+8 |
* | [ast] Fix exporting **= in expansion of assign op | Sara Golemon | 2017-01-08 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-09-28 | 1 | -1/+9 |
|\ |
|
| * | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Fix serializing ZEND_AST_SHELL_EXEC | Sara Golemon | 2016-05-12 | 1 | -1/+5 |
* | | Fix constant expr coaleasce with protected mode opcache | Bob Weinand | 2016-04-21 | 1 | -12/+0 |
* | | allow null coalescing (??) on constant expressions | Márcio Almada | 2016-04-21 | 1 | -1/+38 |
* | | Fixed bug #71922 | Nikita Popov | 2016-03-29 | 1 | -16/+31 |
* | | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | | Fixed bug #70528 (assert() with instanceof adds apostrophes around class name) | Xinchen Hui | 2015-09-19 | 1 | -1/+5 |
* | | Handle empty (NULL) stmt in ast_export | nikita2206 | 2015-07-16 | 1 | -0/+4 |
* | | Use NULL where possible for exception class | Aaron Piotrowski | 2015-07-07 | 1 | -2/+2 |
* | | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this... | Kalle Sommer Nielsen | 2015-07-04 | 1 | -1/+1 |
* | | Remove need to pass error level | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
* | | Enable throwing custom exceptions from errors | Aaron Piotrowski | 2015-07-03 | 1 | -2/+2 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -7/+7 |
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -1/+6 |
* | | Also unreserve T_CLASS | Bob Weinand | 2015-05-25 | 1 | -3/+0 |
* | | Rebase Joe's anon classes implementation | krakjoe | 2015-04-26 | 1 | -1/+3 |
* | | Drop ??? for AST_ZNODE in ast pretty printer | Nikita Popov | 2015-04-14 | 1 | -1/+4 |
* | | Add "yield from" support to ast pretty printer | Nikita Popov | 2015-04-14 | 1 | -0/+3 |
* | | Convert fatal errors into EngineExceptions | Dmitry Stogov | 2015-04-02 | 1 | -54/+118 |
* | | Use zend_error_noreturn() for fatal errors | Dmitry Stogov | 2015-04-01 | 1 | -2/+2 |
* | | Unused var | Xinchen Hui | 2015-02-21 | 1 | -1/+0 |
* | | Implemented AST pretty-printer | Dmitry Stogov | 2015-02-19 | 1 | -0/+1142 |
* | | Implement return types | Levi Morrison | 2015-01-27 | 1 | -1/+3 |
* | | Provide compiler hook for altering the AST pre-compilation. | Sara Golemon | 2015-01-19 | 1 | -0/+2 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 1 | -2/+2 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -53/+47 |
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+6 |
* | | cleanup TSRMLS_FETCH | Anatol Belski | 2014-09-26 | 1 | -6/+0 |
* | | fix unsigned negation | Anatol Belski | 2014-09-15 | 1 | -1/+1 |
* | | Use zval_ptr_dtor_nogc to destroy literals | Nikita Popov | 2014-09-03 | 1 | -6/+1 |
* | | fix C89 compat | Anatol Belski | 2014-08-31 | 1 | -7/+16 |
* | | Don't distinguish between ast/list in parser | Nikita Popov | 2014-08-29 | 1 | -6/+9 |
* | | Merge remote-tracking branch 'php-src/master' into ast | Nikita Popov | 2014-08-25 | 1 | -18/+18 |
|\ \ |
|
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| * | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -5/+5 |
* | | | Fix ast size computation in case of zero children | Nikita Popov | 2014-08-19 | 1 | -2/+2 |
* | | | Fix GC when opcache is in use | Nikita Popov | 2014-08-17 | 1 | -3/+9 |
* | | | Fix merge | Nikita Popov | 2014-08-16 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'php-src/phpng' into ast | Nikita Popov | 2014-08-16 | 1 | -11/+18 |
|\ \ \
| |/ / |
|
| * | | cleanup | Dmitry Stogov | 2014-08-08 | 1 | -1/+0 |
| * | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -5/+2 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into phpng | Dmitry Stogov | 2014-07-24 | 1 | -3/+11 |
| |\ \ \
| | |/ / |
|