Hi all -
I'm trying to install PEAR on my development workstation. (This is my first experience with PEAR.)
I've successfully run go-pear.php to install the Package Manager, and installed a few packages. However, when I try to include these packages in my PHP scripts, I get an error saying the files don't exist.
go-pear.php updated my PHP file with the following line:
include_path=".;C:\PHP\PEAR\pear"
...but when I run phpinfo(), it says my include_path is:
.;c:\php4\pear
...and no such folder exists.
I tried restarting Apache, to no avail. I've searched my computer for other php.ini files, and found none. I also searched the text of every file for ".;c:\php4\pear", and found nothing.
Where in God's name is this value being set for the include_path directive? How can I get PHP to include the correct PEAR directory in its include_path?
I'm running Windows XP.