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

index 0ed582fd340b48dbb95eb227f24227ca1a3146cc..3c1ce5fcfdd10c2a3e75ca605585c5d4757223f4 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 3fffd4dbd0d05143ce8d3778df68edc1c17ad675..f0135597abf2515ba921e43c61e872df558ad065 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