Commit: 9e11598a0111ddf90a116d30868c9b2392277e18 Author: Anatol Belski <[email protected]> Tue, 19 Nov 2013 01:19:49 +0100 Parents: 0cb32869459a6ee9fb5773bb27f36c784135cbae Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=9e11598a0111ddf90a116d30868c9b2392277e18 Log: Fixed bug #66113 Debug pack unavailable Bugs: https://bugs.php.net/66113 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 dbba7fa..3fef770 100644 --- a/www/bugs-generating-backtrace-win32.php +++ b/www/bugs-generating-backtrace-win32.php @@ -5,7 +5,7 @@ response_header('Generating a backtrace on Win32'); <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> @@ -42,9 +42,9 @@ KERNEL32! 77e81af6() <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&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. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
