php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch backtrace for Website problem Bug #51614

Patch version 2010-04-20 11:18 UTC

Return to Bug #51614 | Download this patch
Patch Revisions:

Developer: vrana

Index: www/bugs-generating-backtrace-win32.php
===================================================================
--- www/bugs-generating-backtrace-win32.php	(revision 298205)
+++ www/bugs-generating-backtrace-win32.php	(working copy)
@@ -42,8 +42,8 @@
 <h1>Generating backtrace, <u>without</u> compiler, on Win32</h1>
 <p>You'll need:</p>
 <ul>
-<li>A PHP <a href="http://windows.php.net/snapshots/">snapshot</a> or <a href="http://www.php.net/downloads.php">stable</a> release</li>
-<li>PHP Debug pack (<a href="http://windows.php.net/snapshots/">snapshot</a> or stable <a href="http://php.net/get/php-debug-pack-5-LATEST-Win32.zip/from/a/mirror">thread safe</a> or <a href="http://php.net/get/php-debug-pack-5-LATEST-nts-Win32.zip/from/a/mirror">non thread safe</a></li>
+<li>A PHP <a href="http://windows.php.net/snapshots/">snapshot</a> or <a href="http://windows.php.net/download/">stable</a> release</li>
+<li>PHP Debug pack (<a href="http://windows.php.net/snapshots/">snapshot</a> or <a href="http://windows.php.net/download/">stable</a>)</li>
 <li>Microsoft <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=28bd5941-c458-46f1-b24d-f60151d875a3&amp;displaylang=en">Debug Diagnostic Tools</a></li>
 <li>Evil script to crash PHP</li>
 </ul>
@@ -85,5 +85,7 @@
 
 <p>What we need is the backtrace itself which can be found under "Thread X - System ID XXX".</p>
 
+<p><b>See also:</b> <a href="bugs-generating-backtrace.php">Generating a backtrace in Linux</a></p>
+
 <?php response_footer();
 	
Index: www/bugs-generating-backtrace.php
===================================================================
--- www/bugs-generating-backtrace.php	(revision 298205)
+++ www/bugs-generating-backtrace.php	(working copy)
@@ -179,4 +179,6 @@
 <p>You may not see <b><code>execute</code></b> if the segfault happens
 without calling any functions.</p>
 
+<p><b>See also:</b> <a href="bugs-generating-backtrace-win32.php">Generating a backtrace in Windows</a></p>
+
 <?php response_footer();
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 12:01:28 2024 UTC