Update php-compile.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-26 14:34:19 +02:00
parent 03c12f3337
commit 1ac79604c8

View file

@ -57,14 +57,16 @@ cd php-8.2.0
# Configure PHP
sudo ./configure --prefix=/usr/local/phyre/php \
--enable-fpm --with-fpm-user=admin --with-fpm-group=admin \
--enable-fpm \
--with-fpm-user=admin \
--with-fpm-group=admin \
--with-openssl \
--with-mysqli \
--with-gettext \
--with-curl \
--with-zip \
--enable-mbstring
# --with-libdir=lib/$(arch)-linux-gnu
--enable-mbstring \
--with-libdir=lib/$(arch)-linux-gnu
# Compile PHP
sudo make -j 4