mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-20 18:06:40 +00:00
Updated PHP to 5.4.12
This commit is contained in:
parent
28bfdbb3c5
commit
69a1c97a36
@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
COMPILER_VERSION="0.8"
|
||||
COMPILER_VERSION="0.9"
|
||||
|
||||
PHP_VERSION="5.4.11"
|
||||
PHP_VERSION="5.4.12"
|
||||
ZEND_VM="GOTO"
|
||||
|
||||
ZLIB_VERSION="1.2.7"
|
||||
GMP_VERSION="5.1.0"
|
||||
GMP_VERSION="5.1.1"
|
||||
PTHREADS_VERSION="fc8622882bed09aa181b3eb1cb33c046ce11199b"
|
||||
CURL_VERSION="curl-7_29_0"
|
||||
#READLINE_VERSION="6.2"
|
||||
@ -129,7 +129,7 @@ fi
|
||||
set -e
|
||||
echo -n " checking..."
|
||||
cd php
|
||||
./buildconf --force >> ""$DIR/install.log"" 2>&1
|
||||
./buildconf --force >> "$DIR/install.log" 2>&1
|
||||
./configure $OPTIMIZATION--prefix="$DIR/php5" \
|
||||
--exec-prefix="$DIR/php5" \
|
||||
--enable-embedded-mysqli \
|
||||
|
@ -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