diff options
author | Xinchen Hui <laruence@php.net> | 2013-12-30 11:07:25 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-12-30 11:07:25 +0800 |
commit | ed5be4f7ad9255f13f0e1263e0b88181dc3c31d8 (patch) | |
tree | 1021fc7d71204f41fe98126c196b07b2711dcece | |
parent | 6699b1f8ead84c5ea96df4b4eae5f9b6ed96bc5d (diff) | |
download | php-git-ed5be4f7ad9255f13f0e1263e0b88181dc3c31d8.tar.gz |
Fix test fail
-rw-r--r-- | ext/opcache/tests/blacklist.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/blacklist.phpt b/ext/opcache/tests/blacklist.phpt index 57e4c306dd..18c205cacf 100644 --- a/ext/opcache/tests/blacklist.phpt +++ b/ext/opcache/tests/blacklist.phpt @@ -4,6 +4,7 @@ Blacklist (with glob, quote and comments) opcache.enable=1 opcache.enable_cli=1 opcache.blacklist_filename={PWD}/opcache-*.blacklist +opcache.file_update_protection=0 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- |