summaryrefslogtreecommitdiff
path: root/ext/opcache/tests
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-01-21 11:18:08 +0800
committerXinchen Hui <laruence@php.net>2015-01-21 11:18:08 +0800
commit57ff5a4e6fb5b2c5cf2fe9441af8c6e48c22fe67 (patch)
treec33599679c0781a9d95abcd02cdcb7f1c90e0ee9 /ext/opcache/tests
parentea44ccbd623cd05c7a3319563c0adf3b494aaadf (diff)
parent20e5911d82e0bfdf3a3a179f02290f3474b2e6f0 (diff)
downloadphp-git-57ff5a4e6fb5b2c5cf2fe9441af8c6e48c22fe67.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
Diffstat (limited to 'ext/opcache/tests')
-rw-r--r--ext/opcache/tests/is_script_cached.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/is_script_cached.phpt b/ext/opcache/tests/is_script_cached.phpt
index 6f40a7e35d..0560e98d88 100644
--- a/ext/opcache/tests/is_script_cached.phpt
+++ b/ext/opcache/tests/is_script_cached.phpt
@@ -3,6 +3,7 @@ Test that script cached info is correct
--INI--
opcache.enable=1
opcache.enable_cli=1
+opcache.file_update_protection=0
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--