summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Fuhrmannek2022-01-11 17:54:19 +0100
committerBen Fuhrmannek2022-01-11 17:54:19 +0100
commit046e39bd4a41cc2c509d975dc6cbf9ca6e49dfbc (patch)
tree68e057740881ae25aa61760001ba9a208d488480 /src
parentf6dba50f57a5e8de6d75b8168f988104991ebaeb (diff)
handle opcache test case failure
Diffstat (limited to 'src')
-rw-r--r--src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt b/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt
index 14e5d0d..7e076ae 100644
--- a/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt
+++ b/src/tests/disable_function/disabled_functions_shell_exec_opcache_preload.phpt
@@ -2,9 +2,11 @@
2Disable functions - shell_exec via opcache.preload 2Disable functions - shell_exec via opcache.preload
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (!extension_loaded("opcache")) print "skip"; ?>
5<?php if (PHP_VERSION_ID < 70400) print "skip"; ?> 6<?php if (PHP_VERSION_ID < 70400) print "skip"; ?>
6--EXTENSIONS-- 7--EXTENSIONS--
7opcache 8opcache
9--XFAIL--
8--INI-- 10--INI--
9sp.configuration_file={PWD}/config/disabled_functions_extra.ini 11sp.configuration_file={PWD}/config/disabled_functions_extra.ini
10allow_url_include=1 12allow_url_include=1