Parcourir la source

Add PHPv7 to list of "requires /dev/urandom in open_basedir"

rugk il y a 10 ans
Parent
commit
b229fb6041
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      INSTALL.md

+ 3 - 4
INSTALL.md

@@ -12,13 +12,12 @@ the options and adjust them as you see fit.
 
 
 - PHP version 5.3 or above
 - PHP version 5.3 or above
 - _one_ of the following sources of cryptographically safe randomness is required:
 - _one_ of the following sources of cryptographically safe randomness is required:
-  - PHP 7 or higher
-  - open_basedir access to /dev/urandom
+  - PHP 7 or higher*
   - [Libsodium](https://download.libsodium.org)
   - [Libsodium](https://download.libsodium.org)
-  - mcrypt extension
+  - mcrypt extension*
   - com_dotnet extension
   - com_dotnet extension
   
   
-  Mcrypt nees to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.
+  \* Mcrypt and PHP 7 need to be able to access `/dev/urandom`. This means if `open_basedir` is set, it must include this file.
 - GD extension
 - GD extension
 - (optional) a database supported by [PDO](https://secure.php.net/manual/book.pdo.php)
 - (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
 - ability to create files and folders in the installation directory and the PATH