diff options
| author | Christian Göttsche | 2024-05-27 21:33:00 +0200 |
|---|---|---|
| committer | jvoisin | 2024-06-09 17:16:16 +0200 |
| commit | c7ce5c3528e8da8762e6e7067001549e109397ba (patch) | |
| tree | 4c9606730af25a8f893193b7cc5cb718a20c3f35 /src/tests/stream_wrapper/config | |
| parent | 849252c6a48b428dde3ad8930b40a2bdf9874cb7 (diff) | |
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.
Diffstat (limited to 'src/tests/stream_wrapper/config')
| -rw-r--r-- | src/tests/stream_wrapper/config/config_stream_wrapper_php.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | sp.wrappers_whitelist.list("php"); | ||
| 2 | sp.wrappers_whitelist.php_list("stdin,stderr,stdout"); | ||
