diff options
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 2f2f2152aa..3e8b721656 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -93,6 +93,14 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; This directive contains a comm ; even if safe_mode_allowed_env_vars is ; set to allow to change them. + +disable_functions = ; This directive allows you to disable certain + ; functions for security reasons. It receives + ; a comma separated list of function names. + ; This directive is *NOT* affected by whether + ; Safe Mode is turned on or off. + + ; Colors for Syntax Highlighting mode. Anything that's acceptable in <font color=???> would work. highlight.string = #DD0000 highlight.comment = #FF8000 |
