File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ CURL_VERSION="curl-7_44_0"
14
14
READLINE_VERSION=" 6.3"
15
15
NCURSES_VERSION=" 5.9"
16
16
PHPNCURSES_VERSION=" 1.0.2"
17
- PTHREADS_VERSION=" ba6ea8a5cd42c958b1499c0cfb2cdef21e5cb428 "
17
+ PTHREADS_VERSION=" 3.0.7 "
18
18
XDEBUG_VERSION=" 2.2.6"
19
19
PHP_POCKETMINE_VERSION=" 0.0.6"
20
20
# UOPZ_VERSION="2.0.4"
@@ -764,8 +764,8 @@ echo " done!"
764
764
765
765
# pthreads
766
766
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
769
769
mv pthreads-$PTHREADS_VERSION " $DIR /install_data/php/ext/pthreads"
770
770
echo " done!"
771
771
You can’t perform that action at this time.
0 commit comments