From 01501fea13b34915abc16843250f56d31c387f36 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 5 Aug 2017 13:59:37 +0200 Subject: [PATCH] [Requirements] Add notice that libxml is enabled by default --- Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Requirements.md b/Requirements.md index f8884a2..83dcaa3 100644 --- a/Requirements.md +++ b/Requirements.md @@ -2,7 +2,7 @@ - PHP 5.6 (or higher) => (Read [this](RSS-Bridge-on-PHP-5.4) for PHP 5.4) - `openssl` extension - - `libxml` extension + - `libxml` extension (enabled by default, see [PHP Manual](http://php.net/manual/en/libxml.installation.php)) - `allow_url_fopen` enabled (`On` or `1`) Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).