From 8db782c134b3b1e17644aa5cc263286d2b06f253 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Thu, 12 Jan 2017 21:41:30 +0100 Subject: [PATCH] [Requirements] Mention solution for PHP 5.4 --- Requirements.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Requirements.md b/Requirements.md index 56e78ff..5cd0225 100644 --- a/Requirements.md +++ b/Requirements.md @@ -1,8 +1,9 @@ **RSS-Bridge** requires a Web server with: - - PHP 5.6 (or higher) + - PHP 5.6 (or higher) => (Read [this](RSS-Bridge-on-PHP-5.4) for PHP 5.4) - `openssl` extension - `libxml` extension - `allow_url_fopen` enabled (`On` or `1`) -Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`). \ No newline at end of file +Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`). +