summaryrefslogtreecommitdiff
path: root/roundcubemail/INSTALL
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-05 00:37:10 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-05 00:37:10 +0000
commit08da5273ebc148c320ae7f2b9ecd2b2b1c1bc5f0 (patch)
tree31be5d19550ab52a439bc399d215a1a5581fba97 /roundcubemail/INSTALL
parente786e636683429a4c57dbea03b4e35007a593371 (diff)
Optimized loading time; added periodic mail check; added EXPUNGE command
git-svn-id: https://svn.roundcube.net/trunk@93 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
-rw-r--r--roundcubemail/INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index f343c8228..92b8bee0d 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -76,6 +76,7 @@ REQUIREMENTS
* The Apache Webserver
* .htaccess support allowing overrides for DirectoryIndex
* PHP Version 4.3.1 or greater
+* PCRE (perl compatible regular expression) installed with PHP
* php.ini options:
- error_reporting E_ALL & ~E_NOTICE (or lower)
- file_uploads on (for attachment upload features)