Re: [SM-USERS] No Login possible after changing php.ini for Egroupware install

2005-06-05 Thread Jörg Spilker
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

Re: [SM-USERS] No Login possible after changing php.ini for Egroupware install

2005-05-31 Thread Tomas Kuliavas
> 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. >

[SM-USERS] No Login possible after changing php.ini for Egroupware install

2005-05-30 Thread Jörg Spilker
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