summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 781bcc1269..60acf344ef 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
; <font color="??????"> would work.
;highlight.string = #DD0000