I have a Windows 2008 VPS. I have installed IIS on it.
PHP stops working randomly on my IIS Windows 2008 server with no error.
I created a ticket with my hosting provider, they are saying -
As discussed, we could see PHP error in event-log:
------------------------------------ Log Name: Application Source: Application Error Date: 30-06-2018 22:30:30 Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Sapphire33615rb Description: Faulting application php-cgi.exe, version 5.5.38.0, time stamp 0x578fc02c, faulting module kernel32.dll, version 6.0.6002.19623, time
stamp 0x56ec36ff, exception code 0xc0000005, fault offset 0x0003fdb6, process id 0x1dfc, application start time 0x01d410921634bfc2.
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="2018-06-30T17:00:30.000Z" /> <EventRecordID>980539</EventRecordID> <Channel>Application</Channel> <Computer>Sapphire33615rb</Computer> <Security /> </System> <EventData> <Data>php-cgi.exe</Data> <Data>5.5.38.0</Data> <Data>578fc02c</Data> <Data>kernel32.dll</Data> <Data>6.0.6002.19623</Data> <Data>56ec36ff</Data> <Data>c0000005</Data> <Data>0003fdb6</Data> <Data>1dfc</Data> <Data>01d410921634bfc2</Data> </EventData> </Event>
You can create dump file of w3wp.exe and it will create dump file at C:\Users\Administrator\AppData\Local\Temp\2 for further analysis.
I don't see any error in my PHP log files.
User contributions licensed under CC BY-SA 3.0