Dear Supporters,
I'm a bit confuse about role of these settings:
Can someone explain more detail for me?
Thank you.
I'm a bit confuse about role of these settings:
Code:
[B]disable_functions[/B]
This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode.
Only internal functions can be disabled using this directive. User-defined functions are unaffected.
This directive must be set in php.ini For example, you cannot set this in httpd.conf.
Code:
[B]suhosin.executor.func.blacklist[/B]
Comma separated blacklist of functions that are not allowed to be called. If no whitelist is given, calling a function within the blacklist will terminate the script and get logged.
Can someone explain more detail for me?
Thank you.