File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.4.19
4+ Version: 7.4.21
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments