From e45bcf06fe89a6332ad63175b9b296a6dcae729e Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 19 May 2014 18:04:42 +0200 Subject: [PATCH] Updated pthreads to 2.0.7, fixed WeakRef --- src/build/compile.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index f2d6e04e2..6d62680bd 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -8,7 +8,7 @@ CURL_VERSION="curl-7_36_0" READLINE_VERSION="6.3" NCURSES_VERSION="5.9" PHPNCURSES_VERSION="1.0.2" -PTHREADS_VERSION="2.0.4" +PTHREADS_VERSION="2.0.7" PHP_POCKETMINE_VERSION="0.0.4" UOPZ_VERSION="2.0.3" WEAKREF_VERSION="0.2.4" @@ -527,7 +527,7 @@ fi #mv uopz-$UOPZ_VERSION "$DIR/install_data/php/ext/uopz" #echo " done!" -WeakRef +#WeakRef 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 mv Weakref-$WEAKREF_VERSION "$DIR/install_data/php/ext/weakref" @@ -649,6 +649,7 @@ $HAVE_READLINE \ $HAS_POCKETMINE \ --enable-mbstring \ --enable-calendar \ +--enable-weakref \ --enable-pthreads \ --enable-pthreads-pedantic \ --disable-libxml \