comparison README.txt @ 1117:43c384a37d19

Update README.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Oct 2019 10:42:35 +0300
parents 7cf832128e68
children
comparison
equal deleted inserted replaced
1116:d5847f016de5 1117:43c384a37d19
28 28
29 29
30 Requirements 30 Requirements
31 ============ 31 ============
32 32
33 - PHP 5.5 or later (tested on PHP 5.4 (Debian patched) and 5.6) 33 - PHP 7.0 or later (tested on PHP 7.0 (Debian patched))
34 Both PHP for http server and CLI are required. 34 Both PHP for http server and CLI are required.
35 35
36 - PHP ImageMagick wrapper, http://php.net/imagick 36 - PHP GraphicsMagick wrapper. In Debian, it is "php7-imagick".
37 In Debian, it is "php5-imagick".
38 37
39 - SQL database. FAPWeb supports at least PostgreSQL and probably MySQL 38 - SQL database. FAPWeb supports at least PostgreSQL and maybe MySQL
40 PDO database backends, also SQLite3 is supported for development 39 PDO database backends, also SQLite3 is supported for development
41 purposes. However, SQLite3 should NOT BE USED for a production 40 purposes. However, SQLite3 should NOT BE USED for a production
42 website - it can not handle simultaneous access very well at all. 41 website - it can not handle simultaneous access very well at all.
43