Update php-compile.sh
This commit is contained in:
parent
03c12f3337
commit
1ac79604c8
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue