phanto Sun Mar 2 20:30:28 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: adding placeholder for the new disable_classes directive Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.182 php4/php.ini-dist:1.183 --- php4/php.ini-dist:1.182 Sun Mar 2 07:46:37 2003 +++ php4/php.ini-dist Sun Mar 2 20:30:27 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.128 php4/php.ini-recommended:1.129 --- php4/php.ini-recommended:1.128 Sun Mar 2 07:46:37 2003 +++ php4/php.ini-recommended Sun Mar 2 20:30:27 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