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

Commit

Permalink
Configure option PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Cespedes committed Nov 28, 2019
1 parent 8af1d86 commit 4d979e1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,9 @@ function php_install() {
--enable-dba \
--enable-ftp \
--with-gettext \
--with-gd \
--with-jpeg-dir \
--enable-gd \
--with-jpeg \
--enable-mbstring \
--with-libzip \
--with-mhash \
--enable-mysqlnd=shared \
--with-mysqli=shared,mysqlnd \
Expand All @@ -916,7 +915,6 @@ function php_install() {
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--with-zlib \
--enable-zip \
--with-readline \
Expand All @@ -927,7 +925,8 @@ function php_install() {
--enable-fpm \
--with-fpm-user=www-data \
--with-fpm-group=www-data \
--with-libxml-dir=/usr/local \
--with-libxml=/usr/local \
--enable-wddx \
--disable-rpath \
--enable-inline-optimization \
--enable-mbregex \
Expand Down Expand Up @@ -1416,7 +1415,7 @@ case "$ProgramName" in
travis_fold_end

travis_fold_start php
php_install 2>&1 > /dev/null
php_install
travis_fold_end

travis_fold_start nginx
Expand Down

0 comments on commit 4d979e1

Please sign in to comment.