Skip to content
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<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>
';
Expand Down
7 changes: 0 additions & 7 deletions git.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
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"));
?>
Expand Down
8 changes: 0 additions & 8 deletions sites.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</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">
Expand Down
3 changes: 0 additions & 3 deletions urlhowto.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down