Commit:    c8e81adb5c988a6f8787bee11fcd2c46ee22fc4c
Author:    Anatol Belski <[email protected]>         Thu, 3 Apr 2014 11:47:47 +0200
Parents:   adad5253ff6b3783d9d7e9207e4bf415eed0d66e
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=c8e81adb5c988a6f8787bee11fcd2c46ee22fc4c

Log:
Fixed bug #60962 provide doc of how to generate backtraces for thread safe php 
on win (apache)

Bugs:
https://bugs.php.net/60962

Changed paths:
  M  www/bugs-generating-backtrace-win32.php


Diff:
diff --git a/www/bugs-generating-backtrace-win32.php 
b/www/bugs-generating-backtrace-win32.php
index 3fef770..74d2fd9 100644
--- a/www/bugs-generating-backtrace-win32.php
+++ b/www/bugs-generating-backtrace-win32.php
@@ -68,7 +68,9 @@ list using the "browse" button:</p>
 
 <p>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:</p>
+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:</p>
 <p><img src="/images/backtrace-images-win32/dbg_select_php.png" alt="Select 
the php process"></p>
 
 <p>Click again next and let it crash. If everything went well, you should see 
your new rule as shown in the image below:</p>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to