From 2fff23019ab40c5b08c37a752122d5dc25bd4afc Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 27 Aug 2013 21:22:08 +0200 Subject: [PATCH] PHP 5.5.3 --- src/build/compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 59417c3f3..c3e835fa7 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -1,13 +1,13 @@ #!/bin/bash -COMPILER_VERSION="0.12" +COMPILER_VERSION="0.13" -PHP_VERSION="5.4.16" +PHP_VERSION="5.5.3" ZEND_VM="GOTO" LIBEDIT_VERSION="0.3" ZLIB_VERSION="1.2.8" PTHREADS_VERSION="0.0.44" -CURL_VERSION="curl-7_30_0" +CURL_VERSION="curl-7_32_0" echo "[PocketMine] PHP installer and compiler for Linux & Mac" DIR="$(pwd)"