phpBB

Code Changes

File: phpbb/install/module/requirements/task/check_server_environment.php

  Unmodified   Added   Modified   Removed
Line 99Line 99
	 */
protected function check_php_version()
{

	 */
protected function check_php_version()
{

		if (version_compare(PHP_VERSION, '7.1.3', '<'))

		if (version_compare(PHP_VERSION, '7.2.0', '<'))

		{
$this->response_helper->add_error_message('PHP_VERSION_REQD', 'PHP_VERSION_REQD_EXPLAIN');


		{
$this->response_helper->add_error_message('PHP_VERSION_REQD', 'PHP_VERSION_REQD_EXPLAIN');