Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #76991 | Nikita Popov | 2018-10-10 | 1 | -230/+232 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -2/+2 |
* | Fixed bug #76439 | Nikita Popov | 2018-06-27 | 1 | -4410/+4434 |
* | use defined macro | Xinchen Hui | 2018-06-18 | 1 | -5/+5 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -3/+3 |
* | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -2/+2 |
* | Implement flexible heredoc/nowdoc syntax | Thomas Punt | 2018-04-13 | 1 | -395/+629 |
* | Optmized AST creation | Dmitry Stogov | 2018-03-15 | 1 | -1/+1 |
* | PHP scanner optimization | Dmitry Stogov | 2018-03-15 | 1 | -386/+423 |
* | PHP scanner optimization | Dmitry Stogov | 2018-03-14 | 1 | -413/+415 |
* | PHP scanner optimization | Dmitry Stogov | 2018-03-14 | 1 | -368/+440 |
* | Revert "Handle scanner error in first place (don't hide them from ext/tokeniz... | Dmitry Stogov | 2018-03-14 | 1 | -207/+195 |
* | Handle scanner error in first place (don't hide them from ext/tokenizer) and ... | Dmitry Stogov | 2018-03-13 | 1 | -195/+207 |
* | Eliminate duplication | Dmitry Stogov | 2018-01-17 | 1 | -585/+595 |
* | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -224/+224 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -351/+349 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-21 | 1 | -196/+194 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-21 | 1 | -196/+194 |
| |\ | |||||
| | * | Fixed bug #74947 (Segfault in scanner on INF number) | Xinchen Hui | 2017-07-21 | 1 | -196/+194 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-03-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-23 | 1 | -3959/+4147 |
| |\ \ | | |/ | |||||
| | * | Fix sequencing UB | Nikita Popov | 2017-03-23 | 1 | -421/+444 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | * | Fix line number of implicit return in pseudo-main scope | Nikita Popov | 2016-10-12 | 1 | -3956/+4124 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Fixed bug #74300 | xKhorasan | 2017-03-23 | 1 | -421/+444 |
* | | | Simplify increment_lineno handling | Nikita Popov | 2017-03-22 | 1 | -130/+133 |
* | | | Resolve conflict | Sammy Kaye Powers | 2017-01-03 | 1 | -3929/+4094 |
|\ \ \ | |||||
| * | | | updating cvs revisions of strlcat/cpy | David Carlier | 2016-10-20 | 1 | -3929/+4094 |
| |/ / | |||||
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ / | |||||
* | | Implement #72918: negative offset inside a quoted string leads to parse error | Christoph M. Becker | 2016-10-14 | 1 | -4094/+3929 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-10-14 | 1 | -3964/+4131 |
* | | Make sure TOKEN_PARSE mode is thread safe | Nikita Popov | 2016-07-23 | 1 | -350/+356 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
* | | Check in generated lexer | Sara Golemon | 2016-05-14 | 1 | -348/+354 |
* | | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ... | Dmitry Stogov | 2016-05-13 | 1 | -2739/+2746 |
* | | Revert "Refactor zval cleanup into single function" | Dmitry Stogov | 2016-05-06 | 1 | -186/+176 |
* | | Refactor zval cleanup into single function | Bob Weinand | 2016-05-05 | 1 | -176/+186 |
* | | Fix bug #71897 | Andrea Faulds | 2016-05-04 | 1 | -2583/+2577 |
* | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-06 | 1 | -216/+217 |
|\ \ | |/ | |||||
| * | Fixed bug #71724 | Nikita Popov | 2016-03-06 | 1 | -216/+217 |
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
* | | Separate common part of compile_file() and compile_string() into zend_compile() | Dmitry Stogov | 2015-11-12 | 1 | -417/+393 |
|/ | |||||
* | Don't return T_ERROR from token_get_all() | Nikita Popov | 2015-07-09 | 1 | -199/+191 |
* | Fix bug #69430 | Nikita Popov | 2015-07-09 | 1 | -348/+353 |
* | Switch code on thrown TypeError and ParseError to 0, update related tests | Aaron Piotrowski | 2015-07-07 | 1 | -5/+5 |
* | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this... | Kalle Sommer Nielsen | 2015-07-04 | 1 | -2/+2 |