This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -898,10 +898,9 @@ function php_install() {
898
898
--enable-dba \
899
899
--enable-ftp \
900
900
--with-gettext \
901
- --with -gd \
902
- --with-jpeg-dir \
901
+ --enable -gd \
902
+ --with-jpeg \
903
903
--enable-mbstring \
904
- --with-libzip \
905
904
--with-mhash \
906
905
--enable-mysqlnd=shared \
907
906
--with-mysqli=shared,mysqlnd \
@@ -916,7 +915,6 @@ function php_install() {
916
915
--enable-sysvmsg \
917
916
--enable-sysvsem \
918
917
--enable-sysvshm \
919
- --enable-wddx \
920
918
--with-zlib \
921
919
--enable-zip \
922
920
--with-readline \
@@ -927,7 +925,8 @@ function php_install() {
927
925
--enable-fpm \
928
926
--with-fpm-user=www-data \
929
927
--with-fpm-group=www-data \
930
- --with-libxml-dir=/usr/local \
928
+ --with-libxml=/usr/local \
929
+ --enable-wddx \
931
930
--disable-rpath \
932
931
--enable-inline-optimization \
933
932
--enable-mbregex \
@@ -1416,7 +1415,7 @@ case "$ProgramName" in
1416
1415
travis_fold_end
1417
1416
1418
1417
travis_fold_start php
1419
- php_install 2>&1 > /dev/null
1418
+ php_install
1420
1419
travis_fold_end
1421
1420
1422
1421
travis_fold_start nginx
You can’t perform that action at this time.
0 commit comments