summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-11-26 11:36:23 +0400
committerDmitry Stogov <dmitry@zend.com>2013-11-26 11:36:23 +0400
commit621f83e35c96e488051787b413d7987427b75133 (patch)
treec57adc1341a222670d1389ab64561c14466e5cd8 /run-tests.php
parentb3c2c2bcb136945d814be20b12fda27992a01769 (diff)
parenta8c7e50f4d7d73797615734978259d640b3835c1 (diff)
downloadphp-git-621f83e35c96e488051787b413d7987427b75133.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) bring the news Conflicts: NEWS
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 02d4665bcb..45ea29de51 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -241,6 +241,7 @@ $ini_overwrites = array(
'precision=14',
'memory_limit=128M',
'opcache.fast_shutdown=0',
+ 'opcache.file_update_protection=0',
);
function write_information($show_html)