PDA

View Full Version : suhosin.executor.func.blacklist =


Bt4
01-19-2012, 03:35 AM
why this fashion ddt work on httpd.conf
i want block some fncation like
suhosin.executor.func.blacklist = dl,system,

it work on cpanel

slava
01-19-2012, 04:17 AM
Most likely in your distribution of the operating system PHP without Suhosin patch
Use disable_functions in php.ini

Bt4
01-19-2012, 03:40 PM
disable_funcation is diffrent with suhosin.executor.func.blacklist =
by suhosin.executor.func.blacklist = can block hacker shell code

Bt4
01-19-2012, 03:43 PM
why this fashion ddt work on httpd.conf
i mean php.ini

slava
01-19-2012, 04:44 PM
recompile PHP on your server with suhosin patch