From: Aaron Schulz Date: Wed, 27 Aug 2008 06:45:49 +0000 (+0000) Subject: Add $wgPhpCli var so shell outs know what exec name to use X-Git-Tag: 1.31.0-rc.0~45631 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=7e0daef6d0ddfeb48f89785afd2d9997e9b48573;p=lhc%2Fweb%2Fwiklou.git Add $wgPhpCli var so shell outs know what exec name to use --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 47590eda82..617662b243 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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