phanto Sun Mar 2 20:31:48 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist php.ini-recommended Log: MFH: adding placeholder for the new disable_classes directive Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.5 php4/php.ini-dist:1.171.2.6 --- php4/php.ini-dist:1.171.2.5 Fri Jan 31 02:47:10 2003 +++ php4/php.ini-dist Sun Mar 2 20:31:48 2003 @@ -193,6 +193,11 @@ ; *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 ; <font color="??????"> would work. ;highlight.string = #DD0000 Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.119.2.3 php4/php.ini-recommended:1.119.2.4 --- php4/php.ini-recommended:1.119.2.3 Thu Dec 26 08:27:08 2002 +++ php4/php.ini-recommended Sun Mar 2 20:31:48 2003 @@ -207,6 +207,11 @@ ; *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 ; <font color="??????"> would work. ;highlight.string = #DD0000
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php