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