diff options
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 |
