]> granicus.if.org Git - php/commitdiff
Fix #68355: Inconsistency in example php.ini comments
authorChris McCafferty <cilefen@gmail.com>
Mon, 10 Nov 2014 03:30:51 +0000 (22:30 -0500)
committerPeter Cowburn <petercowburn@gmail.com>
Wed, 19 Nov 2014 16:57:47 +0000 (16:57 +0000)
There are some arbitrary differences between php.ini-production and
php.ini-development. This patch corrects the differences.

php.ini-development
php.ini-production

index bcc9ac6baf3edc6f8a97db342d49bffea6dc6659..d29cc808d2a1d4405b94891f62750bc2a03a6a5a 100644 (file)
@@ -678,7 +678,7 @@ auto_append_file =
 ; http://php.net/default-mimetype
 default_mimetype = "text/html"
 
-; PHP's default character set is set to UTF-8
+; PHP's default character set is set to UTF-8.
 ; http://php.net/default-charset
 default_charset = "UTF-8"
 
@@ -764,7 +764,7 @@ enable_dl = Off
 ; will look for to know it is OK to continue execution.  Setting this variable MAY
 ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
 ; http://php.net/cgi.redirect-status-env
-;cgi.redirect_status_env = 
+;cgi.redirect_status_env =
 
 ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's
 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
index a2a50ea2f8a4b96b781db4eaf178c475c4888188..d886985b859411fbbbb5d8c172a27147d7121772 100644 (file)
@@ -678,7 +678,7 @@ auto_append_file =
 ; http://php.net/default-mimetype
 default_mimetype = "text/html"
 
-; PHP's default character set is set to empty.
+; PHP's default character set is set to UTF-8.
 ; http://php.net/default-charset
 default_charset = "UTF-8"
 
@@ -688,10 +688,12 @@ default_charset = "UTF-8"
 ;internal_encoding =
 
 ; PHP input character encoding is set to empty.
+; If empty, default_charset is used.
 ; http://php.net/input-encoding
 ;input_encoding =
 
 ; PHP output character encoding is set to empty.
+; If empty, default_charset is used.
 ; mbstring or iconv output handler is used.
 ; See also output_buffer.
 ; http://php.net/output-encoding