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:
12
git.php
12
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>
|
||||
|
||||
Reference in New Issue
Block a user