; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
-disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open
+disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec
; This directive allows you to disable certain classes for security reasons.
; It receives a comma-delimited list of class names. This directive is