diff --git a/run-tests.php b/run-tests.php index 26bd7363166eb..696e949974e3e 100755 --- a/run-tests.php +++ b/run-tests.php @@ -337,6 +337,10 @@ function main() 'opcache.fast_shutdown=0', 'opcache.file_update_protection=0', 'opcache.revalidate_freq=0', + 'opcache.jit_hot_loop=1', + 'opcache.jit_hot_func=1', + 'opcache.jit_hot_return=1', + 'opcache.jit_hot_side_exit=1', 'zend.assertions=1', 'zend.exception_ignore_args=0', 'short_open_tag=0',