Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions php.ini-development
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,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"

Expand Down Expand Up @@ -753,7 +753,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
Expand Down
4 changes: 3 additions & 1 deletion php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,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"

Expand All @@ -684,10 +684,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
Expand Down