changes to install_php
This commit is contained in:
parent
bd088f0df2
commit
818f74ee15
@ -373,6 +373,9 @@ install_php() {
|
|||||||
for mod in "${MODULES[@]}"; do
|
for mod in "${MODULES[@]}"; do
|
||||||
MODULE_LIST+=" php${PHP_VERSION}-${mod}"
|
MODULE_LIST+=" php${PHP_VERSION}-${mod}"
|
||||||
done
|
done
|
||||||
|
if [[ "$PHP_FPM" == "YES" ]]; then
|
||||||
|
MODULE_LIST+=" php${PHP_VERSION}-fpm"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$PHP_APACHE" == "YES" ]]; then
|
if [[ "$PHP_APACHE" == "YES" ]]; then
|
||||||
# Optionally disable old Apache PHP module
|
# Optionally disable old Apache PHP module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user