Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291588

Change subject: Test
......................................................................

Test

Change-Id: I5dfcd85693e461f0b2f92acb4be3a3d6143f884c
---
M includes/PHPVersionCheck.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/88/291588/1

diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php
index ab8aada..c21e892 100644
--- a/includes/PHPVersionCheck.php
+++ b/includes/PHPVersionCheck.php
@@ -31,7 +31,7 @@
  */
 function wfEntryPointCheck( $entryPoint ) {
        $mwVersion = '1.28';
-       $minimumVersionPHP = '5.5.9';
+       $minimumVersionPHP = '5.6.9';
        $phpVersion = PHP_VERSION;
 
        if ( !function_exists( 'version_compare' )

-- 
To view, visit https://gerrit.wikimedia.org/r/291588
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dfcd85693e461f0b2f92acb4be3a3d6143f884c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to