diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2006-01-21 02:49:32 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2006-01-21 02:49:32 +0000 |
| commit | 942098d19ec1d9c699d95c47f14c31827a017b8a (patch) | |
| tree | 31c37d5c486718a7f189719d031db11a320de54c /php.ini-dist | |
| parent | 428bce101a473c9c8c0a532e123336d666f2cabf (diff) | |
| download | php-git-942098d19ec1d9c699d95c47f14c31827a017b8a.tar.gz | |
added new option of mbstring to php.ini
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 426d4c30a1..e8d4a1e8a6 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 |
