Removed more XML dependencies

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-14 14:41:45 +01:00
parent 3813ef73ea
commit ce3dcf4cf4

View File

@ -116,7 +116,12 @@ cd php
--with-gmp=$DIR/install_data/php/ext/gmp \
--with-curl=$DIR/install_data/php/ext/curl \
--with-zlib=$DIR/install_data/php/ext/zlib \
--disable-libxml \
--disable-xml \
--disable-dom \
--disable-simplexml \
--disable-xmlreader \
--disable-xmlwriter \
--without-pear \
--enable-sockets \
--enable-pthreads \