Skip to content

Commit fbdcd5c

Browse files
authored
Merge pull request hestiacp#655 from hestiacp/php7.4
Enhance PHP 7.4 Support
2 parents 6e2c807 + a06cdf0 commit fbdcd5c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

bin/v-restart-service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ for service in $service_list; do
5656
"$service" = "php7.1-fpm" -o \
5757
"$service" = "php7.2-fpm" -o \
5858
"$service" = "php7.3-fpm" -o \
59+
"$service" = "php7.4-fpm" -o \
5960
"$service" = "proftpd" -o \
6061
"$service" = "ssh" -o \
6162
"$service" = "fail2ban" ]; then

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
2525
pma_v='4.9.2'
26-
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
26+
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

2929
if [ "$release" -eq 8 ]; then

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
2525
pma_v='4.9.2'
26-
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
26+
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

2929
# Defining software pack for all distros

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 7.4.0
4+
Version: 7.4.1
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)