From fc250774680a9113a29cb5beb206513c09fab36d Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Mon, 3 Mar 2003 01:31:48 +0000 Subject: [PATCH] MFH: adding placeholder for the new disable_classes directive --- php.ini-dist | 5 +++++ php.ini-recommended | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/php.ini-dist b/php.ini-dist index 0ed582fd34..3c1ce5fcfd 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 3fffd4dbd0..f0135597ab 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 -- 2.50.1