Updated PHP to 5.4.12

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-26 19:54:50 +01:00
parent 28bfdbb3c5
commit 69a1c97a36
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
COMPILER_VERSION="0.8" COMPILER_VERSION="0.9"
PHP_VERSION="5.4.11" PHP_VERSION="5.4.12"
ZEND_VM="GOTO" ZEND_VM="GOTO"
ZLIB_VERSION="1.2.7" ZLIB_VERSION="1.2.7"
GMP_VERSION="5.1.0" GMP_VERSION="5.1.1"
PTHREADS_VERSION="fc8622882bed09aa181b3eb1cb33c046ce11199b" PTHREADS_VERSION="fc8622882bed09aa181b3eb1cb33c046ce11199b"
CURL_VERSION="curl-7_29_0" CURL_VERSION="curl-7_29_0"
#READLINE_VERSION="6.2" #READLINE_VERSION="6.2"
@ -129,7 +129,7 @@ fi
set -e set -e
echo -n " checking..." echo -n " checking..."
cd php cd php
./buildconf --force >> ""$DIR/install.log"" 2>&1 ./buildconf --force >> "$DIR/install.log" 2>&1
./configure $OPTIMIZATION--prefix="$DIR/php5" \ ./configure $OPTIMIZATION--prefix="$DIR/php5" \
--exec-prefix="$DIR/php5" \ --exec-prefix="$DIR/php5" \
--enable-embedded-mysqli \ --enable-embedded-mysqli \

View File

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