From 079d24055dccfe43e2d522eaad59a985ae58b6d0 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Fri, 22 Nov 2013 23:42:48 +0100 Subject: [PATCH] Updated compile script * PHP 5.5.6 * pthreads 0.0.45 (stable!) * cURL 7.33.0 --- src/build/compile.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 69d4f2fc6..a8d3fd6ef 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -1,13 +1,13 @@ #!/bin/bash -COMPILER_VERSION="0.13" +COMPILER_VERSION="0.14" -PHP_VERSION="5.5.3" +PHP_VERSION="5.5.6" ZEND_VM="GOTO" LIBEDIT_VERSION="0.3" ZLIB_VERSION="1.2.8" -PTHREADS_VERSION="0.0.44" -CURL_VERSION="curl-7_32_0" +PTHREADS_VERSION="0.0.45" +CURL_VERSION="curl-7_33_0" echo "[PocketMine] PHP installer and compiler for Linux & Mac" DIR="$(pwd)"