Zend don't support less than PHP 5.5...
authorReedy <reedy@wikimedia.org>
Tue, 12 Jan 2016 23:32:58 +0000 (23:32 +0000)
committerBryanDavis <bdavis@wikimedia.org>
Tue, 12 Jan 2016 23:34:20 +0000 (23:34 +0000)
Change-Id: Iecc771cda2e67eeaf2b6bf27f338e698d3298e96

includes/PHPVersionCheck.php

index 41e88c2..eaab9c8 100644 (file)
@@ -162,7 +162,7 @@ function wfPHPVersionError( $type, $mwVersion, $minimumVersionPHP, $phpVersion )
 
        $longHtml = <<<HTML
                        Please consider <a href="http://www.php.net/downloads.php">upgrading your copy of PHP</a>.
-                       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.
                </p>
                <p>