r60395 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60394‎ | r60395 | r60396 >
Date:18:50, 25 December 2009
Author:ialex
Status:ok
Tags:
Comment:
Readd $wgPhpCli (removed in r59446), it was already here before JS2, and FlaggedRevs extension is using it
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3762,6 +3762,11 @@
37633763 $wgMaxShellTime = 180;
37643764
37653765 /**
 3766+ * Executable path of the PHP cli binary (php/php5). Should be set up on install.
 3767+ */
 3768+$wgPhpCli = '/usr/bin/php';
 3769+
 3770+/**
37663771 * DJVU settings
37673772 * Path of the djvudump executable
37683773 * Enable this and $wgDjvuRenderer to enable djvu rendering

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59446Removed JS2 work (has been moved to the js2-work branch). Has been lightly te...tstarling12:00, 26 November 2009

Status & tagging log