Skip to content

Fix typos and update stale references in debian.xml - #5744

Open
rbowen wants to merge 1 commit into
php:masterfrom
rbowen:debian-install-doc
Open

Fix typos and update stale references in debian.xml#5744
rbowen wants to merge 1 commit into
php:masterfrom
rbowen:debian-install-doc

Conversation

@rbowen

@rbowen rbowen commented Aug 7, 2026

Copy link
Copy Markdown

Updated obsolete init.d example to systemctl, corrected package name, and replaced EOL PHP 7.4 path references with current 8.x.

Updated obsolete init.d example to systemctl, corrected package
name, and replaced EOL PHP 7.4 path references with current 8.x.
Comment thread install/unix/debian.xml
Comment on lines 38 to 39
APT will automatically install the PHP module for Apache 2 and all of its
dependencies, and then activate it. Apache should be restarted in order for

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
APT will automatically install the PHP module for Apache 2 and all of its
dependencies, and then activate it. Apache should be restarted in order for
APT will automatically install the PHP module for Apache httpd 2 and all of its
dependencies, and then activate it. Apache httpd should be restarted in order for

Comment thread install/unix/debian.xml
<command>apt update</command>.
</simpara>
<example xml:id="install.unix.debian.apt.example">
<title>Debian Install Example with Apache 2</title>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<title>Debian Install Example with Apache httpd 2</title>

Comment thread install/unix/debian.xml
Comment on lines +90 to +91
<filename>/etc/php/8.x/php.ini</filename>,
<filename>/etc/php/8.x/conf.d/*.ini</filename>, etc. and depending on

@lacatoire lacatoire Aug 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<filename>/etc/php/8.x/php.ini</filename>,
<filename>/etc/php/8.x/conf.d/*.ini</filename>, etc. and depending on
<filename>/etc/php/8.x/apache2/php.ini</filename>,
<filename>/etc/php/8.x/cli/php.ini</filename>,
<filename>/etc/php/8.x/mods-available/*.ini</filename>, etc. and depending on

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.

2 participants