From 536121bd1a2543a857328447fdd1be43224386e6 Mon Sep 17 00:00:00 2001
From: Jacob Bednarz
Date: Sun, 15 Feb 2015 10:14:11 +1000
Subject: [PATCH] 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.
---
downloads.php | 1 -
git.php | 7 -------
sites.php | 8 --------
urlhowto.php | 3 ---
4 files changed, 19 deletions(-)
diff --git a/downloads.php b/downloads.php
index b2cf4cab54..0b0c866235 100644
--- a/downloads.php
+++ b/downloads.php
@@ -25,7 +25,6 @@
Documentation download
PHP logos
-Development Snapshots
Development sources (git)
Old archives
';
diff --git a/git.php b/git.php
index 784b297f5a..4b0ee875a2 100644
--- a/git.php
+++ b/git.php
@@ -21,13 +21,6 @@
group. You may want your own Git account
to contribute.
-
-Source and binary snapshots
-
- You may also be interested in a PHP snapshot, see
- snaps.php.net.
- Compiled snapshots for Windows users are also included.
-
';
site_header("Git Access", array("current" => "community"));
?>
diff --git a/sites.php b/sites.php
index 45e8d1d07f..ff8ea9f634 100644
--- a/sites.php
+++ b/sites.php
@@ -210,14 +210,6 @@ interface to it. There you can browse the history (and latest versions) of the
and the latest news from the project.
-
-
-
- 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.
-
-
diff --git a/urlhowto.php b/urlhowto.php
index 80b76f98b3..b99f38e18e 100644
--- a/urlhowto.php
+++ b/urlhowto.php
@@ -150,9 +150,6 @@ function a($href) {
PHP Developer shortcuts
- - Snap downloads: http://snaps.php.net/?53
- (e.g. latest 5.5 snap. Use ?latest for latest master)
-
- Changelog information: http://php.net/changelog
(e.g. latest PHP changelog. php5news = latest PHP 5 NEWS, phptrunknews = latest PHP trunk NEWS)