summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-03-03 01:30:27 +0000
committerHarald Radi <phanto@php.net>2003-03-03 01:30:27 +0000
commit87f6d0d86d5bdbe4694b775ee36363bce6602bbd (patch)
tree71c94492bc4fddf69ec29c58c8440deeed10941e /php.ini-dist
parent3e52882d3bc79fe46574d54a76de9260e498e788 (diff)
downloadphp-git-87f6d0d86d5bdbe4694b775ee36363bce6602bbd.tar.gz
adding placeholder for the new disable_classes directive
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index a342a1eeb6..00688b1118 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
; <font color="??????"> would work.
;highlight.string = #DD0000