Disabling PHP Functions with SUHOSIN and Optionally cPanel/WHM

If your server has SUHOSIN installed/enabled, regardless of whether you have cPanel/WHM or not, this should work for you. Disabling PHP functions using theĀ ‘disable_functions’ section of your php.ini file won’t really work too well if you using SUHOSIN. Instead, comment out the ‘function_disable’ line and add the following under neath it: suhosin.executor.func.blacklist = “show_source,shell_exec,passthru,exec,popen,allow_url_fopen,system” Of […]