Am Dienstag, 31. Mai 2005 17:46 schrieb Tomas Kuliavas:
Hello Tomas,
> Contact Egroupware developers and ask them to stop recommending adding
> mbstring.func_overload=7 to php.ini. If they want to implement multibyte
> string support, they should use multibyte string functions. This setting
> can
> I recently changed php.ini for an Egroupware installation. One of the
> recommended changes was
>
> ; overload(replace) single byte functions by mbstring functions.
> ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
> ; etc. Possible values are 0,1,2,4 or combination of them.
>
I recently changed php.ini for an Egroupware installation. One of the
recommended changes was
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For exampl