Commit: 74bcad4c770d95f21b7fbeeedbd76d943bb83f23 Author: Sara Golemon <poll...@php.net> Tue, 18 Jul 2017 10:50:52 -0400 Parents: 2ec1c2ab7a05374df6814478e24a913429c58114 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=74bcad4c770d95f21b7fbeeedbd76d943bb83f23 Log: Add 7.1/7.2 references, remove 7.4/7.5 references Changed paths: M git.php Diff: diff --git a/git.php b/git.php index 7a9f27d..fbe6a9b 100644 --- a/git.php +++ b/git.php @@ -97,18 +97,18 @@ site_header("Git Access", array("current" => "community")); <li> You can then check out the branch you want to build, for example: <br><br> - <strong>PHP 5.4</strong>: - <code>git checkout PHP-5.4</code> - <br> - <strong>PHP 5.5</strong>: - <code>git checkout PHP-5.5</code> - <br> <strong>PHP 5.6</strong>: <code>git checkout PHP-5.6</code> <br> <strong>PHP 7.0</strong>: <code>git checkout PHP-7.0</code> <br> + <strong>PHP 7.1</strong>: + <code>git checkout PHP-7.1</code> + <br> + <strong>PHP 7.2</strong>: + <code>git checkout PHP-7.2</code> + <br> <strong>PHP HEAD</strong>: <code>git checkout master</code> <br><br> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php