diff options
author | Rui Hirokawa <hirokawa@php.net> | 2006-01-21 02:49:52 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2006-01-21 02:49:52 +0000 |
commit | 90bb16db5a1e32e42fa5593f243e919ba103bb45 (patch) | |
tree | 2dbac86f8d1bdc2b10218ab6ea7d2bb52ca9964b /php.ini-recommended | |
parent | 1070dec09a3032662e1d443224559820660dab1e (diff) | |
download | php-git-90bb16db5a1e32e42fa5593f243e919ba103bb45.tar.gz |
MFH
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 9eba2c20a8..fd1988f535 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1190,6 +1190,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 |