Skip to content

Commit b6c2d19

Browse files
authored
Added note to third-party binary providers (#1875)
* Added note to third-party binary providers * Specifically call out telemetry
1 parent a46c652 commit b6c2d19

8 files changed

+75
-8
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by a third-party provider.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<div class="warning">
9+
<p>
10+
Specifically, this provider includes <a
11+
href="https://salsa.debian.org/php-team/php/-/commit/aa12fa4540c8733ab6d68763b2107f39ec48fb37">a
12+
patch</a> that adds telemetry to the Apache 2 and PHP-FPM modules.
13+
</p>
14+
</div>
15+
<p>
16+
On the command line, run the commands below:
317
</p>
418
<pre><code class="language-bash line-numbers">
519
# Add the packages.sury.org/php repository.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by your Linux distribution.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Update the package lists.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by a third-party provider.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Add the Remi's RPM repository.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by your Linux distribution.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Install PHP.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by a third-party provider.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Add the Remi's RPM repository.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by your Linux distribution.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Install PHP.

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by a third-party provider.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
36
</p>
7+
</div>
8+
<div class="warning">
9+
<p>
10+
Specifically, this provider includes <a
11+
href="https://salsa.debian.org/php-team/php/-/commit/aa12fa4540c8733ab6d68763b2107f39ec48fb37">a
12+
patch</a> that adds telemetry to the Apache 2 and PHP-FPM modules.
13+
</p>
14+
</div>
415
<pre><code class="language-bash line-numbers">
516
# Add the ondrej/php repository.
617
sudo apt update

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the following commands:
3+
This installation method uses binaries provided by your Linux distribution.
4+
It contains patches to the PHP source code added by the build provider,
5+
over which the PHP project has no control.
6+
</p>
7+
</div>
8+
<p>
9+
On the command line, run the commands below:
310
</p>
411
<pre><code class="language-bash line-numbers">
512
# Update the package lists.

0 commit comments

Comments
 (0)