Browse Source

Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed typo
pull/813/head
Tjerk Meesters 12 years ago
parent
commit
b2795700cc
  1. 2
      php.ini-development
  2. 2
      php.ini-production

2
php.ini-development

@ -1758,7 +1758,7 @@ mssql.secure_connection = Off
;mbstring.encoding_translation = Off
; automatic encoding detection order.
; "auto" detect order is changed accoding to mbstring.language
; "auto" detect order is changed according to mbstring.language
; http://php.net/mbstring.detect-order
;mbstring.detect_order = auto

2
php.ini-production

@ -1756,7 +1756,7 @@ mssql.secure_connection = Off
;mbstring.encoding_translation = Off
; automatic encoding detection order.
; "auto" detect order is changed accoding to mbstring.language
; "auto" detect order is changed according to mbstring.language
; http://php.net/mbstring.detect-order
;mbstring.detect_order = auto

Loading…
Cancel
Save