cvs: php-bugs-web / bugs-generating-backtrace.php
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1226798444@cvsserver> |
philip Sun Nov 16 01:20:44 2008 UTC
Modified files:
/php-bugs-web bugs-generating-backtrace.php
Log:
Added example using php binary
http://cvs.php.net/viewvc.cgi/php-bugs-web/bugs-generating-backtrace.php?r1=1.3&r2=1.4&diff_format=u
Index: php-bugs-web/bugs-generating-backtrace.php
diff -u php-bugs-web/bugs-generating-backtrace.php:1.3 php-bugs-web/bugs-generating-backtrace.php:1.4
--- php-bugs-web/bugs-generating-backtrace.php:1.3 Thu Mar 31 22:58:19 2005
+++ php-bugs-web/bugs-generating-backtrace.php Sun Nov 16 01:20:44 2008
@@ -43,9 +43,10 @@
<ul>
<li>Run gdb with the path to the PHP or PHP-enabled httpd binary, and
-path to the core file, for example:
+path to the core file. Some examples:
<ul>
<li><code>gdb /usr/local/apache/sbin/httpd /usr/local/apache/sbin/core</code></li>
+ <li><code>gdb /home/user/dev/php-snaps/sapi/cli/php /home/user/dev/testing/core</code></li>
</ul>
</li>
<li>At the gdb prompt, run: