summaryrefslogtreecommitdiff
path: root/ext/opcache/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-151-0/+0
|\
| * fix AppVeyor failures with Opcache enabledAnatol Belski2017-01-151-0/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-141-0/+4
|\ \ | |/
| * Added test for "opcache: print restart reason" to basic_logging.phptMitch Hagstrand2017-01-141-0/+4
* | refix testAnatol Belski2017-01-131-3/+2
* | fix testAnatol Belski2017-01-131-1/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-131-2/+10
|\ \ | |/
| * Increase wait time for tests involving sockets to improve Travis relabilityMitch Hagstrand2017-01-131-2/+10
| * Fix opcache test dependenciesRasmus Lerdorf2017-01-024-10/+12
* | Fix opcache test dependenciesRasmus Lerdorf2017-01-024-10/+12
* | Fix bug #73847Nikita Popov2016-12-311-0/+44
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-291-14/+29
|\ \ | |/
| * Make Opcache tests using the cli server more reliableMitch Hagstrand2016-12-291-14/+29
* | Fixed bug #73789 (Strange behavior of class constants in switch/case block)Xinchen Hui2016-12-201-0/+30
* | Fixed bug #73746 (Method that returns string returns UNKNOWN:0 instead)Xinchen Hui2016-12-161-0/+28
* | Fix bug #73668Nikita Popov2016-12-061-0/+8
* | Fix bug #73654Nikita Popov2016-12-051-0/+17
* | 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
|\ \ \ | |/ /