diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-29 17:22:35 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-29 17:22:35 +0000 |
commit | 7213c743f085cf3842418a96fd848f8b93c4d387 (patch) | |
tree | 63011021b3a119459d41f617a741b04ff1bd1d8b /php.ini-recommended | |
parent | bc7abb330002089a5311bb5482ea4c0ce38f4470 (diff) | |
download | php-git-7213c743f085cf3842418a96fd848f8b93c4d387.tar.gz |
- Added disable_functions php.ini support
- Fixed Win32 build
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 |