1grant1 Posted July 14, 2007 Share Posted July 14, 2007 Previously I had PHP on my older computer using IIS 5.1 it worked fine. But I’m on my new computer using IIS 7 and features like include or completely normal scripts that use to work no longer work. I have try to see if it’s the web server and some of the times for the exception of the include function it is. How would I fix my main server IIS 7, is the new PHP 5.2 fully compatible with it? If not when will a fully functional PHP be available for work with IIS 7. In my php.ini file I began by using the recommended file and slightly modifying it enabling gd2, openssl and mysql. Thanks, Grant Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 14, 2007 Share Posted July 14, 2007 I'd think it more likely it's your php code (or php settings) that are the root cause of the problem, e.g. short tags not enabled, register globals off, etc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.