1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Fixed mbstring.func_overload description.

This commit is contained in:
Yasuo Ohgaki
2002-09-04 06:21:58 +00:00
parent 84c1bee585
commit 1f49fb1bcd
2 changed files with 14 additions and 4 deletions

View File

@@ -970,8 +970,13 @@ sockets.use_system_read = On
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc.
;mbstring.func_overload = No
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0
[FrontBase]
;fbsql.allow_persistent = On

View File

@@ -983,8 +983,13 @@ sockets.use_system_read = On
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc.
;mbstring.func_overload = No
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0
[FrontBase]
;fbsql.allow_persistent = On