Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions www/bugs-generating-backtrace-win32.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<h1>Generating a backtrace, <u>with</u> a compiler, on Win32</h1>

<p>You'll need to install MSVC6 and you'll also need to</p>
<p>You'll need to install MS Visual Studio 2008, 2012 or later. You'll also need to</p>
<ul>
<li>either download the debug-pack for your PHP version from <a href="http://windows.php.net/download/">http://windows.php.net/download/</a></li>
<li>or compile your own PHP with <code>--enable-dbg-pack</code> or <code>--enable-debug</code></li>
Expand Down Expand Up @@ -42,9 +42,9 @@
<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>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>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/en-us/download/details.aspx?id=40336">Debug Diagnostic Tools</a></li>
<li>Evil script to crash PHP</li>
</ul>
<p>For the sake of this example, we will simply use PHP in the shell.
Expand Down