Update php-compile.sh
This commit is contained in:
parent
f19ed8731b
commit
9e683aa0b1
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ sudo ./configure --prefix=/usr/local/phyre/php \
|
|||
--with-mysqli \
|
||||
--with-gettext \
|
||||
--with-curl \
|
||||
--with-zip
|
||||
#--enable-mbstring
|
||||
# --with-libdir=lib/$(arch)-linux-gnu \
|
||||
--with-zip \
|
||||
--enable-mbstring \
|
||||
--with-libdir=lib/$(arch)-linux-gnu
|
||||
|
||||
# Compile PHP
|
||||
sudo make
|
||||
|
|
Loading…
Reference in a new issue