From c23081e71380e64ca325f17c46a7dfb5272f6a58 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 12 Jan 2013 18:44:49 +0100 Subject: [PATCH] PEAR compile fix --- compile_php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_php.sh b/compile_php.sh index fd9af994d..96053fb5e 100644 --- a/compile_php.sh +++ b/compile_php.sh @@ -117,6 +117,7 @@ cd php --with-curl=$DIR/install_data/php/ext/curl \ --with-zlib=$DIR/install_data/php/ext/zlib \ --disable-xml \ +--without-pear \ --enable-sockets \ --enable-pthreads \ --enable-maintainer-zts \