Help needed installing PHP on Windows 2008 X64

Discussion in 'PHP' started by ghines, Jul 17, 2009.

  1. #1
    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

    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
     
    ghines, Jul 17, 2009 IP
  2. ghines

    ghines Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi Again,

    Forgot to add that this is logged in the event viewer when the error occurs:-

    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>
    </Event>
    Code (markup):
     
    ghines, Jul 17, 2009 IP