10
FYI, I had the same problem on my Win2K-SP2 machine and the include path fix worked fine. The default include path on my Win2k PHP 4.1.2 install was c:\php4\pear -- which doesn't exist (php is installed on D, not C and I don't have pear installed). I would assume this is a really PHP bug / issue???
Note that my PHP.INI looked like this before:
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
; include_path = ".;d:\php\includes"
Simply uncommenting the last "include_path = ..." line fixed the problem. I still don't know where it was getting c:\php4\pear from....
Thanks!