Manual:$wgPhpCli

From mediawiki.org
This page is a translated version of the page Manual:$wgPhpCli and the translation is 43% complete.
Shell and process control: $wgPhpCli
Executable path of PHP cli client (php/php5).
Introducido en la versión:1.14.0 (r40069)
Eliminado en la versión:aún se usa
Valores permitidos:(cadena)
Valor predeterminado:'/usr/bin/php' (1.16+)
'php' (1.14-1.15)

Detalles

Executable path of PHP cli client (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';