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

Update git.php branches

Add PHP-7.4, remove PHP-5.6 and PHP-7.0, which are EOL.
This commit is contained in:
Nikita Popov
2019-01-28 11:51:01 +01:00
parent 15acb38183
commit 519d9fa7dd

View File

@@ -101,12 +101,6 @@ 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.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>
@@ -116,6 +110,9 @@ site_header("Git Access", array("current" => "community"));
<strong>PHP 7.3</strong>:
<code>git checkout PHP-7.3</code>
<br>
<strong>PHP 7.4</strong>:
<code>git checkout PHP-7.4</code>
<br>
<strong>PHP HEAD</strong>:
<code>git checkout master</code>
<br><br>