From 333474077f5d5605f9cdca1abe003fa26b694d27 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 12 Jan 2016 23:32:58 +0000 Subject: [PATCH] Zend don't support less than PHP 5.5... Change-Id: Iecc771cda2e67eeaf2b6bf27f338e698d3298e96 --- includes/PHPVersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 41e88c29d8..eaab9c8365 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -162,7 +162,7 @@ function wfPHPVersionError( $type, $mwVersion, $minimumVersionPHP, $phpVersion ) $longHtml = <<upgrading your copy of PHP. - PHP versions less than 5.3.0 are no longer supported by the PHP Group and will not receive + PHP versions less than 5.5.0 are no longer supported by the PHP Group and will not receive security or bugfix updates.

-- 2.20.1