Skip to content

Commit

Permalink
Merge branch 'php/5.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Jul 4, 2012
2 parents 0ebc953 + a1c3a0f commit 4c59d2a
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.1
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.3
PHP_VERSION=5.4.4
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.8"
export PHP_VERSION="5.4.3"
export PHP_VERSION="5.4.4"
export APC_VERSION="3.1.10"
export PHPREDIS_VERSION="2.2.1"
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
@@ -1,7 +1,7 @@
#!/bin/bash

export NGINX_VERSION="1.2.1"
export PHP_VERSION="5.4.3"
export PHP_VERSION="5.4.4"
export LIBMCRYPT_VERSION="2.5.8"
export LIBMEMCACHED_VERSION="1.0.7"
export NEWRELIC_VERSION="2.9.5.78"
Expand Down

0 comments on commit 4c59d2a

Please sign in to comment.