Jelajahi Sumber

Enhance PHP 7.4 Support

Alexandros 6 tahun lalu
induk
melakukan
a06cdf01e8

+ 1 - 0
bin/v-restart-service

@@ -56,6 +56,7 @@ for service in $service_list; do
             "$service" = "php7.1-fpm" -o \
             "$service" = "php7.2-fpm" -o \
             "$service" = "php7.3-fpm" -o \
+            "$service" = "php7.4-fpm" -o \
             "$service" = "proftpd" -o    \
             "$service" = "ssh" -o       \
             "$service" = "fail2ban" ]; then

+ 1 - 1
install/hst-install-debian.sh

@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 
 # Define software versions
 pma_v='4.9.2'
-multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
+multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.3"
 
 if [ "$release" -eq 8 ]; then

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 
 # Define software versions
 pma_v='4.9.2'
-multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
+multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
 fpm_v="7.3"
 
 # Defining software pack for all distros

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 7.4.0
+Version: 7.4.1
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com