Project

General

Profile

Bug #14202 » 0000158-class.t3lib_install.php.diff

Administrator Admin, 2004-06-14 15:27

View differences:

class.t3lib_install.php 2004-06-14 15:21:11.000000000 +0200
asort($paths);
if (ini_get("safe_mode")) {
$paths=array(ini_get("safe_mode_exec_dir"),"/usr/local/php/bin/");
$paths=explode(',',str_replace(';',',',ini_get("safe_mode_exec_dir")));
$paths[]="/usr/local/php/bin/";
}
if ($this->INSTALL["checkIM"]["lzw"]) {
$this->checkIMlzw=1;
(1-1/2)