1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

adding placeholder for the new disable_classes directive

This commit is contained in:
Harald Radi
2003-03-03 01:30:27 +00:00
parent 3e52882d3b
commit 87f6d0d86d
2 changed files with 10 additions and 0 deletions
+5
View 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
+5
View 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