I have php/mysql installed on my windows laptop. When I look at my phpinfo() page I can see that I have succesfully included PEAR
Looks like this:
include_path .;C:\php\PEAR .;C:\php\PEAR
I used the go-pear bat file that came with PHP to install PEAR and I saw a lot of succesfully installed messages. I think that means it has been succesfully installed right?
In the directory c:\php\PEAR i can see DB.php, PEAR.php and some other files.
BTW
this is the resulting web page that i get
Record number 1
Record number 2
Record number 3
Record number 4
Record number 5
Fatal error: Undefined class name 'db' in C:\Program Files\Apache Group\Apache2\htdocs\test\db2.php on line 9
So it seems to be working to at least some level