1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 05:34:55 +00:00

Document PHP extensions required by Arsse

Does not include extensions required by PicoFeed
This commit is contained in:
J. King 2017-05-27 18:39:43 -04:00
parent 91c97b9ed8
commit 4d8def4bfd

View file

@ -11,7 +11,10 @@ Arsse has the following requirements:
- A Web server; example configuration currently exists for: - A Web server; example configuration currently exists for:
- nginx - nginx
- Apache 2 - Apache 2
- PHP 7.0 or newer - PHP 7.0 or newer with the following extensions:
- [intl](http://php.net/manual/en/book.intl.php)
- [json](http://php.net/manual/en/book.json.php)
- [hash](http://php.net/manual/en/book.hash.php)
- One of the following supported databases, and the PHP extension to use it: - One of the following supported databases, and the PHP extension to use it:
- SQLite 3.8.3 or newer - SQLite 3.8.3 or newer
- PostgreSQL 8.4 or newer - PostgreSQL 8.4 or newer