ajout de sqlite3
This commit is contained in:
@@ -64,6 +64,7 @@ PHP_MODULES=(
|
|||||||
php${PHP_VERSION}-gmp
|
php${PHP_VERSION}-gmp
|
||||||
php${PHP_VERSION}-apcu
|
php${PHP_VERSION}-apcu
|
||||||
php${PHP_VERSION}-opcache
|
php${PHP_VERSION}-opcache
|
||||||
|
php${PHP_VERSION}-sqlite3
|
||||||
)
|
)
|
||||||
|
|
||||||
# Vérification MySQL / MariaDB
|
# Vérification MySQL / MariaDB
|
||||||
@@ -110,10 +111,6 @@ else
|
|||||||
systemctl restart php$PHP_VERSION-fpm || { echo -e "${RED}Échec du redémarrage de PHP-FPM${RESET}"; exit 1; }
|
systemctl restart php$PHP_VERSION-fpm || { echo -e "${RED}Échec du redémarrage de PHP-FPM${RESET}"; exit 1; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Vérification des modules PHP installés
|
|
||||||
echo -e "${GREEN}Modules PHP installés :${RESET}"
|
|
||||||
php -m
|
|
||||||
|
|
||||||
# Test de la configuration Apache
|
# Test de la configuration Apache
|
||||||
if systemctl is-active --quiet apache2; then
|
if systemctl is-active --quiet apache2; then
|
||||||
echo -e "${YELLOW}Vérification du support de PHP par Apache...${RESET}"
|
echo -e "${YELLOW}Vérification du support de PHP par Apache...${RESET}"
|
||||||
|
|||||||
Reference in New Issue
Block a user