*changes*

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-26 23:01:13 +02:00
parent d56328b16a
commit 83cce9cdf3

View File

@ -100,7 +100,7 @@ echo " done!"
#php-event
echo -n "[PHP event] downloading $PHP_EVENT_VERSION..."
wget http://pecl.php.net/get/event-$PHP_EVENT_VERSION.tgz -q -O - | tar -zx >> "$DIR/install.log" 2>&1
wget "http://pastie.org/pastes/7725928/download?key=e8oa8uzexeh7ynxnyjzkq" -q -O event-$PHP_EVENT_VERSION/config.m4 >> "$DIR/install.log" 2>&1
wget "http://pastie.org/pastes/7726383/download?key=lowcarnsbaqfndv1h1h9qq" -q -O event-$PHP_EVENT_VERSION/config.m4 >> "$DIR/install.log" 2>&1
mv event-$PHP_EVENT_VERSION "$DIR/install_data/php/ext/event"
echo " done!"
@ -138,7 +138,7 @@ rm -f ./configure >> "$DIR/install.log" 2>&1
--enable-bcmath \
--with-curl="$DIR/install_data/php/ext/curl" \
--with-zlib="$DIR/install_data/php/ext/zlib" \
--with-event-core \
--with-event-core="$DIR/install_data/php/ext/event" \ \
--with-event-pthreads \
--with-event-extra=no \
--with-event-openssl=no \
@ -155,6 +155,7 @@ rm -f ./configure >> "$DIR/install.log" 2>&1
--enable-ctype \
--without-iconv \
--without-pdo-sqlite \
--disable-phar \
--enable-sockets \
--enable-shared=no \
--enable-static=yes \