Skip to content

Commit d258b7a

Browse files
committed
Merge branch 'php-ini-typo' of https://github.com/lazysoundsystem/php-src
2 parents 34100be + ed87d16 commit d258b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ zend.assertions = 1
16361636

16371637
[mbstring]
16381638
; language for internal character representation.
1639-
; This affects mb_send_mail() and mbstrig.detect_order.
1639+
; This affects mb_send_mail() and mbstring.detect_order.
16401640
; http://php.net/mbstring.language
16411641
;mbstring.language = Japanese
16421642

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ zend.assertions = -1
16361636

16371637
[mbstring]
16381638
; language for internal character representation.
1639-
; This affects mb_send_mail() and mbstrig.detect_order.
1639+
; This affects mb_send_mail() and mbstring.detect_order.
16401640
; http://php.net/mbstring.language
16411641
;mbstring.language = Japanese
16421642

0 commit comments

Comments
 (0)