newbie8899 Posted January 2, 2009 Share Posted January 2, 2009 Hi, all, I have reinstall my php 5.2.6, apache 2.2.9 and mysql 5.0.24 to my windows server 2003 because i found that my website quite often cannot connected to mysql. But the worse thing is, after i reinstall, apache seems to be find, but when i login to my website, they web page keep displaying page cannot find. So I have restarted my windows server 2003. When startup, the error displaying apache httpd.exe has encouted a problem and needed to be closed. Then the detail of Error Signature showing this: szAppName : httpd.exe szAppVer : 2.2.9.0 szModName : php5ts.dll. I have uninstall the latest version of php and apache, but still the same problem.. Anyone please help? It is very urgent as the client cannot access the server.. Thank you very much. Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/ Share on other sites More sharing options...
corbin Posted January 2, 2009 Share Posted January 2, 2009 I think php5ts is probably the wrong dll. Have you tried php5apache2.dll? Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/#findComment-727917 Share on other sites More sharing options...
newbie8899 Posted January 2, 2009 Author Share Posted January 2, 2009 I have try to replace the php5ts.dll with php5apache2.dll, but it still give me the same error. Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/#findComment-727923 Share on other sites More sharing options...
PFMaBiSmAd Posted January 2, 2009 Share Posted January 2, 2009 To install php as an Apache module in Apache 2.2.x, the correct dll is: php5apache2_2.dll You must also stop and start your web server to get any changes made to httpd.conf to take effect. Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/#findComment-727995 Share on other sites More sharing options...
carboncow Posted March 10, 2011 Share Posted March 10, 2011 Hello, I'm late the party on this post but having a similar issue. To cut to the chase it's been a few years since I got PHP going on IIS and now I'm working with Apache. I'm not coder just guy who can learn... I recall setting the proper DLL in IIS but have no clue where to assign the reference in PHP from php5ts.dll to php5apache2_2.dll I see the files...just not where to change them as I expected in the php.ini. Please help... Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/#findComment-1185389 Share on other sites More sharing options...
PFMaBiSmAd Posted March 10, 2011 Share Posted March 10, 2011 Under apache, you modify the httpd.conf file to integrate php with the web server. Installation instructions for all the various combinations - http://us3.php.net/install Quote Link to comment https://forums.phpfreaks.com/topic/139167-php5tsdll-crash/#findComment-1185392 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.