From c7ce5c3528e8da8762e6e7067001549e109397ba Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Mon, 27 May 2024 21:33:00 +0200 Subject: Add option to specify the allowed "php" wrapper types In addition of the current possibility to filter wrappers by their protocol name, also add the option to filter the "php" wrapper by the requested kind. Especially the 'filter' backend can be disabled that way. --- src/tests/stream_wrapper/config/config_stream_wrapper_php.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/tests/stream_wrapper/config/config_stream_wrapper_php.ini (limited to 'src/tests/stream_wrapper/config/config_stream_wrapper_php.ini') diff --git a/src/tests/stream_wrapper/config/config_stream_wrapper_php.ini b/src/tests/stream_wrapper/config/config_stream_wrapper_php.ini new file mode 100644 index 0000000..bec516c --- /dev/null +++ b/src/tests/stream_wrapper/config/config_stream_wrapper_php.ini @@ -0,0 +1,2 @@ +sp.wrappers_whitelist.list("php"); +sp.wrappers_whitelist.php_list("stdin,stderr,stdout"); -- cgit v1.3