Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-07-25 10:16:33 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-25 10:16:33 +0300
commit9e2bc40213a1c3d6bf1c11baef526f2de45467db (patch)
tree091327db2f63b36d1f0acb6ba48d3814d6953718 /INSTALL
parentb4fd75d6c1539e231e7c0c5fce96db18310a3381 (diff)
Dropped support for PHP < 7.3 (#7976)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e2666321a..1bcb70e98 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ REQUIREMENTS
* An IMAP, HTTP and SMTP server
* .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 5.5 or greater including:
+* PHP Version 7.3 or greater including:
- PCRE, DOM, JSON, Session, Sockets, OpenSSL, Mbstring, Filter, Ctype, Intl (required)
- PHP PDO with driver for either MySQL, PostgreSQL, SQL Server, Oracle or SQLite (required)
- Iconv, Zip, Fileinfo, Exif (recommended)