Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations

This commit is contained in:
DariusIII
2018-01-28 23:21:13 +01:00
parent e954f646cf
commit 59a9c81510
9 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// YOU SHOULD NOT EDIT ANYTHING IN THIS FILE, COPY .../ntmux/config/settings.example.php TO .../nntmux/config/settings.php AND EDIT THAT FILE!
define('NN_MINIMUM_PHP_VERSION', '7.1.0');
define('NN_MINIMUM_PHP_VERSION', '7.2.0');
define('NN_MINIMUM_MYSQL_VERSION', '5.6');
define('NN_MINIMUM_MARIA_VERSION', '10.1');