Manual:$wgPhpCli/ko
Appearance
| Shell and process control: $wgPhpCli | |
|---|---|
| Executable path of PHP cli client (php/php5). |
|
| 이 변수가 소개된 버전: | 1.14.0 (r40069) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (string) |
| 기본값: | '/usr/bin/php' (1.16+)'php' (1.14-1.15) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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';