Removed WeakRef

This commit is contained in:
Shoghi Cervantes 2014-03-29 04:40:10 +01:00
parent 66cea2f8ea
commit 829069b0c8

View File

@ -509,10 +509,10 @@ mv pthreads-$PTHREADS_VERSION "$DIR/install_data/php/ext/pthreads"
echo " done!" echo " done!"
#WeakRef #WeakRef
echo -n "[PHP WeakRef] downloading $WEAKREF_VERSION..." #echo -n "[PHP WeakRef] downloading $WEAKREF_VERSION..."
download_file "http://pecl.php.net/get/Weakref-$WEAKREF_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1 #download_file "http://pecl.php.net/get/Weakref-$WEAKREF_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1
mv Weakref-$WEAKREF_VERSION "$DIR/install_data/php/ext/weakref" #mv Weakref-$WEAKREF_VERSION "$DIR/install_data/php/ext/weakref"
echo " done!" #echo " done!"
#PHP YAML #PHP YAML
echo -n "[PHP YAML] downloading $PHPYAML_VERSION..." echo -n "[PHP YAML] downloading $PHPYAML_VERSION..."
@ -527,10 +527,10 @@ echo " done!"
#echo " done!" #echo " done!"
#PHP ncurses #PHP ncurses
echo -n "[PHP ncurses] downloading $PHPNCURSES_VERSION..." #echo -n "[PHP ncurses] downloading $PHPNCURSES_VERSION..."
download_file "http://pecl.php.net/get/ncurses-$PHPNCURSES_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1 #download_file "http://pecl.php.net/get/ncurses-$PHPNCURSES_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1
mv ncurses-$PHPNCURSES_VERSION "$DIR/install_data/php/ext/ncurses" #mv ncurses-$PHPNCURSES_VERSION "$DIR/install_data/php/ext/ncurses"
echo " done!" #echo " done!"
if [ "$DO_STATIC" == "yes" ]; then if [ "$DO_STATIC" == "yes" ]; then
@ -627,7 +627,6 @@ $HAVE_NCURSES \
$HAVE_READLINE \ $HAVE_READLINE \
--enable-mbstring \ --enable-mbstring \
--enable-calendar \ --enable-calendar \
--enable-weakref \
--enable-pthreads \ --enable-pthreads \
--enable-pthreads-pedantic \ --enable-pthreads-pedantic \
--disable-libxml \ --disable-libxml \