I'm running Windows 2000, and am using IIS5, I also have Apache running on a different port, but I doubt that makes any difference here.
I haven't touched my Windows 2000 setup in months (usually using Linux), but a recent project I'm working on requires me to develop in Windows (half of the application is done in ASP, the new add-on is in PHP). Last PHP I had in Windows was PHP 4.0.?, so I decided to upgrade it to the most recent last night, following the detailed instructions I had written during installation of my previous PHP.
But now I try and load a PHP page from the IIS5 server and get this error:
Warning: (null)(): Failed opening 'C:\Inetpub\test01.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
All test01.php is, is phpinfo();
Any ideas what might be going wrong here?
Thanks,