Skip to content
This repository was archived by the owner on Jan 9, 2018. It is now read-only.

Commit acc7c32

Browse files
committed
Updated pthreads version.
1 parent e83594b commit acc7c32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CURL_VERSION="curl-7_44_0"
1414
READLINE_VERSION="6.3"
1515
NCURSES_VERSION="5.9"
1616
PHPNCURSES_VERSION="1.0.2"
17-
PTHREADS_VERSION="3.0.6"
17+
PTHREADS_VERSION="ba6ea8a5cd42c958b1499c0cfb2cdef21e5cb428"
1818
XDEBUG_VERSION="2.2.6"
1919
PHP_POCKETMINE_VERSION="0.0.6"
2020
#UOPZ_VERSION="2.0.4"
@@ -764,8 +764,8 @@ echo " done!"
764764

765765
#pthreads
766766
echo -n "[PHP pthreads] downloading $PTHREADS_VERSION..."
767-
download_file "http://pecl.php.net/get/pthreads-$PTHREADS_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1
768-
#download_file "https://github.com/krakjoe/pthreads/archive/$PTHREADS_VERSION.tar.gz" | tar -zx >> "$DIR/install.log" 2>&1
767+
#download_file "http://pecl.php.net/get/pthreads-$PTHREADS_VERSION.tgz" | tar -zx >> "$DIR/install.log" 2>&1
768+
download_file "https://github.com/krakjoe/pthreads/archive/$PTHREADS_VERSION.tar.gz" | tar -zx >> "$DIR/install.log" 2>&1
769769
mv pthreads-$PTHREADS_VERSION "$DIR/install_data/php/ext/pthreads"
770770
echo " done!"
771771

0 commit comments

Comments
 (0)