From 0169bb8eb78d2bc5a3426c3b6c7e9c2567642a72 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 25 Aug 2016 14:24:32 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5f0bb77..3458372 100644 --- a/FAQ.md +++ b/FAQ.md @@ -94,4 +94,5 @@ echo '
PHP version used: ', PHP_VERSION, PHP_EOL,
     'extension com_dotnet is loaded: ',
     (extension_loaded('com_dotnet') ? 'true' : 'false'), '
'; ``` -If all these checks fail, you need to either: upgrade to PHP 7, install libsodium, add `/dev/urandom` to your `open_basedir` setting, install mcrypt or install com_dotnet. \ No newline at end of file + +If all these checks fail, you need to either: upgrade to PHP 7, [install libsodium](https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium), add `/dev/urandom` to your `open_basedir` setting, install mcrypt (which also needs access to `dev/urandom`, so `open_basedir` must also be set) or install com_dotnet. \ No newline at end of file