El Lun 20 Ene 2003 08:37, Stain escribió: > hi all > > i would install php with pear support, but i also would manually install > pear. > > well, to explain better, i would build php with apache, but while building > php i don't want it to modify my pear installation. however i would make > use of pear within php scrips (so i suppose i can't configure php with > --without-pear option...).
the --without-pear option should work. To continue using your previous pear installation you just have to make sure that the pear install directory (usually /usr/share/pear on UNIX) is in your include path (include_path option on the php.ini file). Xavier -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php