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

Add 7.1/7.2 references, remove 7.4/7.5 references

This commit is contained in:
Sara Golemon
2017-07-18 10:50:52 -04:00
parent 2ec1c2ab7a
commit 74bcad4c77

12
git.php
View File

@@ -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>