ghines Posted July 18, 2009 Share Posted July 18, 2009 Hi all, This is my first post here, so a big hello from Australia. I have PHP 5.3 x64 & MySQL x64 installed on a Windows 2008 x64 Server. It's configured for FastCGI. phpinfo works just dandy as does any page that does not access the database. Related, probably but I cannot be sure. Other pages that access the database give the following error:- HTTP Error 500.0 - Internal Server Error C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly The following is also added to the Event Viewer, again looking like a MySQL issue:- Log Name: Application Source: Application Error Date: 7/17/2009 2:35:45 PM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: H-INTOUCHPOS.win.liquidweb.com Description: Faulting application php-cgi.exe, version 5.3.0.0, time stamp 0x4a49cd12, faulting module php_mysql.dll, version 5.3.0.0, time stamp 0x4a49ccfc, exception code 0xc0000005, fault offset 0x000000000000221f, process id 0x83c, application start time 0x01ca06980c8e7bbb. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Level>2</Level> <Task>100</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2009-07-17T04:35:45.000Z" /> <EventRecordID>2614</EventRecordID> <Channel>Application</Channel> <Computer>H-INTOUCHPOS.win.liquidweb.com</Computer> <Security /> </System> <EventData> <Data>php-cgi.exe</Data> <Data>5.3.0.0</Data> <Data>4a49cd12</Data> <Data>php_mysql.dll</Data> <Data>5.3.0.0</Data> <Data>4a49ccfc</Data> <Data>c0000005</Data> <Data>000000000000221f</Data> <Data>83c</Data> <Data>01ca06980c8e7bbb</Data> </EventData> If I replace 5.3 with an older x64 version with the same php.ini file and not making any changes to IIS it works fine. Is there something "special" I need to do to make 5.3 work? TIA Greg Link to comment https://forums.phpfreaks.com/topic/166449-help-needed-with-installation-problem/ Share on other sites More sharing options...
dreamlove Posted October 23, 2009 Share Posted October 23, 2009 report the bug to mysql.org Link to comment https://forums.phpfreaks.com/topic/166449-help-needed-with-installation-problem/#findComment-942684 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.