mirror of
https://github.com/php/php-src.git
synced 2024-12-26 10:19:53 +08:00
added new option of mbstring to php.ini
This commit is contained in:
parent
428bce101a
commit
942098d19e
@ -1143,6 +1143,9 @@ pfpro.defaulttimeout = 30
|
||||
; 4: Overload ereg*() functions
|
||||
;mbstring.func_overload = 0
|
||||
|
||||
; enable strict encoding detection.
|
||||
;mbstring.strict_encoding = Off
|
||||
|
||||
[FrontBase]
|
||||
;fbsql.allow_persistent = On
|
||||
;fbsql.autocommit = On
|
||||
|
@ -1200,6 +1200,9 @@ pfpro.defaulttimeout = 30
|
||||
; 4: Overload ereg*() functions
|
||||
;mbstring.func_overload = 0
|
||||
|
||||
; enable strict encoding detection.
|
||||
;mbstring.strict_encoding = Off
|
||||
|
||||
[FrontBase]
|
||||
;fbsql.allow_persistent = On
|
||||
;fbsql.autocommit = On
|
||||
|
Loading…
Reference in New Issue
Block a user