Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-30 | 1 | -10/+0 |
|\ | |||||
| * | Disable "bad" optimisations only for emulation loop | Dmitry Stogov | 2019-05-30 | 1 | -10/+0 |
* | | Remove get() object handler | Nikita Popov | 2019-05-29 | 1 | -36/+0 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-29 | 1 | -0/+40 |
|\ \ | |/ | |||||
| * | zend_assign_to_variable() optimization | Dmitry Stogov | 2019-05-29 | 1 | -0/+40 |
| * | zend_do_fcall_overloaded() doesn't have to be exported | Dmitry Stogov | 2019-05-29 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI... | Dmitry Stogov | 2019-05-15 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-09 | 1 | -44/+0 |
|\ \ | |/ | |||||
| * | Remove unused functions | Peter Kokot | 2019-05-09 | 1 | -44/+0 |
* | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-08 | 1 | -9/+0 |
|\ \ | |/ | |||||
| * | Remove unused functions | Peter Kokot | 2019-05-08 | 1 | -9/+0 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-22 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Add gcc global register for aarch64 | CrazyMiaoo | 2019-04-22 | 1 | -0/+3 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-15 | 1 | -0/+35 |
|\ \ | |/ | |||||
| * | Removed tests that always (or almost always) true | Dmitry Stogov | 2019-04-15 | 1 | -0/+35 |
| * | Backported call frame initialization improvement | Dmitry Stogov | 2019-04-12 | 1 | -12/+19 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-12 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Replace "ZEND_CALL_CTOR" hack by additional live-range | Dmitry Stogov | 2019-04-12 | 1 | -6/+6 |
* | | Simplify call frame initialization | Dmitry Stogov | 2019-04-11 | 1 | -12/+19 |
* | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-09 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2019-04-09 | 1 | -2/+2 |
| |\ | |||||
* | \ | Merge branch 'PHP-7.4' | Joe Watkins | 2019-04-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | typo | Markus Staab | 2019-04-05 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-04-05 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Optimized "smart branch" instructions | Dmitry Stogov | 2019-04-05 | 1 | -0/+20 |
* | | | Make zpp failures always throw, independent of strict_types | Nikita Popov | 2019-03-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-03-01 | 1 | -1/+10 |
|\ \ \ | |/ / | |||||
| * | | Fix out-dated docs and typo | c9s | 2019-03-01 | 1 | -1/+10 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-20 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Use "modify" error message for FUNC_ARG fetch as well | Nikita Popov | 2019-02-20 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typos in code comments in Zend/ [skip ci] | Tyson Andre | 2019-02-18 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-14 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix build without global regs | Nikita Popov | 2019-02-14 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-14 | 1 | -33/+5 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75921 | David Walker | 2019-02-14 | 1 | -33/+5 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-02-12 | 1 | -9/+22 |
|\ \ \ | |/ / | |||||
| * | | More accurate handling of global registers (allow VM with single global regis... | Dmitry Stogov | 2019-02-12 | 1 | -9/+22 |
* | | | Don't silence fatal errors with @ | Nikita Popov | 2019-02-11 | 1 | -1/+2 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-08 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix double free if post inc of typed property throws | Nikita Popov | 2019-02-08 | 1 | -0/+2 |
* | | | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handler | Dmitry Stogov | 2019-02-07 | 1 | -37/+0 |
* | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste... | Dmitry Stogov | 2019-02-04 | 1 | -45/+51 |
* | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
|\ \ \ | |/ / | |||||
| * | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
* | | | Remove bareword fallback for constants | Nikita Popov | 2019-01-31 | 1 | -17/+3 |
* | | | Remove support for case-insensitive constants | Nikita Popov | 2019-01-31 | 1 | -55/+3 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-01-31 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Revert "Don't silence fatal errors with @" | Nikita Popov | 2019-01-31 | 1 | -2/+1 |