From 1933ec592f4f82b0adf52c80cb722b8571c57896 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Oct 2012 09:36:57 +0100 Subject: roundcubemail: import from rawhide --- roundcubemail-README.fedora | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 roundcubemail-README.fedora (limited to 'roundcubemail-README.fedora') diff --git a/roundcubemail-README.fedora b/roundcubemail-README.fedora new file mode 100644 index 0000000..daefc43 --- /dev/null +++ b/roundcubemail-README.fedora @@ -0,0 +1,24 @@ +Regarding database availability: + +In addition to MySQL and PostgreSQL, upstream Roundcubemail includes support +for SQLite. This has been disabled in the Fedora version (for the time being) +because Roundcube requires the SQLite2-compatible mainline PHP SQLite extension. +This extension is unavailable in Fedora in favor of the SQLite3-compatible PDO +SQLite extension (php-pdo package). For this reason, we have disabled SQLite +support in Roundcube. If upstream releases a new version that supports the +PDO extension, or if SQLite2 support for PHP becomes available in Fedora, we +will re-enable SQLite support in Roundcubemail. + +Jon Ciesla +05/11/2007 + +Additional installation information: + +In your installation process, you'll need to modify db.inc.php and main.inc.php. +In Fedora, these are located in /etc/roundcubemail. These will work in this location, +and should not be moved. They will not be modified at upgrade, so you may want to +check the .rpmnew files at that time so see if you need to migrate your settings to +the new file. + +Jon Ciesla +10/20/2009 -- cgit