Skip to content

Commit

Permalink
PHP version: 5.4.17.
Browse files Browse the repository at this point in the history
Closes #30.
  • Loading branch information
iphoting committed Jul 7, 2013
1 parent 379a976 commit 27fb56d
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.4.1
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.16
PHP_VERSION=5.4.17
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.16"
export PHP_VERSION="5.4.17"
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.16"
export PHP_VERSION="5.4.17"
export APC_VERSION="3.1.10"
export PHPREDIS_VERSION="2.2.2"
export LIBMEMCACHED_VERSION="1.0.7"
Expand Down

0 comments on commit 27fb56d

Please sign in to comment.