Hi,
I'm having stability issues with isapi php5.1 RC4 (php -I reports rc5,
but it was rc4 dled from
http://downloads.php.net/ilia/), its either throwing an "PHP has encountered an
Access Violation at 77FCC024" or "The remote
procedure call failed."
Just asking how to gather mor
If it's isapi then the chances are that its some non-trivial
thread-safety related problem.
Unless you built a debug build of PHP yourself and have a debugger, it
will be very hard to isolate. Even with a debugger, you'll probably
only spot a crash that's a symptom of the problem and not the cause