cvs: php-bugs-web / index.php
[email protected] ("Antony Dovgal")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvstony20011227094505@cvsserver> |
tony2001 Wed Nov 19 11:35:05 2008 UTC
Modified files:
/php-bugs-web index.php
Log:
add quick links to the how-to-get-a-backtrace pages to the index
http://cvs.php.net/viewvc.cgi/php-bugs-web/index.php?r1=1.11&r2=1.12&diff_format=u
Index: php-bugs-web/index.php
diff -u php-bugs-web/index.php:1.11 php-bugs-web/index.php:1.12
--- php-bugs-web/index.php:1.11 Wed Aug 4 10:50:49 2004
+++ php-bugs-web/index.php Wed Nov 19 11:35:05 2008
@@ -26,6 +26,9 @@
<li>Read our tips on <a href="how-to-report.php">how to report
a bug that someone will want to help fix</a>.</li>
+<li>See how to get a backtrace in case of a crash:
+ <a href="bugs-generating-backtrace.php">for *NIX</a> and
+ <a href="bugs-generating-backtrace-win32.php">for Windows</a>.</li>
<li>Make sure it isn't a support question. For support, see the
<a href="http://www.php.net/support.php">support page</a>.</li>
</ul>