We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e345a75 commit 1fcd78cCopy full SHA for 1fcd78c
git.php
@@ -96,21 +96,15 @@
96
<li>
97
You can then check out the branch you want to build, for example:
98
<br><br>
99
- <strong>PHP 7.1</strong>:
100
- <code>git checkout PHP-7.1</code>
101
- <br>
102
- <strong>PHP 7.2</strong>:
103
- <code>git checkout PHP-7.2</code>
104
105
- <strong>PHP 7.3</strong>:
106
- <code>git checkout PHP-7.3</code>
107
108
<strong>PHP 7.4</strong>:
109
<code>git checkout PHP-7.4</code>
110
<br>
111
<strong>PHP 8.0</strong>:
112
<code>git checkout PHP-8.0</code>
113
+ <strong>PHP 8.1</strong>:
+ <code>git checkout PHP-8.1</code>
+ <br>
114
<strong>PHP HEAD</strong>:
115
<code>git checkout master</code>
116
0 commit comments