Browse Source

Update hestia-php to include intl

Jaap Marcus 5 years ago
parent
commit
bcab892cff
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/deb/php/control
  2. 1 0
      src/hst_autocompile.sh

+ 1 - 1
src/deb/php/control

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

+ 1 - 0
src/hst_autocompile.sh

@@ -461,6 +461,7 @@ if [ "$PHP_B" = true ] ; then
                     --with-curl \
                     --with-zip \
                     --with-gmp \
+                    --with-intl \
                     --enable-mbstring
     fi