File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ auto_append_file =
678
678
; http://php.net/default-mimetype
679
679
default_mimetype = "text/html"
680
680
681
- ; PHP's default character set is set to UTF-8
681
+ ; PHP's default character set is set to UTF-8.
682
682
; http://php.net/default-charset
683
683
default_charset = "UTF-8"
684
684
@@ -764,7 +764,7 @@ enable_dl = Off
764
764
; will look for to know it is OK to continue execution. Setting this variable MAY
765
765
; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
766
766
; http://php.net/cgi.redirect-status-env
767
- ;cgi.redirect_status_env =
767
+ ;cgi.redirect_status_env =
768
768
769
769
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
770
770
; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ auto_append_file =
678
678
; http://php.net/default-mimetype
679
679
default_mimetype = "text/html"
680
680
681
- ; PHP's default character set is set to empty .
681
+ ; PHP's default character set is set to UTF-8 .
682
682
; http://php.net/default-charset
683
683
default_charset = "UTF-8"
684
684
@@ -688,10 +688,12 @@ default_charset = "UTF-8"
688
688
;internal_encoding =
689
689
690
690
; PHP input character encoding is set to empty.
691
+ ; If empty, default_charset is used.
691
692
; http://php.net/input-encoding
692
693
;input_encoding =
693
694
694
695
; PHP output character encoding is set to empty.
696
+ ; If empty, default_charset is used.
695
697
; mbstring or iconv output handler is used.
696
698
; See also output_buffer.
697
699
; http://php.net/output-encoding
You can’t perform that action at this time.
0 commit comments