Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 4d979e1

Browse files
author
Guillermo Cespedes
committed
Configure option PHP 7.4
1 parent 8af1d86 commit 4d979e1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

install.sh

+5-6
Original file line numberDiff line numberDiff line change
@@ -898,10 +898,9 @@ function php_install() {
898898
--enable-dba \
899899
--enable-ftp \
900900
--with-gettext \
901-
--with-gd \
902-
--with-jpeg-dir \
901+
--enable-gd \
902+
--with-jpeg \
903903
--enable-mbstring \
904-
--with-libzip \
905904
--with-mhash \
906905
--enable-mysqlnd=shared \
907906
--with-mysqli=shared,mysqlnd \
@@ -916,7 +915,6 @@ function php_install() {
916915
--enable-sysvmsg \
917916
--enable-sysvsem \
918917
--enable-sysvshm \
919-
--enable-wddx \
920918
--with-zlib \
921919
--enable-zip \
922920
--with-readline \
@@ -927,7 +925,8 @@ function php_install() {
927925
--enable-fpm \
928926
--with-fpm-user=www-data \
929927
--with-fpm-group=www-data \
930-
--with-libxml-dir=/usr/local \
928+
--with-libxml=/usr/local \
929+
--enable-wddx \
931930
--disable-rpath \
932931
--enable-inline-optimization \
933932
--enable-mbregex \
@@ -1416,7 +1415,7 @@ case "$ProgramName" in
14161415
travis_fold_end
14171416

14181417
travis_fold_start php
1419-
php_install 2>&1 > /dev/null
1418+
php_install
14201419
travis_fold_end
14211420

14221421
travis_fold_start nginx

0 commit comments

Comments
 (0)