r40069 - Code Review

From MediaWiki.org

Jump to: navigation, search
Repository:MediaWiki
Revision:r40068 | r40069 (on ViewVC) | r40070 >
Date:06:45, 27 August 2008
Author:aaron
Status:new
Tags:
Comment:Add $wgPhpCli var so shell outs know what exec name to use
Modified paths:

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php	(revision 40068)
+++ trunk/phase3/includes/DefaultSettings.php	(revision 40069)
@@ -3200,6 +3200,11 @@
 $wgMaxShellFileSize = 102400;
 
 /**
+* Executable name of PHP cli client (php/php5)
+*/
+$wgPhpCli = 'php';
+
+/**
  * DJVU settings
  * Path of the djvudump executable
  * Enable this and $wgDjvuRenderer to enable djvu rendering
Views
Toolbox