From 8bc115a2ab5f2e26def66ae89a62d83262110fcc Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 12 Jan 2013 00:40:54 +0100 Subject: [PATCH] Remove XML dependency --- compile_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \