Update compile_php.sh

Update version
- pthread
- curl 7.29.0
This commit is contained in:
snake302 2013-02-07 00:26:44 +04:00
parent e288a8a880
commit 816ef08ad2

View File

@ -6,8 +6,8 @@ ZEND_VM="GOTO"
ZLIB_VERSION="1.2.7"
GMP_VERSION="5.1.0"
PTHREADS_VERSION="d2fb571d6cd624bffe4faf766de128eb976a7d16"
CURL_VERSION="curl-7_28_1"
PTHREADS_VERSION="fc8622882bed09aa181b3eb1cb33c046ce11199b"
CURL_VERSION="curl-7_29_0"
#READLINE_VERSION="6.2"
echo "[PocketMine] PHP installer and compiler for Linux & Mac - by @shoghicp v$COMPILER_VERSION"
@ -168,4 +168,4 @@ rm -r -f install_data/ >> $DIR/install.log 2>&1
date >> $DIR/install.log 2>&1
echo " done!"
echo "[PocketMine] You should start the server now using \"./start.sh\""
echo "[PocketMine] If it doesn't works, please send the \"install.log\" file to the Bug Tracker"
echo "[PocketMine] If it doesn't works, please send the \"install.log\" file to the Bug Tracker"