Manual:$wgPhpCli

From mediawiki.org
This page is a translated version of the page Manual:$wgPhpCli and the translation is 71% complete.
シェルとプロセス制御: $wgPhpCli
PHP cli クライアント (php/php5) の実行可能ファイル名。
導入されたバージョン:1.14.0 (r40069)
除去されたバージョン:使用中
許容される値:(文字列)
既定値:'/usr/bin/php' (1.16+)
'php' (1.14-1.15)

詳細

PHP cli クライアント (php/php5) の実行可能ファイル名です。

If you're not sure what this should be set to then running whereis php, will locate the PHP binary for you.

Example

$wgPhpCli = '/usr/bin/php';