summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 0b7b7fd..bbf3b91 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -261,6 +261,9 @@ readonly_exec
261the execution of writeable PHP files. 261the execution of writeable PHP files.
262 262
263It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` mode. 263It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` mode.
264``extended_checks`` can be specified to abort the execution if the executed
265file or the folder containing it is owned by the user the PHP process is
266running under.
264 267
265:: 268::
266 269