Skip to content

Commit f767451

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: NEWS Fix #68355: Inconsistency in example php.ini comments
2 parents cf00c1b + 48c0cf7 commit f767451

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ auto_append_file =
674674
; http://php.net/default-mimetype
675675
default_mimetype = "text/html"
676676

677-
; PHP's default character set is set to UTF-8
677+
; PHP's default character set is set to UTF-8.
678678
; http://php.net/default-charset
679679
default_charset = "UTF-8"
680680

@@ -753,7 +753,7 @@ enable_dl = Off
753753
; will look for to know it is OK to continue execution. Setting this variable MAY
754754
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
755755
; http://php.net/cgi.redirect-status-env
756-
;cgi.redirect_status_env =
756+
;cgi.redirect_status_env =
757757

758758
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
759759
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok

php.ini-production

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ auto_append_file =
674674
; http://php.net/default-mimetype
675675
default_mimetype = "text/html"
676676

677-
; PHP's default character set is set to empty.
677+
; PHP's default character set is set to UTF-8.
678678
; http://php.net/default-charset
679679
default_charset = "UTF-8"
680680

@@ -684,10 +684,12 @@ default_charset = "UTF-8"
684684
;internal_encoding =
685685

686686
; PHP input character encoding is set to empty.
687+
; If empty, default_charset is used.
687688
; http://php.net/input-encoding
688689
;input_encoding =
689690

690691
; PHP output character encoding is set to empty.
692+
; If empty, default_charset is used.
691693
; mbstring or iconv output handler is used.
692694
; See also output_buffer.
693695
; http://php.net/output-encoding

0 commit comments

Comments
 (0)