> Keith Strickland wrote: > >> Thank you! Your line: >> >> > Sounds like it might be a session problem with your PHP install. >> Things >> > never stop working unless you changed something. What did you >> change? >> >> Got me thinking, I had installed eGroupWare which required me to >> uncomment: >> >> mbstring.func_overload = 0 >> >> and change it to: >> >> mbstring.func_overload = 7 >> >> I commented out that line and voila, it works. I probably broke >> eGroupWare but I just wanted to check it out anyways. > > Please remember to respond on-list so others can see how to solve > similar problems. Glad you got it working again.
1. squirrelmail decoding functions are broken, if you enable mbstring overloading. Fixes are in 1.4.4cvs and 1.5.1cvs. 2. squirrelmail login functions are broken when you have mbstring overloading and mbstring.default_encoding is set to multibyte encoding (like utf-8). There is a bug on SF bug tracker 3. I think there are some problems with 1.4.3a and message compose. 4. You can enable mbstring overloading for each directory that needs it. Works for me with .htaccess files and php 4.3.9. If php scripts ask you to change php.ini, rewrite their proposal to "use php.ini, webserver configuration files or .htaccess files" and suggest them to change it. 5. mbstring overloading should be used only when you want to add support of multibyte charsets without rewriting all your string function calls. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users