Skip to content

Commit 5a1d816

Browse files
committed
Added note to third-party binary providers
1 parent a46c652 commit 5a1d816

8 files changed

Lines changed: 40 additions & 8 deletions

include/download-instructions/linux-debian-cli-community.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by a third-party provider,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Add the packages.sury.org/php repository.

include/download-instructions/linux-debian-cli-default.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by your Linux distribution,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Update the package lists.

include/download-instructions/linux-fedora-cli-community.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by a third-party provider,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Add the Remi's RPM repository.

include/download-instructions/linux-fedora-cli-default.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by your Linux distribution,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Install PHP.

include/download-instructions/linux-redhat-cli-community.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by a third-party provider,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Add the Remi's RPM repository.

include/download-instructions/linux-redhat-cli-default.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by your Linux distribution,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Install PHP.

include/download-instructions/linux-ubuntu-cli-community.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by a third-party provider,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Add the ondrej/php repository.

include/download-instructions/linux-ubuntu-cli-default.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<p>
2-
On the command line, run the following commands:
2+
On the command line, run the commands below.
3+
</p>
4+
<p>
5+
This installation method uses binaries provided by your Linux distribution,
6+
adding patches to the PHP source code that the PHP project has no control over.
37
</p>
48
<pre><code class="language-bash line-numbers">
59
# Update the package lists.

0 commit comments

Comments
 (0)