diff --git a/archive/2012.php b/archive/2012.php index cfd9e0faa..971d7ec90 100644 --- a/archive/2012.php +++ b/archive/2012.php @@ -841,7 +841,7 @@ site_header("News Archive - 2012", array("cache" => true));

A complete list of changes since the last release candidate can be found in the - NEWS + NEWS file.

@@ -868,9 +868,8 @@ site_header("News Archive - 2012", array("cache" => true));

The migration of the PHP source code from Subversion to Git is complete. You can clone or fork the source from our - GitHub mirror, and we also - now support pull requests made via GitHub. The source is also available - via git.php.net, and full instructions + GitHub, and we also + now support pull requests made via GitHub, and full instructions on cloning the php-src tree can be found at php.net/git.

diff --git a/archive/2014.php b/archive/2014.php index bcd0820e8..bca4d6465 100644 --- a/archive/2014.php +++ b/archive/2014.php @@ -1002,7 +1002,7 @@ The list of changes is recorded in the bug 67072. For more information about this bug and its actual resolution, please visit our - upgrading guide. + upgrading guide. We apologize for any inconvenience you may have experienced with this behavior.

For source downloads of PHP 5.5.14, please visit our downloads page. @@ -1035,7 +1035,7 @@ The list of changes is recorded in the bug 67072. For more information about this bug and its actual resolution, please refer to our - upgrading guide, section 4a. + upgrading guide, section 4a. We apologize for any inconvenience you may have experienced with this behavior.

diff --git a/git.php b/git.php index 875b38e08..3428bcc33 100644 --- a/git.php +++ b/git.php @@ -72,18 +72,12 @@ site_header("Git Access", array("current" => "community"));
  1. You can retrieve the PHP source code from our - GitHub mirror with this + GitHub with this command:

    git clone https://github.com/php/php-src.git

    - Alternatively, you can retrieve the source code from - git.php.net with this command: -

    - git clone http://git.php.net/repository/php-src.git -

    - You can also download a snapshot from GitHub:

    And make sure you have read our - Mailinglist Rules. + Mailinglist Rules.

    bug 67072. For more information about this bug and its actual resolution, please refer to our -upgrading guide, section 4a. +upgrading guide, section 4a. We apologize for any inconvenience you may have experienced with this behavior.

    diff --git a/releases/5_5_14.php b/releases/5_5_14.php index 655480034..19925e85f 100644 --- a/releases/5_5_14.php +++ b/releases/5_5_14.php @@ -19,7 +19,7 @@ situations. As this tiny compatibility break involves security, and as security concern, we had to fix it. This concerns bug 67072. For more information about this bug and its actual resolution, please visit our -upgrading guide. +upgrading guide. We apologize for any inconvenience you may have experienced with this behavior.

    For source downloads of PHP 5.5.14, please visit our downloads page. diff --git a/sites.php b/sites.php index a27971aa7..bda996490 100644 --- a/sites.php +++ b/sites.php @@ -143,22 +143,17 @@ site_header("A Tourist's Guide", array("current" => "help")); process.

    -

    git.php.net: Git Repository

    +

    github.com/php/: Git Repository

    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 - php-src module is + php-src module is the repository for the source code to the latest version of PHP itself. Checking out the source code can be done anonymously.

    -

    - The Git repository is also mirrored on - GitHub, for those who would - prefer to use GitHub's interface. -

    Using OpenGrok 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"));

    The PHP project used to be organized under the SVN revision control system, but - migrated to Git (see above) in March 2012. + migrated to Git (see above) in March 2012. The old SVN repository is archived here for posterity, however it's still used for i.e. documentation files.