Updated compiler to PHP 5.5.11

This commit is contained in:
Shoghi Cervantes 2014-04-05 16:33:41 +02:00
parent 1a8cbdd6c7
commit 41c4c15549
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
PHP_VERSION="5.5.10"
PHP_VERSION="5.5.11"
ZEND_VM="GOTO"
ZLIB_VERSION="1.2.8"

View File

@ -1,7 +1,7 @@
#!/bin/bash -x
export PATH="/opt/arm-2013.05/bin:/opt/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin:/opt/arm-unknown-linux-uclibcgnueabi/bin:$PATH"
export THREADS=2
PHP_VERSION="5.5.10"
PHP_VERSION="5.5.11"
#Needed to use aliases
shopt -s expand_aliases