ronnie88 Posted August 18, 2009 Share Posted August 18, 2009 Hey I'm getting a headache trying to figure this out.... I've followed all the directions here: http://visualwin.com/PHP here is what I got: http://70.190.141.149/phpinfo.php I get a CGI Timeout on a basic phpinfo.... What could be the problem? Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/ Share on other sites More sharing options...
trq Posted August 18, 2009 Share Posted August 18, 2009 Don't use cgi, MS not long ago released a nice fastCGI implementation. This site should get you going. Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900767 Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Author Share Posted August 18, 2009 thanks for the quick reply.... after I did the little installer first deleted my old PHP files.. and ran the installer on link you gave me and nothing happens.... just says page cannot be found... http://70.190.141.149 /phpinfo.php thanks Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900772 Share on other sites More sharing options...
trq Posted August 18, 2009 Share Posted August 18, 2009 Theres a bit more to it then simply installing fastCGI. What steps exactly have you taken? Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900782 Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Author Share Posted August 18, 2009 Okay I got PHP Working but now I am having a new problem... http://70.190.141.149/new.php All those error messages... Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900794 Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Author Share Posted August 18, 2009 I did take the lib.dll file and mss.dll file and place it in my system32 file.... I made sure all those exts were in the folder to which they were... Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900808 Share on other sites More sharing options...
trq Posted August 18, 2009 Share Posted August 18, 2009 I've installed php on iis a few times and Ive never had to put anything into the system32 directory. Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900820 Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Author Share Posted August 18, 2009 hmm still a problem: I installed it right from the zip file.... PHP Warning: PHP Startup: curl: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: gd: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: gettext: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mbstring: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mssql: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: mysql: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\Program Files\PHP\ext\php_mysqli.dll' - The specified procedure could not be found. in Unknown on line 0 PHP Warning: PHP Startup: openssl: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: xmlrpc: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: zip: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: exif: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 PHP Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for '-7.0/DST' instead in D:\Inetpub\wwwroot\phpinfo.php on line 2 Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-900846 Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Author Share Posted August 18, 2009 any more ideas? Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-901410 Share on other sites More sharing options...
corbin Posted August 20, 2009 Share Posted August 20, 2009 Sounds like you have an old copy of cURL. Perhaps download a .zip from the PHP site and grab the cURL extension out of it. Link to comment https://forums.phpfreaks.com/topic/170799-php-iis/#findComment-902800 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.