diff options
-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-- |