diff --git a/include/download-instructions/linux-debian-cli-community.php b/include/download-instructions/linux-debian-cli-community.php index 1faf2dc220..00dc712cbc 100644 --- a/include/download-instructions/linux-debian-cli-community.php +++ b/include/download-instructions/linux-debian-cli-community.php @@ -1,5 +1,19 @@ +
-On the command line, run the following commands: + This installation method uses binaries provided by a third-party provider. + It contains patches to the PHP source code added by the build provider, + over which the PHP project has no control. +
++ Specifically, this provider includes a + patch that adds telemetry to the Apache 2 and PHP-FPM modules. +
++On the command line, run the commands below:
# Add the packages.sury.org/php repository.
diff --git a/include/download-instructions/linux-debian-cli-default.php b/include/download-instructions/linux-debian-cli-default.php
index 534da00616..114758fa60 100644
--- a/include/download-instructions/linux-debian-cli-default.php
+++ b/include/download-instructions/linux-debian-cli-default.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by your Linux distribution.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Update the package lists.
diff --git a/include/download-instructions/linux-fedora-cli-community.php b/include/download-instructions/linux-fedora-cli-community.php
index 3e406b988b..ecdc44d016 100644
--- a/include/download-instructions/linux-fedora-cli-community.php
+++ b/include/download-instructions/linux-fedora-cli-community.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by a third-party provider.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Add the Remi's RPM repository.
diff --git a/include/download-instructions/linux-fedora-cli-default.php b/include/download-instructions/linux-fedora-cli-default.php
index 61d64d3c50..acb4b2b769 100644
--- a/include/download-instructions/linux-fedora-cli-default.php
+++ b/include/download-instructions/linux-fedora-cli-default.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by your Linux distribution.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Install PHP.
diff --git a/include/download-instructions/linux-redhat-cli-community.php b/include/download-instructions/linux-redhat-cli-community.php
index 024609acfb..84d58e7987 100644
--- a/include/download-instructions/linux-redhat-cli-community.php
+++ b/include/download-instructions/linux-redhat-cli-community.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by a third-party provider.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Add the Remi's RPM repository.
diff --git a/include/download-instructions/linux-redhat-cli-default.php b/include/download-instructions/linux-redhat-cli-default.php
index 61d64d3c50..acb4b2b769 100644
--- a/include/download-instructions/linux-redhat-cli-default.php
+++ b/include/download-instructions/linux-redhat-cli-default.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by your Linux distribution.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Install PHP.
diff --git a/include/download-instructions/linux-ubuntu-cli-community.php b/include/download-instructions/linux-ubuntu-cli-community.php
index 100666c8ea..d325b48ca5 100644
--- a/include/download-instructions/linux-ubuntu-cli-community.php
+++ b/include/download-instructions/linux-ubuntu-cli-community.php
@@ -1,6 +1,17 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by a third-party provider.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+ Specifically, this provider includes a
+ patch that adds telemetry to the Apache 2 and PHP-FPM modules.
+
+
# Add the ondrej/php repository.
sudo apt update
diff --git a/include/download-instructions/linux-ubuntu-cli-default.php b/include/download-instructions/linux-ubuntu-cli-default.php
index 534da00616..114758fa60 100644
--- a/include/download-instructions/linux-ubuntu-cli-default.php
+++ b/include/download-instructions/linux-ubuntu-cli-default.php
@@ -1,5 +1,12 @@
+
-On the command line, run the following commands:
+ This installation method uses binaries provided by your Linux distribution.
+ It contains patches to the PHP source code added by the build provider,
+ over which the PHP project has no control.
+
+
+
+On the command line, run the commands below:
# Update the package lists.