Skip to content

Commit

Permalink
PHP version: 5.4.11.
Browse files Browse the repository at this point in the history
Closes iphoting#13.
  • Loading branch information
iphoting committed Jan 18, 2013
1 parent 4eb4c4f commit d7b72bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o pipefail
NGINX_VERSION=1.2.6
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.10
PHP_VERSION=5.4.11
NEWRELIC_VERSION=2.9.5.78
S3_BUCKET=heroku-buildpack-php-tyler
# END CONFIG
Expand Down
2 changes: 1 addition & 1 deletion support/ec2-build-php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## EDIT
export S3_BUCKET="heroku-buildpack-php-tyler"
export LIBMCRYPT_VERSION="2.5.9"
export PHP_VERSION="5.4.10"
export PHP_VERSION="5.4.11"
export APC_VERSION="3.1.10"
export PHPREDIS_VERSION="2.2.2"
export LIBMEMCACHED_VERSION="1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion support/set-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export S3_BUCKET="heroku-buildpack-php-tyler"

export LIBMCRYPT_VERSION="2.5.8"
export PHP_VERSION="5.4.10"
export PHP_VERSION="5.4.11"
export APC_VERSION="3.1.10"
export PHPREDIS_VERSION="2.2.2"
export LIBMEMCACHED_VERSION="1.0.7"
Expand Down

0 comments on commit d7b72bd

Please sign in to comment.