summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-11-23 16:13:58 -0800
committerStanislav Malyshev <stas@php.net>2014-11-23 16:13:58 -0800
commit7e4de4f8d65812acc10d7ec1590c42a76d77b384 (patch)
tree9447ed64be481539f6079f34897c16ac3f0401a9 /php.ini-production
parentfa7615af59eff77ccf383962893fee403cee45c0 (diff)
parent6d148f7ed97ec55439c378577c4373e03842414e (diff)
downloadphp-git-7e4de4f8d65812acc10d7ec1590c42a76d77b384.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Update comments in php.ini
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production11
1 files changed, 4 insertions, 7 deletions
diff --git a/php.ini-production b/php.ini-production
index c069756f96..eeeb73fdfa 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -293,20 +293,17 @@ serialize_precision = 17
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
-; or per-virtualhost web server configuration file. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; or per-virtualhost web server configuration file.
; http://php.net/open-basedir
;open_basedir =
; This directive allows you to disable certain functions for security reasons.
-; It receives a comma-delimited list of function names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; 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.
-; It receives a comma-delimited list of class names. This directive is
-; *NOT* affected by whether Safe Mode is turned On or Off.
+; It receives a comma-delimited list of class names.
; http://php.net/disable-classes
disable_classes =
@@ -1035,7 +1032,7 @@ smtp_port = 25
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
-; the 5th parameter to mail(), even in safe mode.
+; the 5th parameter to mail().
;mail.force_extra_parameters =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename