diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index a86970dcbd..0a76188079 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -105,6 +105,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 |
