r84009 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84008‎ | r84009 | r84010 >
Date:12:03, 15 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix mention of needing 5.1.X or higher in PHP4 file
Modified paths:
  • /trunk/phase3/includes/templates/PHP4.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/PHP4.php
@@ -58,7 +58,7 @@
5959 <h1>MediaWiki <?php echo htmlspecialchars( $wgVersion ); ?></h1>
6060 <div class='error'>
6161 <p>
62 - MediaWiki requires PHP 5.1.x or higher. You are running PHP
 62+ MediaWiki requires PHP 5.2.3 or higher. You are running PHP
6363 <?php echo htmlspecialchars( phpversion() ); ?>.
6464 </p>
6565 <?php

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83879Require at least PHP 5.2.3. There's not much point increasing the minimum to ...tstarling10:42, 14 March 2011

Status & tagging log