From 1ac66b3fdcc27ed8f690dc790243d45fb26e44f0 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 2 Mar 2019 19:42:40 +0100 Subject: [PATCH] [README] Add sqlite3 as requirement for SQLiteCache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dbcad78..39a9c67b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ RSS-Bridge requires PHP 5.6 or higher with following extensions enabled: - [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) - [`curl`](https://secure.php.net/manual/en/book.curl.php) - [`json`](https://secure.php.net/manual/en/book.json.php) + - [`sqlite3`](http://php.net/manual/en/book.sqlite3.php) (only when using SQLiteCache) Find more information on our [Wiki](https://github.com/rss-bridge/rss-bridge/wiki)