From 19e5467b79a40c39663f96766b83a8ea91b8aa7f Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 23 Aug 2016 20:44:16 +0200 Subject: [PATCH] Revert "Add PHPv7 to list of "requires /dev/urandom in open_basedir"" This reverts commit b229fb6041effa7e0c4202e92dd9790147b7ec38. --- INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cdb4cb2..8d421ec 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,12 +12,13 @@ the options and adjust them as you see fit. - PHP version 5.3 or above - _one_ of the following sources of cryptographically safe randomness is required: - - PHP 7 or higher* + - PHP 7 or higher + - open_basedir access to /dev/urandom - [Libsodium](https://download.libsodium.org) - - mcrypt extension* + - mcrypt extension - com_dotnet extension - \* Mcrypt and PHP 7 need to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file. + Mcrypt nees to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file. - GD extension - (optional) a database supported by [PDO](https://secure.php.net/manual/book.pdo.php) - ability to create files and folders in the installation directory and the PATH