[Sync-En] Modernize Apache httpd 2.x installation guide - #1091
Merged
julionc merged 2 commits intoAug 26, 2026
Conversation
- Rename title to "Apache httpd 2.x" - Replace warn.apache2.compat with a PHP-FPM recommendation warning - Drop Apache 2.2 and PHP 7 references (EOL content) - Update listitem 3 to mention prefork requirement and PHP-FPM alternative - Remove worker MPM section; replace with MPM Compatibility note - Multiple para-to-simpara conversions throughout - Fix FilesMatch regex for phtml files - Remove "available in Apache 2.4.4" from FallbackResource simpara - Remove orphaned warn.apache2.compat entity from language-snippets.ent - Update EN-Revision to fd1f9d85122cd85854f4afdf5a57ab7da38ff69c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync with EN commit fd1f9d85122cd85854f4afdf5a57ab7da38ff69c.
&warn.apache2.compat;with a<warning>block recommending PHP-FPM for new installations<para>to<simpara>conversions throughout\.ph(p[2-6]?|tml)$→\.(php[2-6]?|phtml)$warn.apache2.compatentity fromlanguage-snippets.entCloses #1070
Also removes ten entities dropped from EN by php/doc-en#5628 (commit de78d65ef7785a167268b3cb5d5268b13bb9f358) and unused in doc-es:
changelog.randomseed,note.func-callback,warn.deprecated.feature-5-3-0.removed-5-4-0,warn.deprecated.feature-7-2-0,warn.deprecated.alias-5-3-0.removed-7-0-0,example.outputs.53,example.outputs.54,date.timezone.errors.changelog,no.resource,no.constants. This is folded in here rather than sent as its own pull request because it touches the same file.warn.deprecated.function-7-4-0is kept for now: it is still used byreference/reflection/reflection/export.xml, which needs to move towarn.deprecated.function-7-4-0.removed-8-0-0first, as EN did.Fixes: #1048