Commit:    b175427afc753135fc7a9f648f03af45529b564f
Author:    Kalle Sommer Nielsen <ka...@php.net>         Thu, 1 Sep 2016 
02:14:10 +0200
Parents:   ca5a8d0d77766638f4933703a29f6d1bc6fdbbcc
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=b175427afc753135fc7a9f648f03af45529b564f

Log:
Fixed bugs.php.net part of bug #72880 (snaps.php.net still linked from other 
php.net sites)

Note, this removes the entire snaps section on the How to report page, since 
the Windows snaps page neither seems to be available, at least for now. Because 
of the Windows part, I have linked the backtrace page to actual stable 
releases, it works for now I suppose

Bugs:
https://bugs.php.net/72880

Changed paths:
  M  www/bugs-generating-backtrace-win32.php
  M  www/how-to-report.php
  M  www/index.php


Diff:
diff --git a/www/bugs-generating-backtrace-win32.php 
b/www/bugs-generating-backtrace-win32.php
index 0e45cb5..50180c9 100644
--- a/www/bugs-generating-backtrace-win32.php
+++ b/www/bugs-generating-backtrace-win32.php
@@ -11,7 +11,7 @@ response_header('Generating a backtrace on Win32');
        <li>or compile your own PHP with <code>--enable-dbg-pack</code> or 
<code>--enable-debug</code></li>
 </ul>
 
-<p>If you downloaded the debug-pack from the snaps site, extract it into
+<p>If you downloaded the debug-pack from the Windows site, extract it into
 your PHP directory and be sure to put the PDB files that belong to the
 extensions into your extension directory.</p>
 
@@ -42,8 +42,8 @@ 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://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><a href="http://windows.php.net/download/";>A PHP release</a></li>
+<li><a href="http://windows.php.net/download/";>PHP Debug pack</a></li>
 <li>Microsoft <a 
href="https://www.microsoft.com/en-us/download/details.aspx?id=49924";>Debug 
Diagnostic Tools</a></li>
 <li>Evil script to crash PHP</li>
 </ul>
diff --git a/www/how-to-report.php b/www/how-to-report.php
index 3aed7bf..45ead84 100644
--- a/www/how-to-report.php
+++ b/www/how-to-report.php
@@ -48,19 +48,6 @@ sure that you're not filing a duplicate bug, that's a few 
more minutes someone
 can spend helping to fix that bug rather than sorting out duplicate bug
 reports.</p>
 
-<h2>Try a snapshot.</h2>
-
-<p>We will most likely ask you to try a snapshot to verify whether the problem
-has been fixed in our repository or not. You can save yourself and us some
-time if you first try to reproduce the bug with the latest stable snapshot. If
-the bug still exists, select 5Git.. as your version. Note that the format is
-5Git-YYYY-MM-DD. Here are the latest snapshots for version 5 of PHP:
-<ul>
-       <li><a href="http://windows.php.net/snapshots/";>Windows</a></li>
-       <li><a href="http://snaps.php.net/php5.2-latest.tar.gz";>Source 
code</a></li>
-</ul>
-</p>
-
 <h2>If you don't understand an error message, ask for help.</h2>
 
 <p>Don't report an error message you don't understand as a bug. There are <a
diff --git a/www/index.php b/www/index.php
index db6a651..fb9acc6 100644
--- a/www/index.php
+++ b/www/index.php
@@ -45,8 +45,7 @@ if (bugid > 0) {
 
        <li>
                Make sure you are using the latest stable version or a build 
from Git, if
-               similar bugs have recently been fixed and committed. You can 
download snapshots at
-               <a href="http://snaps.php.net/";>http://snaps.php.net</a>
+               similar bugs have recently been fixed and committed.
        </li>
 
        <li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to