File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ auto_append_file =
674674; http://php.net/default-mimetype
675675default_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
679679default_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
Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ auto_append_file =
674674; http://php.net/default-mimetype
675675default_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
679679default_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
You can’t perform that action at this time.
0 commit comments