diff --git a/compile_php.sh b/compile_php.sh index c67e34dd7..fd9af994d 100644 --- a/compile_php.sh +++ b/compile_php.sh @@ -115,8 +115,8 @@ cd php --enable-bcmath \ --with-gmp=$DIR/install_data/php/ext/gmp \ --with-curl=$DIR/install_data/php/ext/curl \ ---enable-zip \ --with-zlib=$DIR/install_data/php/ext/zlib \ +--disable-xml \ --enable-sockets \ --enable-pthreads \ --enable-maintainer-zts \