Skip to content

Commit 931eb49

Browse files
authored
Add libicu to dependency list and to upgrade script (hestiacp#1991)
Remove --intl from hestia-php
1 parent e9ea753 commit 931eb49

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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.19
4+
Version: 7.4.21
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/hst_autocompile.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ if [ "$PHP_B" = true ] ; then
459459
# Download and unpack source files
460460
cd $BUILD_DIR
461461
download_file $PHP '-' | tar xz
462-
462+
463463
# Change to untarred php directory
464464
cd $BUILD_DIR_PHP
465465

@@ -475,7 +475,6 @@ if [ "$PHP_B" = true ] ; then
475475
--with-curl \
476476
--with-zip \
477477
--with-gmp \
478-
--enable-intl \
479478
--enable-mbstring
480479
else
481480
./configure --prefix=/usr/local/hestia/php \
@@ -488,7 +487,6 @@ if [ "$PHP_B" = true ] ; then
488487
--with-curl \
489488
--with-zip \
490489
--with-gmp \
491-
--enable-intl \
492490
--enable-mbstring
493491
fi
494492
fi

0 commit comments

Comments
 (0)