Bug #14202 » 000158.patch
typo3/sysext/install/mod/class.tx_install.php (working copy) | ||
---|---|---|
asort($paths);
|
||
if (ini_get('safe_mode')) {
|
||
$paths=array(ini_get('safe_mode_exec_dir'),'/usr/local/php/bin/');
|
||
$paths = explode(':', ini_get('safe_mode_exec_dir'));
|
||
$paths[] = '/usr/local/php/bin/';
|
||
}
|
||
if ($this->INSTALL['checkIM']['lzw']) {
|
||
$this->checkIMlzw=1;
|
- « Previous
- 1
- 2
- Next »