disable_functions

In certain environments, you may want to completely disallow the use of certain default functions, such as exec() and system(). Such functions can be disabled by assigning them to the disable_functions parameter, like this:

disable_functions = "exec, system";

Note : that the influence exercised by this directive is not dependent upon the safe_mode directive.





Content