From d7d2d3badadb596e67633203237f118c687589af Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Fri, 6 Apr 2018 21:16:16 +0200 Subject: [PATCH] [Requirements] Link to PHP extension pages --- Requirements.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Requirements.md b/Requirements.md index ef41caa..d30bcfe 100644 --- a/Requirements.md +++ b/Requirements.md @@ -1,11 +1,11 @@ **RSS-Bridge** requires a Web server* with: - PHP 5.6 (or higher) => (Read [this](RSS-Bridge-on-PHP-5.4) for PHP 5.4) - - `openssl` extension - - `libxml` extension (enabled by default, see [PHP Manual](http://php.net/manual/en/libxml.installation.php)) - - `mbstring` extension - - `simplexml` extension - - `curl` extension + - [`openssl`](https://secure.php.net/manual/en/book.openssl.php) extension + - [`libxml`](https://secure.php.net/manual/en/book.libxml.php) extension (enabled by default, see [PHP Manual](http://php.net/manual/en/libxml.installation.php)) + - [`mbstring`](https://secure.php.net/manual/en/book.mbstring.php) extension + - [`simplexml`](https://secure.php.net/manual/en/book.simplexml.php) extension + - [`curl`](https://secure.php.net/manual/en/book.curl.php) extension - `allow_url_fopen` enabled (`On` or `1`) Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).