> Im using Fedora core 4... > and apache with php 5 integrated... > imap server integrated... > can i use squirrelmail 1.4.5 release?when i read the > documentation..it said that squirrelmail is using > php4..how about php5 in fedora core 4?can i use the > release and it will work? > can someone help me out...? > thanks..;p
You can use SquirrelMail on php 5. Fedora Core 4 uses php 5.0.4. If you want to run SquirrelMail 1.4.5 on php 5.0.4 - you should disable display of E_NOTICE level errors (error_reporting = 2039 or error_reporting = E_ALL & ~E_NOTICE) If Fedora upgrades php to 5.0.5 - you will have to upgrade SquirrelMail to 1.4.6cvs or fix array_shift() function issues. If you use Dovecot IMAP server, stick to Fedora SquirrelMail rpms or you will have to reconfigure folder settings. SquirrelMail 1.4.5 does not have dovecot preset and Fedora developers have added some hacks that make their package work with Dovecot. These hacks are not compatible with some IMAP servers. If you prefer standard SquirrelMail packages - see Dovecot settings at http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/doc/presets.txt?rev=1.8&view=markup -- Tomas ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf -- 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
