Commit: 61550de68f7be3be8370371418dd457bb85c005a Author: Jacob Bednarz <[email protected]> Sun, 15 Feb 2015 10:14:11 +1000 Committer: Hannes Magnusson <[email protected]> Sun, 15 Feb 2015 11:27:58 -0800 Parents: 1d5e8715f1ec5b4add9d9f8270dcf37e2c3760da Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=61550de68f7be3be8370371418dd457bb85c005a Log: Remove links to snaps.php.net As the development snapshots have been removed in favour of the git sources, these links is no longer required. Changed paths: M downloads.php M git.php M sites.php M urlhowto.php Diff: diff --git a/downloads.php b/downloads.php index b2cf4ca..0b0c866 100644 --- a/downloads.php +++ b/downloads.php @@ -25,7 +25,6 @@ $SIDEBAR_DATA = ' <p class="panel"><a href="download-docs.php">Documentation download</a></p> <p class="panel"><a href="download-logos.php">PHP logos</a></p> -<p class="panel"><a href="http://snaps.php.net/">Development Snapshots</a></p> <p class="panel"><a href="/git.php">Development sources (git)</a></p> <p class="panel"><a href="/releases/">Old archives</a></p> '; diff --git a/git.php b/git.php index 784b297..4b0ee87 100644 --- a/git.php +++ b/git.php @@ -21,13 +21,6 @@ $SIDEBAR_DATA = ' group. You may want <a href="/git-php.php">your own Git account</a> to contribute. </p> - -<h3>Source and binary snapshots</h3> -<p> - You may also be interested in a PHP snapshot, see - <a href="http://snaps.php.net/">snaps.php.net</a>. - Compiled snapshots for Windows users are also included. -</p> '; site_header("Git Access", array("current" => "community")); ?> diff --git a/sites.php b/sites.php index 45e8d1d..ff8ea9f 100644 --- a/sites.php +++ b/sites.php @@ -210,14 +210,6 @@ site_header("A Tourist's Guide", array("current" => "help")); and the latest news from the project. </p> -<h2 id="snaps" class="content-header"><a href="http://snaps.php.net/">snaps.php.net</a>: Daily PHP Snapshots</h2> - -<p class="content-box"> - This is your first stop if you're looking for cutting edge development versions - of PHP which are generated every day from the current stable and current - development sources. -</p> - <h2 id="gcov" class="content-header"><a href="http://gcov.php.net/">gcov.php.net</a>: Test and Code Coverage analysis</h2> <p class="content-box"> diff --git a/urlhowto.php b/urlhowto.php index 80b76f9..b99f38e 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -150,9 +150,6 @@ function a($href) { <h2>PHP Developer shortcuts</h2> <ul> - <li>Snap downloads: <a href="http://snaps.php.net/?55">http://snaps.php.net/?53</a> - (e.g. latest 5.5 snap. Use ?latest for latest master) - </li> <li>Changelog information: <a href="http://php.net/changelog">http://php.net/changelog</a> (e.g. latest PHP changelog. php5news = latest PHP 5 NEWS, phptrunknews = latest PHP trunk NEWS) </li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
