Skip to content

Commit

Permalink
Update php-compile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 7, 2024
1 parent 9e7a87e commit 8441d44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions compilators/debian/php/php-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,20 @@ sudo make LIBDIR=/usr/lib/$(arch)-linux-gnu install
--enable-fpm --with-fpm-user=phyreweb --with-fpm-group=phyreweb \
--with-openssl \
--with-mysqli \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-sqlite \
--with-pdo-pgsql \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-sqlite \
--with-pdo-pgsql \
--with-gettext \
--with-curl \
--enable-pcntl \
--enable-intl \
--with-zip \
--with-zlib \
--with-gmp \
--with-sodium \
--with-freetype \
--enable-sockets \
--enable-sockets \
--enable-mbstring \
--with-libdir=lib/$(arch)-linux-gnu

Expand Down

0 comments on commit 8441d44

Please sign in to comment.