Skip to content

Commit 1874fa5

Browse files
committed
Reword and reorder as per Shivam's suggestions
1 parent 92618aa commit 1874fa5

8 files changed

Lines changed: 57 additions & 32 deletions

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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">
49
<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.
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.
713
</p>
14+
</div>
815
<p>
9-
Specifically, this provider includes
10-
<a href="https://salsa.debian.org/php-team/php/-/commit/aa12fa4540c8733ab6d68763b2107f39ec48fb37">a patch</a>
11-
that adds telemetry to the Apache 2 and PHP-FPM modules.
16+
On the command line, run the commands below:
1217
</p>
1318
<pre><code class="language-bash line-numbers">
1419
# Add the packages.sury.org/php repository.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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.
36
</p>
7+
</div>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Update the package lists.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Add the Remi's RPM repository.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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.
36
</p>
7+
</div>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Install PHP.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Add the Remi's RPM repository.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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.
36
</p>
7+
</div>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Install PHP.

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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">
49
<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.
7-
</p>
8-
<p>
9-
Specifically, this provider includes
10-
<a href="https://salsa.debian.org/php-team/php/-/commit/aa12fa4540c8733ab6d68763b2107f39ec48fb37">a patch</a>
11-
that adds telemetry to the Apache 2 and PHP-FPM modules.
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.
1213
</p>
14+
</div>
1315
<pre><code class="language-bash line-numbers">
1416
# Add the ondrej/php repository.
1517
sudo apt update

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
<div class="note">
12
<p>
2-
On the command line, run the commands below.
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.
36
</p>
7+
</div>
48
<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.
9+
On the command line, run the commands below:
710
</p>
811
<pre><code class="language-bash line-numbers">
912
# Update the package lists.

0 commit comments

Comments
 (0)