Project

General

Profile

Bug #14202 » 000158.patch

Administrator Admin, 2010-01-04 10:30

View differences:

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;
(2-2/2)