php7.2 required
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
Arionum (ARO) cryptocurrency node
|
Arionum (ARO) cryptocurrency node
|
||||||
|
|
||||||
|
|
||||||
Requires php 7.1, mysql/mariadb and php-gmp
|
Requires php 7.2, mysql/mariadb and php-gmp
|
||||||
|
|
||||||
This app should only be run in the main directory of the domain/subdomain, ex: http://111.111.111.111/
|
This app should only be run in the main directory of the domain/subdomain, ex: http://111.111.111.111/
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ if(!$db) die("Could not connect to the DB backend.");
|
|||||||
if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) api_err("Openssl php extension missing");
|
if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) api_err("Openssl php extension missing");
|
||||||
if (!extension_loaded("gmp")) api_err("gmp php extension missing");
|
if (!extension_loaded("gmp")) api_err("gmp php extension missing");
|
||||||
|
|
||||||
if(floatval(phpversion())<7.1) api_err("The minimum php version required is 7.1");
|
if(floatval(phpversion())<7.2) api_err("The minimum php version required is 7.2");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user