summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/is_script_cached.phpt
diff options
context:
space:
mode:
authorDanack <Danack@basereality.com>2015-04-01 23:58:22 +0800
committerXinchen Hui <laruence@php.net>2015-04-01 23:58:22 +0800
commit86f983bd3ea13def42e36842e03f785d02d40a7f (patch)
tree54367f7add08856676dcb7c62f6e0aa5ed26a1d7 /ext/opcache/tests/is_script_cached.phpt
parent59c2a55ec7cbc70cc0227a127d3859fdc95566e7 (diff)
downloadphp-git-86f983bd3ea13def42e36842e03f785d02d40a7f.tar.gz
Fixed bug #69281 (opcache_is_script_cached no longer works)
Diffstat (limited to 'ext/opcache/tests/is_script_cached.phpt')
-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 0560e98d88..bac561103f 100644
--- a/ext/opcache/tests/is_script_cached.phpt
+++ b/ext/opcache/tests/is_script_cached.phpt
@@ -4,6 +4,7 @@ Test that script cached info is correct
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
+opcache.validate_timestamps=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--