FreeBSD Port: pear-PEAR-1.3.3.1_1

Markus Seifert m.seifert at macnews.de
Sun Dec 12 16:06:43 PST 2004


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


More information about the freebsd-ports mailing list