From bc23d6c4904f8c03ac348410f10a9c223422f1f3 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 11 Feb 2016 20:54:09 +0000 Subject: [PATCH] We support 5.5.9... Change-Id: I6ef6a21e6f5cd9cdd82227f100eb89a9f6122d98 --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 1d9179f8aa..4844531a1a 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -34,7 +34,7 @@ use MediaWiki\Session\SessionManager; /** * Compatibility functions * - * We support PHP 5.3.3 and up. + * We support PHP 5.5.9 and up. * Re-implementations of newer functions or functions in non-standard * PHP extensions may be included here. */ -- 2.20.1