else { if ($this->_compress_type == 'bz2'
) { $extname = 'bz2';
} else { if ($this->_compress_type == 'lzma2'
) { $extname = 'xz';
} } } if (!
extension_loaded($extname)) { PEAR::
loadExtension($extname);
} if (!
extension_loaded($extname)) { $this->
_error( "The extension '
$extname' couldn't be found.\n" .
"Please make sure your version of PHP was built " .
"with '
$extname' support.\n"
);
return false;
} }