# HG changeset patch # User Matti Hamalainen # Date 1571038955 -10800 # Node ID 43c384a37d19b2c51a114dbf15cb9f6e785a7915 # Parent d5847f016de557ff11cbaa8534029c4b13ad3a13 Update README. diff -r d5847f016de5 -r 43c384a37d19 README.txt --- 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. -