From: Harald Radi Date: Mon, 3 Mar 2003 01:30:27 +0000 (+0000) Subject: adding placeholder for the new disable_classes directive X-Git-Tag: RELEASE_0_5~649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f6d0d86d5bdbe4694b775ee36363bce6602bbd;p=php adding placeholder for the new disable_classes directive --- diff --git a/php.ini-dist b/php.ini-dist index a342a1eeb6..00688b1118 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -193,6 +193,11 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; *NOT* affected by whether Safe Mode is turned On or Off. disable_functions = +; This directive allows you to disable certain classes for security reasons. +; It receives a comma-delimited list of class names. This directive is +; *NOT* affected by whether Safe Mode is turned On or Off. +disable_classes = + ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; would work. ;highlight.string = #DD0000 diff --git a/php.ini-recommended b/php.ini-recommended index 781bcc1269..60acf344ef 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -207,6 +207,11 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH ; *NOT* affected by whether Safe Mode is turned On or Off. disable_functions = +; This directive allows you to disable certain classes for security reasons. +; It receives a comma-delimited list of class names. This directive is +; *NOT* affected by whether Safe Mode is turned On or Off. +disable_classes = + ; Colors for Syntax Highlighting mode. Anything that's acceptable in ; would work. ;highlight.string = #DD0000