summaryrefslogtreecommitdiffstats
path: root/system
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 /system
parent4a2918a33c756ac7cc9defc2e6acd371e4412af6 (diff)
parentaaa8ddb5a48af8f37cf1015a7768957cce41acd3 (diff)
Merge branch 'develop' into feature/encryption
Diffstat (limited to 'system')
-rw-r--r--system/core/Common.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index e5dd84369..07f0c6dfd 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -756,6 +756,11 @@ if ( ! function_exists('function_usable'))
* *suhosin.executor.disable_eval*. These settings will just
* terminate script execution if a disabled function is executed.
*
+ * The above described behavior turned out to be a bug in Suhosin,
+ * but even though a fix was commited for 0.9.34 on 2012-02-12,
+ * that version is yet to be released. This function will therefore
+ * be just temporary, but would probably be kept for a few years.
+ *
* @link http://www.hardened-php.net/suhosin/
* @param string $function_name Function to check for
* @return bool TRUE if the function exists and is safe to call,