Pro Tip:Dumps with full heap are more useful for WinCache crashes. On the "Advanced Configuration (Optional)" dialog, click on the "PageHeap Flags..." button. Make sure "Enable Full PageHeap" radio button is selected on the "Configure PageHeap Flags" dialog.
Alternately, here are a couple of blog posts about how to collect crash dumps.
Steps to Catch a Simple “Crash Dump” of a Crashing Process
356 Posts
Microsoft
Moderator
How to collect a crash dump
Feb 10, 2015 04:13 PM|DropPhone|LINK
I suggest using DebugDiag for collecting all crashes for process php-cgi.exe.
DebugDiag: http://www.microsoft.com/en-us/download/details.aspx?id=40336
Pro Tip: Dumps with full heap are more useful for WinCache crashes. On the "Advanced Configuration (Optional)" dialog, click on the "PageHeap Flags..." button. Make sure "Enable Full PageHeap" radio button is selected on the "Configure PageHeap Flags" dialog.
Alternately, here are a couple of blog posts about how to collect crash dumps.
Steps to Catch a Simple “Crash Dump” of a Crashing Process
From <http://blogs.msdn.com/b/chaun/archive/2013/11/12/steps-to-catch-a-simple-crash-dump-of-a-crashing-process.aspx>
Collecting User-Mode Dumps
From <http://msdn.microsoft.com/en-us/library/bb787181.aspx>
Thx!
--E.