1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Replace references to git.php.net

This commit is contained in:
Sergey Panteleev
2021-04-02 09:23:56 +03:00
parent a587291fea
commit e2ee39e007
7 changed files with 15 additions and 30 deletions

View File

@@ -841,7 +841,7 @@ site_header("News Archive - 2012", array("cache" => true));
<p>
A complete list of changes since the last release candidate can be
found in the
<a href="http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=d647f8de7cf080b599a73e092d683273fbf744e8;hb=fa1437b144683eae4d253473c35e375f7b743811">NEWS</a>
<a href="https://github.com/php/php-src/raw/fa1437b144683eae4d253473c35e375f7b743811/NEWS">NEWS</a>
file.
</p>
<p>
@@ -868,9 +868,8 @@ site_header("News Archive - 2012", array("cache" => true));
<p>
The migration of the PHP source code from Subversion to Git is complete.
You can clone or fork the source from our
<a href="https://github.com/php/php-src">GitHub mirror</a>, and we also
now support pull requests made via GitHub. The source is also available
via <a href="http://git.php.net/">git.php.net</a>, and full instructions
<a href="https://github.com/php/php-src">GitHub</a>, and we also
now support pull requests made via GitHub, and full instructions
on cloning the php-src tree can be found at
<a href="http://php.net/git">php.net/git</a>.
</p>

View File

@@ -1002,7 +1002,7 @@ The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.p
concern, we had to fix it. This concerns
<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
this bug and its actual resolution, please visit our
<a href="http://git.php.net/?p=php-src.git;a=blob_plain;f=UPGRADING;hb=refs/heads/PHP-5.5">upgrading guide</a>.
<a href="https://github.com/php/php-src/raw/PHP-5.5/UPGRADING">upgrading guide</a>.
We apologize for any inconvenience you may have experienced with this behavior.</p>
<p>For source downloads of PHP 5.5.14, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.
@@ -1035,7 +1035,7 @@ The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-5.p
concern, we had to fix it. This concerns
<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
this bug and its actual resolution, please refer to our
<a href="http://git.php.net/?p=php-src.git;a=blob_plain;f=UPGRADING;hb=refs/heads/PHP-5.4">upgrading guide</a>, section 4a.
<a href="https://github.com/php/php-src/raw/PHP-5.4/UPGRADING">upgrading guide</a>, section 4a.
We apologize for any inconvenience you may have experienced with this behavior.</p>

17
git.php
View File

@@ -72,18 +72,12 @@ site_header("Git Access", array("current" => "community"));
<ol>
<li>
You can retrieve the PHP source code from our
<a href="https://github.com/php/php-src.git">GitHub mirror</a> with this
<a href="https://github.com/php/php-src.git">GitHub</a> with this
command:
<br><br>
<code>git clone https://github.com/php/php-src.git</code>
<br><br>
Alternatively, you can retrieve the source code from
<a href="http://git.php.net/">git.php.net</a> with this command:
<br><br>
<code>git clone http://git.php.net/repository/php-src.git</code>
<br><br>
You can also download a snapshot from GitHub:<br><br>
<ul>
<li>Go to the <a href="https://github.com/php/php-src">php-src project page</a>.</li>
@@ -148,7 +142,7 @@ site_header("Git Access", array("current" => "community"));
<p>
There are many other things, such as the XML source code
for the documentation, available via Git. See
<a href="http://git.php.net/">the web-based view of the Git
<a href="https://github.com/php/">the web-based view of the Git
server</a> to see what is available.
</p>
@@ -164,12 +158,9 @@ site_header("Git Access", array("current" => "community"));
<h2>PHP manual</h2>
<p>
The PHP manual is still currently hosted on SVN, although it will be migrated
to Git in the future. To checkout the latest English version of the PHP
The PHP manual is hosted on Git. To checkout the latest English version of the PHP
manual:<br>
<code>svn checkout https://svn.php.net/repository/phpdoc/modules/doc-en ./phpdoc-en</code>
<br><br>
You can also check the <a href="https://wiki.php.net/vcs/svnfaq">SVN FAQ on the wiki</a>.
<code>git clone https://github.com/php/doc-en.git ./phpdoc-en</code>
</p>
<h2>Historical issues</h2>

View File

@@ -172,7 +172,7 @@ if (isset($_POST['maillist'])) {
</ul>
<p>
And make sure you have read our
<a href="//git.php.net/?p=php-src.git;a=blob_plain;f=docs/mailinglist-rules.md;hb=HEAD">Mailinglist Rules</a>.
<a href="https://github.com/php/php-src/raw/master/docs/mailinglist-rules.md">Mailinglist Rules</a>.
</p>
<?php

View File

@@ -20,7 +20,7 @@ situations. As this tiny compatibility break involves security, and as security
concern, we had to fix it. This concerns
<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
this bug and its actual resolution, please refer to our
<a href="http://git.php.net/?p=php-src.git;a=blob_plain;f=UPGRADING;hb=refs/heads/PHP-5.4">upgrading guide</a>, section 4a.
<a href="https://github.com/php/php-src/raw/PHP-5.4/UPGRADING">upgrading guide</a>, section 4a.
We apologize for any inconvenience you may have experienced with this behavior.</p>

View File

@@ -19,7 +19,7 @@ situations. As this tiny compatibility break involves security, and as security
concern, we had to fix it. This concerns
<a href="https://bugs.php.net/bug.php?id=67072">bug 67072</a>. For more information about
this bug and its actual resolution, please visit our
<a href="http://git.php.net/?p=php-src.git;a=blob_plain;f=UPGRADING;hb=refs/heads/PHP-5.5">upgrading guide</a>.
<a href="https://github.com/php/php-src/raw/PHP-5.5/UPGRADING">upgrading guide</a>.
We apologize for any inconvenience you may have experienced with this behavior.</p>
<p>For source downloads of PHP 5.5.14, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>.

View File

@@ -143,22 +143,17 @@ site_header("A Tourist's Guide", array("current" => "help"));
process.
</p>
<h2 id="git" class="content-header"><a href="http://git.php.net/">git.php.net</a>: Git Repository</h2>
<h2 id="git" class="content-header"><a href="https://github.com/php/">github.com/php/</a>: Git Repository</h2>
<div class="content-box">
<p>
The PHP project is organized with a Git server, and this website is the web
interface to it. There you can browse the history (and latest versions) of the
source code for all of the PHP projects. For example, the
<a href="http://git.php.net/?p=php-src.git;a=summary">php-src</a> module is
<a href="https://github.com/php/php-src">php-src</a> module is
the repository for the source code to the latest version of PHP itself.
Checking out the source code can be done <a href="git.php">anonymously</a>.
</p>
<p>
The Git repository is also mirrored on
<a href="https://github.com/php/php-src">GitHub</a>, for those who would
prefer to use GitHub's interface.
</p>
<p>
Using <a href="http://lxr.php.net/">OpenGrok</a> is another option to view the
source code, and it offers additional features like search and cross referencing.
@@ -169,7 +164,7 @@ site_header("A Tourist's Guide", array("current" => "help"));
<p class="content-box">
The PHP project used to be organized under the SVN revision control system, but
migrated to <a href="http://git.php.net/">Git</a> (see above) in March 2012.
migrated to <a href="https://github.com/php/">Git</a> (see above) in March 2012.
The old SVN repository is archived here for posterity, however it's still used for
i.e. documentation files.
</p>