Edit report at https://bugs.php.net/bug.php?id=62397&edit=1
ID: 62397 Updated by: larue...@php.net Reported by: spamik at yum dot pl Summary: disable_functions = eval does not work -Status: Open +Status: Not a bug Type: Bug Package: *General Issues PHP Version: 5.3.14 Block user comment: N Private report: N New Comment: eval is not a function, if you want to disable it, you may refer to Suhosin thanks Previous Comments: ------------------------------------------------------------------------ [2012-06-23 07:28:04] reeze dot xia at gmail dot com eval is not a function but language construct http://php.net/eval so it cannot be disabled by adding it to disable_functions ------------------------------------------------------------------------ [2012-06-23 00:24:50] spamik at yum dot pl Description: ------------ disable_functions = eval does not work. eval is often used to obfucate code by malicious viruses. I see no reason why blocking access to eval() is not doable. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62397&edit=1