Skip to content

[Sync-En] Modernize Apache httpd 2.x installation guide - #1091

Merged
julionc merged 2 commits into
php:masterfrom
lacatoire:sync-en/1070-apache-httpd-modernize
Aug 26, 2026
Merged

[Sync-En] Modernize Apache httpd 2.x installation guide#1091
julionc merged 2 commits into
php:masterfrom
lacatoire:sync-en/1070-apache-httpd-modernize

Conversation

@lacatoire

@lacatoire lacatoire commented Aug 25, 2026

Copy link
Copy Markdown
Member

Sync with EN commit fd1f9d85122cd85854f4afdf5a57ab7da38ff69c.

  • Rename title to "Apache httpd 2.x en sistemas Unix"
  • Replace &warn.apache2.compat; with a <warning> block recommending PHP-FPM for new installations
  • Drop Apache 2.2 and PHP 7 references (end of life)
  • Update step 3 to mention prefork MPM requirement and PHP-FPM alternative
  • Remove worker MPM section; add MPM Compatibility note
  • Multiple <para> to <simpara> conversions throughout
  • Fix FilesMatch regex: \.ph(p[2-6]?|tml)$\.(php[2-6]?|phtml)$
  • Remove "available in Apache 2.4.4 and later" from FallbackResource simpara
  • Remove orphaned warn.apache2.compat entity from language-snippets.ent

Closes #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-0 is kept for now: it is still used by reference/reflection/reflection/export.xml, which needs to move to warn.deprecated.function-7-4-0.removed-8-0-0 first, as EN did.

Fixes: #1048

- 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
@julionc
julionc merged commit 7ddd9d4 into php:master Aug 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] Modernize mod_php/Apache httpd installation guide (#5743) [Sync EN] Remove 11 unused entities still referenced by translations (#5628)

2 participants