; 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"
+ default_charset = "UTF-8"
+
+ ; PHP internal character encoding is set to empty.
+ ; If empty, default_charset is used.
+ ; http://php.net/internal-encoding
+ ;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
+ ;output_encoding =
-; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
-; to disable this feature and it will be removed in a future version.
-; If post reading is disabled through enable_post_data_reading,
-; $HTTP_RAW_POST_DATA is *NOT* populated.
-; http://php.net/always-populate-raw-post-data
-;always_populate_raw_post_data = -1
-
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; PHP's default character set is set to empty.
; http://php.net/default-charset
- ;default_charset = "UTF-8"
+ default_charset = "UTF-8"
+
+ ; PHP internal character encoding is set to empty.
+ ; If empty, default_charset is used.
+ ; http://php.net/internal-encoding
+ ;internal_encoding =
+
+ ; PHP input character encoding is set to empty.
+ ; http://php.net/input-encoding
+ ;input_encoding =
+
+ ; PHP output character encoding is set to empty.
+ ; mbstring or iconv output handler is used.
+ ; See also output_buffer.
+ ; http://php.net/output-encoding
+ ;output_encoding =
-; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is
-; to disable this feature and it will be removed in a future version.
-; If post reading is disabled through enable_post_data_reading,
-; $HTTP_RAW_POST_DATA is *NOT* populated.
-; http://php.net/always-populate-raw-post-data
-;always_populate_raw_post_data = -1
-
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;