I put this in the php.ini file:
disable_functions="popen,exec,system,passthru,proc_open,shell_exec,show_source,phpinfo"
But I can still call them (tested exec and shell_exec. I have restarted the webserver several times.
(under windows).
I put this in the php.ini file:
disable_functions="popen,exec,system,passthru,proc_open,shell_exec,show_source,phpinfo"
But I can still call them (tested exec and shell_exec. I have restarted the webserver several times.
(under windows).
Try removing the double quotes:
disable_functions=popen,exec,system,passthru,proc_open,shell_exec,show_source,phpinfo