changes to install_php

This commit is contained in:
Michel Roegl-Brunner 2025-05-15 15:15:53 +02:00
parent bd088f0df2
commit 818f74ee15

View File

@ -373,6 +373,9 @@ install_php() {
for mod in "${MODULES[@]}"; do
MODULE_LIST+=" php${PHP_VERSION}-${mod}"
done
if [[ "$PHP_FPM" == "YES" ]]; then
MODULE_LIST+=" php${PHP_VERSION}-fpm"
fi
if [[ "$PHP_APACHE" == "YES" ]]; then
# Optionally disable old Apache PHP module