summaryrefslogtreecommitdiff
path: root/ext/opcache/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug #73583 (Segfaults when conditionally declared class and function ha...Xinchen Hui2016-11-231-0/+19
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-161-0/+19
|\ \ | |/
| * Fix #73546: Logging for opcache has an empty file nameMitch Hagstrand2016-11-161-0/+19
* | Don't inline if function has ref argumentsNikita Popov2016-11-121-0/+22
* | Fix block pass leaksNikita Popov2016-11-101-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-101-0/+15
|\ \ | |/
| * Fcall optimization: Avoid FETCH_DIM_R with UNUSED op2Nikita Popov2016-11-101-0/+15
* | Don't elide undef var noticeNikita Popov2016-11-101-0/+8
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-10-291-0/+29
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-10-291-0/+29
| |\
| | * Fixed bug #73402 (Opcache segfault when using class constant to call a method)Xinchen Hui2016-10-291-0/+29
| * | Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()Mitch Hagstrand2016-10-121-0/+19
* | | Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()Mitch Hagstrand2016-10-141-0/+19
* | | Fixed bug #72762Nikita Popov2016-08-051-0/+23
* | | Fix optimization of $i = $i++Nikita Popov2016-07-171-0/+20
* | | Prevent inlining through call_user_func() and call_user_func_array()Dmitry Stogov2016-07-011-0/+23
* | | Introduce new CHECK_VAR instruction to keep warnings about undefined variables.Dmitry Stogov2016-06-301-0/+23
* | | Disable inlining for $this->foo(), because $this may be not in object contextDmitry Stogov2016-06-301-1/+1
* | | Disable inlining for $this->foo(), because $this may be used not in object co...Dmitry Stogov2016-06-301-0/+29
* | | Fixed incorrect constant propagationDmitry Stogov2016-06-301-0/+28
* | | Exception safety for direct CV assign of *CALL instrsNikita Popov2016-06-182-0/+43
* | | Fix VERIFY_RETURN_TYPE elisionNikita Popov2016-06-051-0/+38
* | | Fix bug71843.phptNikita Popov2016-06-051-0/+4
* | | Check SKIP_SLOW_TESTS in issue0140.phptNikita Popov2016-06-051-0/+1
* | | Fix SSA NOP removalNikita Popov2016-06-051-0/+16
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-141-0/+29
|\ \ \ | |/ /
| * | Fixed bug #72014 (Including a file with anonymous classes multiple times lead...Xinchen Hui2016-04-141-0/+29
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-171-1/+1
|\ \ \ | |/ /
| * | Fixed test & ZEND_BOOL should result TMP_VARXinchen Hui2016-03-171-1/+1
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-171-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-171-0/+21
| |\ \ | | |/
| | * Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER)Xinchen Hui2016-03-171-0/+21
* | | Merge branch 'PHP-7.0'Anatol Belski2016-02-283-8/+26
|\ \ \ | |/ /
| * | test fixesAnatol Belski2016-02-283-8/+26
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-261-0/+17
|\ \ \ | |/ /
| * | Added test for bug #71443Xinchen Hui2016-01-261-0/+17
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-261-1/+3
|\ \ \ | |/ /
| * | Fixed bug #71443 (Segfault using built-in webserver with intl using symfony)Xinchen Hui2016-01-261-1/+3
* | | Fixed SSA construction for CFG with unreachable BBDmitry Stogov2015-12-231-0/+19
* | | Fixed test on 32-bit systemsDmitry Stogov2015-12-231-1/+1
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-181-0/+1
|\ \ | |/
| * Improved fix for #71127Xinchen Hui2015-12-181-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-171-0/+24
|\ \ | |/
| * Fixed bug #71127 (Define in auto_prepend_file is overwrite)Xinchen Hui2015-12-171-0/+24
| * Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)Xinchen Hui2015-10-031-0/+21
| * Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-0/+20
| * Fixed bug #70601 (Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-0/+23
* | add test for bug #70423Anatol Belski2015-09-071-0/+70
* | Merge branch 'PHP-5.6'Xinchen Hui2015-08-111-0/+20
|\ \ | |/
| * Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on ...Xinchen Hui2015-08-111-0/+20