Update php-compile.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-26 00:16:47 +02:00
parent 03ffdc7e48
commit b7b562501a

View file

@ -19,9 +19,9 @@ sudo ./configure --prefix=/usr/local/phyre/php \
--with-openssl \ --with-openssl \
--with-mysqli \ --with-mysqli \
--with-gettext \ --with-gettext \
--with-curl \ #--with-curl \
--with-zip \ #--with-zip \
--enable-mbstring #--enable-mbstring
# Compile PHP # Compile PHP
sudo make sudo make