From 818f74ee15d9f1a92fd66820c655c1b5a2f90142 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 15:15:53 +0200 Subject: [PATCH] changes to install_php --- misc/tools.func | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/tools.func b/misc/tools.func index 0609828..b71d330 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -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