12
Quote:
gstarrett wrote:
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!
What actually is in that d:\php\includes directory? I have a similar problem, and have editted my php.ini like suggested in this thread... but there was no 'includes' directory at all to begin with:) is there anything in there that i'm missing? am using latest php version...
tia