PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR_Frontend_Web » Bug #244

Problem with pear.conf location

Details

Submitted2003-11-14 11:29 UTC
Fromsmith at backendmedia dot com
Assignedpajoye
StatusNo Feedback
PackagePEAR_Frontend_Web
PHP Version4.3.3
OSWindows
Roadmaps(Not assigned)

Comments

[2003-11-14 11:29 UTC] smith at backendmedia dot com

Description:
------------
In WebInstaller.php the following lines are used to determine the location of the pear.conf file:

if (!isset($pear_user_config)) {
$pear_user_config = dirname(__FILE__)."/pear.conf";
};

Since I use both the WebInstaller and the CLI on my windows box my pear.conf is not in the web dir, which the above algorithm expects.