summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-03-16 16:11:00 +0400
committerDmitry Stogov <dmitry@zend.com>2013-03-16 16:11:00 +0400
commite9641141aaad136757af06fddd6d870147ac2000 (patch)
tree08cdb8a22f52274ad942685d5482da248418732c /run-tests.php
parent92430bcf5dd76bf9b12363693efcc471b3527618 (diff)
downloadphp-git-e9641141aaad136757af06fddd6d870147ac2000.tar.gz
Made test compatible with O+
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 8b7fa7f8be..84907a705f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -240,6 +240,7 @@ $ini_overwrites = array(
'ignore_repeated_errors=0',
'precision=14',
'memory_limit=128M',
+ 'opcache.fast_shutdown=0',
);
function write_information($show_html)