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 Link to comment https://forums.phpfreaks.com/topic/59976-i-am-lost/ 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. Link to comment https://forums.phpfreaks.com/topic/59976-i-am-lost/#findComment-298345 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.