Home » PEAR » PEAR_Frontend_Web » Bug #244
Problem with pear.conf location
Details
| Submitted | 2003-11-14 11:29 UTC |
|---|---|
| From | smith at backendmedia dot com |
| Assigned | pajoye |
| Status | No Feedback |
| Package | PEAR_Frontend_Web |
| PHP Version | 4.3.3 |
| OS | Windows |
| 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.