Add $wgPhpCli var so shell outs know what exec name to use
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 27 Aug 2008 06:45:49 +0000 (06:45 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 27 Aug 2008 06:45:49 +0000 (06:45 +0000)
includes/DefaultSettings.php

index 47590ed..617662b 100644 (file)
@@ -3199,6 +3199,11 @@ $wgMaxShellMemory = 102400;
  */
 $wgMaxShellFileSize = 102400;
 
+/**
+* Executable name of PHP cli client (php/php5)
+*/
+$wgPhpCli = 'php';
+
 /**
  * DJVU settings
  * Path of the djvudump executable