From c8e81adb5c988a6f8787bee11fcd2c46ee22fc4c Mon Sep 17 00:00:00 2001
From: Anatol Belski
Date: Thu, 3 Apr 2014 11:47:47 +0200
Subject: [PATCH] Fixed bug #60962 provide doc of how to generate backtraces
for thread safe php on win (apache)
---
www/bugs-generating-backtrace-win32.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/bugs-generating-backtrace-win32.php b/www/bugs-generating-backtrace-win32.php
index 3fef770f..74d2fd91 100644
--- a/www/bugs-generating-backtrace-win32.php
+++ b/www/bugs-generating-backtrace-win32.php
@@ -68,7 +68,9 @@
Add a "sleep(10);" for the first run (from the cmd: "php.exe
crashme.php"), it will let you enough time to click "next" and select
-the php process:
+the php process. I you are debugging the Apache module, start Apache with -X option and choose
+httpd.exe instead of php.exe from the process list.
+Then proceed further:

Click again next and let it crash. If everything went well, you should see your new rule as shown in the image below: