diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-19 07:13:55 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-19 07:13:55 +0000 |
commit | e59e3884b61636e5e5b787edc7e759a2033a62d1 (patch) | |
tree | 62bbf1d24a5d98bd629bc782e934f5dee810a7d6 /php.ini-dist | |
parent | 26bf419778d28439f6ba2b14f5c582df8852b737 (diff) | |
download | php-git-e59e3884b61636e5e5b787edc7e759a2033a62d1.tar.gz |
Added mbstring.func_overload directive
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 2306752622..eb671163e8 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -899,8 +899,16 @@ sockets.use_system_read = On ; automatic encoding detection order. ; auto means ;mbstring.detect_order = auto + +; substitute_character used when character cannot be converted +; one from another ;mbstring.substitute_character = none; +; overload(replace) single byte functions by mbstring functions. +; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(), +; etc. +;mbstring.func_overload = No + [FrontBase] ;fbsql.allow_persistent = On ;fbsql.autocommit = On |