diff --git a/src/build/compile.sh b/src/build/compile.sh index 55be1535cb..2986c8c510 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -146,7 +146,7 @@ cd .. rm -r -f ./zlib echo " done!" -if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ]; then +if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then HAVE_CURL="shared,/usr/local" else #curl @@ -244,7 +244,7 @@ $HAVE_LIBEDIT \ --enable-cli \ --without-pear \ --without-iconv \ ---without-pdo \ +--disable-pdo \ --without-pdo-sqlite \ --with-zend-vm=$ZEND_VM \ $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1 diff --git a/src/config.php b/src/config.php index 70b788d6f6..46ff1d64a7 100644 --- a/src/config.php +++ b/src/config.php @@ -66,7 +66,7 @@ ini_set("memory_limit", "128M"); //Default define("LOG", true); define("START_TIME", microtime(true)); define("MAJOR_VERSION", "Alpha_1.3.3"); -define("CURRENT_MINECRAFT_VERSION", "0.7.3 alpha"); +define("CURRENT_MINECRAFT_VERSION", "0.7.2 alpha"); define("CURRENT_API_VERSION", 9); define("CURRENT_PHP_VERSION", "5.5"); $gitsha1 = false; diff --git a/start.cmd b/start.cmd index 366c13c075..cde3553f9a 100644 --- a/start.cmd +++ b/start.cmd @@ -1,4 +1,5 @@ @echo off +chcp 850 TITLE PocketMine-MP Minecraft PE server COLOR 0F mode con: cols=90