Manual:$wgPhpCli
Appearance
Shell and process control: $wgPhpCli | |
---|---|
Nome do arquivo executável do cliente PHP CLI (Command Line Interface) - (php/php5). |
|
Introduzido na versão: | 1.14.0 (r40069) |
Removido na versão: | ainda em uso |
Valores permitidos: | (string) |
Valor padrão: | '/usr/bin/php' (1.16+)'php' (1.14-1.15) |
Outras definições: Alfabético | Por função |
Detalhes
Nome do arquivo executável do cliente PHP CLI (Command Line Interface) - (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';