mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix typo in php.ini
This commit is contained in:
parent
98fe9405e2
commit
ed87d16c38
2 changed files with 2 additions and 2 deletions
|
@ -1636,7 +1636,7 @@ zend.assertions = 1
|
|||
|
||||
[mbstring]
|
||||
; language for internal character representation.
|
||||
; This affects mb_send_mail() and mbstrig.detect_order.
|
||||
; This affects mb_send_mail() and mbstring.detect_order.
|
||||
; http://php.net/mbstring.language
|
||||
;mbstring.language = Japanese
|
||||
|
||||
|
|
|
@ -1636,7 +1636,7 @@ zend.assertions = -1
|
|||
|
||||
[mbstring]
|
||||
; language for internal character representation.
|
||||
; This affects mb_send_mail() and mbstrig.detect_order.
|
||||
; This affects mb_send_mail() and mbstring.detect_order.
|
||||
; http://php.net/mbstring.language
|
||||
;mbstring.language = Japanese
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue