Browse Source

Document PHP extensions required by Arsse

Does not include extensions required by PicoFeed
microsub
J. King 7 years ago
parent
commit
4d8def4bfd
  1. 5
      README.md

5
README.md

@ -11,7 +11,10 @@ Arsse has the following requirements:
- A Web server; example configuration currently exists for:
- nginx
- 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:
- SQLite 3.8.3 or newer
- PostgreSQL 8.4 or newer

Loading…
Cancel
Save