summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-05 11:46:36 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-05 11:46:36 +0100
commit86f46f4628f63ef63d28de78da0d8d73013d5a8c (patch)
treeaa85ab0d40fdc0ff771aae37ab957b8704058b48 /user_guide_src/source/general
parent4a2918a33c756ac7cc9defc2e6acd371e4412af6 (diff)
parentaaa8ddb5a48af8f37cf1015a7768957cce41acd3 (diff)
Merge branch 'develop' into feature/encryption
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/common_functions.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/user_guide_src/source/general/common_functions.rst b/user_guide_src/source/general/common_functions.rst
index a1007cb4b..1babe5a83 100644
--- a/user_guide_src/source/general/common_functions.rst
+++ b/user_guide_src/source/general/common_functions.rst
@@ -202,4 +202,9 @@ checks if it doesn't disable the function being checked.
It is useful if you want to check for the availability of functions
such as ``eval()`` and ``exec()``, which are dangerous and might be
-disabled on servers with highly restrictive security policies. \ No newline at end of file
+disabled on servers with highly restrictive security policies.
+
+.. note:: This function was introduced because Suhosin terminated
+ script execution, but this turned out to be a bug. A fix
+ has been available for some time (version 0.9.34), but is
+ unfortunately not released yet. \ No newline at end of file