diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-21 11:17:49 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-21 11:17:49 +0800 |
commit | 20e5911d82e0bfdf3a3a179f02290f3474b2e6f0 (patch) | |
tree | 79b9f1d9263360d549d278df41a6b3b7f834ea99 /ext/opcache | |
parent | 8e19705a93d785cd1ff8ba3a69699b00169fea47 (diff) | |
download | php-git-20e5911d82e0bfdf3a3a179f02290f3474b2e6f0.tar.gz |
Fixed test fails
Diffstat (limited to 'ext/opcache')
-rw-r--r-- | ext/opcache/tests/is_script_cached.phpt | 1 |
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-- |