]> granicus.if.org Git - php/commitdiff
adding placeholder for the new disable_classes directive
authorHarald Radi <phanto@php.net>
Mon, 3 Mar 2003 01:30:27 +0000 (01:30 +0000)
committerHarald Radi <phanto@php.net>
Mon, 3 Mar 2003 01:30:27 +0000 (01:30 +0000)
php.ini-dist
php.ini-recommended

index a342a1eeb693f8d54beeaf26f03ca39a470a9c18..00688b1118200ea34175c56ad5254ac5103f2135 100644 (file)
@@ -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
 ; <font color="??????"> would work.
 ;highlight.string  = #DD0000
index 781bcc12693d4fea38d193fa5db8f94ab21861d1..60acf344efb47697378aa890aca785618461f800 100644 (file)
@@ -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
 ; <font color="??????"> would work.
 ;highlight.string  = #DD0000