*** php_org.ini Thu Oct 29 19:36:43 2020
--- php.ini Thu Oct 29 19:36:43 2020
***************
*** 973,977 ****
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
! ;date.timezone =
; http://php.net/date.default-latitude
--- 973,977 ----
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
! date.timezone =Asia/Tokyo
; http://php.net/date.default-latitude
***************
*** 1636,1640 ****
; This affects mb_send_mail() and mbstring.detect_order.
; http://php.net/mbstring.language
! ;mbstring.language = Japanese
; Use of this INI entry is deprecated, use global internal_encoding instead.
--- 1636,1640 ----
; This affects mb_send_mail() and mbstring.detect_order.
; http://php.net/mbstring.language
! mbstring.language = Japanese
; Use of this INI entry is deprecated, use global internal_encoding instead.
***************
*** 1643,1647 ****
; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
! ;mbstring.internal_encoding =
; Use of this INI entry is deprecated, use global input_encoding instead.
--- 1643,1647 ----
; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
! mbstring.internal_encoding = UTF-8
; Use of this INI entry is deprecated, use global input_encoding instead.
|