Hey
when I use a statement like
include("somefilename.php");
It used to work fine in my previous version of php ..
I upgraded to php latest and inevitable changed the php.ini file too...
and I get these warnings all over the place
Warning: Failed opening 'somefilename.php' for inclusion (include_path='c:\php4\pear') in
Now in php.ini NOWWHERE I have specified c:\php4\pear
also my php installation directory is
D:\php
I am running php on Windows as an apache server cgi script
Thanks
chris