Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 01:04:30 +0100
From:      Markus Seifert <m.seifert@macnews.de>
To:        antonio@php.net
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: pear-PEAR-1.3.3.1_1
Message-ID:  <41BCDC8E.4000604@macnews.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41BCDC8E.4000604>