Once again on PHP 5.4.12, fixed krakjoe/pthreads#62

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-01 18:48:44 +01:00
parent 5aa34b2803
commit 3e1dfa07c0
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
COMPILER_VERSION="0.9"
PHP_VERSION="5.4.11"
PHP_VERSION="5.4.12"
ZEND_VM="GOTO"
ZLIB_VERSION="1.2.7"
@ -129,6 +129,9 @@ fi
set -e
echo -n " checking..."
cd php
rm -rf ./aclocal.m4 >> "$DIR/install.log" 2>&1
rm -rf ./autom4te.cache/ >> "$DIR/install.log" 2>&1
rm -f ./configure >> "$DIR/install.log" 2>&1
./buildconf --force >> "$DIR/install.log" 2>&1
./configure $OPTIMIZATION--prefix="$DIR/php5" \
--exec-prefix="$DIR/php5" \
@ -169,4 +172,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"

View File

@ -43,4 +43,4 @@ define("CURRENT_STRUCTURE", 5);
define("CURRENT_PROTOCOL", 9);
define("CURRENT_MINECRAFT_VERSION", "v0.6.1 alpha");
define("CURRENT_API_VERSION", 2);
define("CURRENT_PHP_VERSION", "5.4.11");
define("CURRENT_PHP_VERSION", "5.4.12");