changeset 1117:43c384a37d19

Update README.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Oct 2019 10:42:35 +0300
parents d5847f016de5
children 29206517d32e
files README.txt
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Mon Oct 14 10:34:06 2019 +0300
+++ b/README.txt	Mon Oct 14 10:42:35 2019 +0300
@@ -30,14 +30,12 @@
 Requirements
 ============
 
-- PHP 5.5 or later (tested on PHP 5.4 (Debian patched) and 5.6)
+- PHP 7.0 or later (tested on PHP 7.0 (Debian patched))
   Both PHP for http server and CLI are required.
 
-- PHP ImageMagick wrapper, http://php.net/imagick
-  In Debian, it is "php5-imagick".
+- PHP GraphicsMagick wrapper. In Debian, it is "php7-imagick".
 
-- SQL database. FAPWeb supports at least PostgreSQL and probably MySQL
+- SQL database. FAPWeb supports at least PostgreSQL and maybe MySQL
   PDO database backends, also SQLite3 is supported for development
   purposes. However, SQLite3 should NOT BE USED for a production
   website - it can not handle simultaneous access very well at all.
-