mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Once again on PHP 5.4.12, fixed krakjoe/pthreads#62
This commit is contained in:
parent
5aa34b2803
commit
3e1dfa07c0
@ -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"
|
@ -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");
|
Loading…
x
Reference in New Issue
Block a user