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-mysqli \
--with-gettext \
--with-curl \
--with-zip \
--enable-mbstring
#--with-curl \
#--with-zip \
#--enable-mbstring
# Compile PHP
sudo make