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:
parent
91c97b9ed8
commit
4d8def4bfd
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue