Hi,
there is a bug in the patch for the pearcmd
(patch-scripts::pearcmd.php), the pear and pear2 scripts will fail if
'prce.so' and/or 'xml.so' are already loaded. it should look something
like the following:
if(!function_exists('preg_match')){
dl('pcre.so');
}
if(!function_exists('utf8_decode')){
dl('xml.so');
}
Greetings
Markus