From 82ba7e18681da50f2ef4a3d7f423454ae6d2fb48 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 17 Jan 2017 08:24:40 -0800 Subject: [PATCH] Remove PHP 7.1 warning from installation. --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index bb10cb2eb..384ab8262 100644 --- a/install.php +++ b/install.php @@ -866,13 +866,13 @@ class e_install $permColor = ($perms_pass == true) ? "text-success" : "text-danger"; $PHPColor = ($version_fail == false) ? "text-success" : "text-danger"; $mysqlColor = ($mysql_pass == true) ? "text-success" : "text-danger"; - +/* if(version_compare($php_version, 7.1, ">=")) // XXX Remove once tested thoroughly { $php_help = " PHP 7.1 may have issues with e107. We recommend using 7.0.x versions instead until further testing has been performed."; $PHPColor = 'text-warning'; } - +*/ $extensionCheck = array( 'xml' => array('label'=> LANINS_050, 'status'=> function_exists('utf8_encode'), 'url'=> 'http://php.net/manual/en/ref.xml.php'),