summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development4
-rw-r--r--php.ini-production4
2 files changed, 4 insertions, 4 deletions
diff --git a/php.ini-development b/php.ini-development
index f69f06aa3d..db6800b934 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -306,12 +306,12 @@ serialize_precision = -1
; http://php.net/open-basedir
;open_basedir =
-; This directive allows you to disable certain functions for security reasons.
+; This directive allows you to disable certain functions.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions =
-; This directive allows you to disable certain classes for security reasons.
+; This directive allows you to disable certain classes.
; It receives a comma-delimited list of class names.
; http://php.net/disable-classes
disable_classes =
diff --git a/php.ini-production b/php.ini-production
index 306d0aefa0..c53dabd841 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -306,12 +306,12 @@ serialize_precision = -1
; http://php.net/open-basedir
;open_basedir =
-; This directive allows you to disable certain functions for security reasons.
+; This directive allows you to disable certain functions.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions =
-; This directive allows you to disable certain classes for security reasons.
+; This directive allows you to disable certain classes.
; It receives a comma-delimited list of class names.
; http://php.net/disable-classes
disable_classes =