From 4d8def4bfdbbe1ab30164806d61e85f509ca3f10 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sat, 27 May 2017 18:39:43 -0400 Subject: [PATCH] Document PHP extensions required by Arsse Does not include extensions required by PicoFeed --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad10dde1..1b71bc4e 100644 --- a/README.md +++ b/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