Updated PHP to 5.5.12 (added to jenkins.sh)

This commit is contained in:
Shoghi Cervantes 2014-05-19 18:11:38 +02:00
parent 1fc475860d
commit 88f9347093

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.11"
PHP_VERSION="5.5.12"
#Needed to use aliases
shopt -s expand_aliases