r41766 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41765‎ | r41766 | r41767 >
Date:16:47, 6 October 2008
Author:siebrand
Status:old
Tags:
Comment:
* Fix left over from r41765. I am not pretending I didn't know. It was right there in php5.php5.
* trim trailing spaces while I am here.
Modified paths:
  • /trunk/phase3/includes/templates/PHP4.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/PHP4.php
@@ -56,12 +56,12 @@
5757 </p>
5858 <?php
5959 flush();
60 -/**
 60+/**
6161 * Test the *.php5 extension
6262 */
6363 $downloadOther = true;
6464 if ( $baseUrl ) {
65 - $testUrl = "$wgServer$baseUrl/extension-test.php5";
 65+ $testUrl = "$wgServer$baseUrl/php5.php5";
6666 ini_set( 'allow_url_fopen', '1' );
6767 $s = file_get_contents( $testUrl );
6868
@@ -75,8 +75,8 @@
7676 ?>
7777 <p>Please consider upgrading your copy of PHP. PHP 4 is at the end of its
7878 lifecycle and will not receive further security updates.</p>
79 -<p>If for some reason you really really need to run MediaWiki on PHP 4, you will need to
80 -<a href="http://www.mediawiki.org/wiki/Download">download version 1.6.x</a>
 79+<p>If for some reason you really really need to run MediaWiki on PHP 4, you will need to
 80+<a href="http://www.mediawiki.org/wiki/Download">download version 1.6.x</a>
8181 from our website. </p>
8282 <?php
8383 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41765Rename extension-test.php5 to php5.php5 to no break 'extensions/' auto comple...siebrand16:43, 6 October 2008

Status & tagging log