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