Skip to content

Commit

Permalink
PHP/5.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed May 5, 2014
1 parent a541e18 commit 1a4f09e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ mkdir -p .heroku/php
export COMPOSER_HOME=$CACHE_DIR/.composer
mkdir -p $COMPOSER_HOME

PHP_VERSIONS="5.5.11"
PHP_VERSIONS="5.5.12 5.5.11"
PHP_VERSIONS_ARR=($PHP_VERSIONS)
PHP_VERSION=
HHVM_VERSIONS="3.0.1"
Expand Down
7 changes: 7 additions & 0 deletions support/build/php-5.5.12
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: libraries/zlib, libraries/libmcrypt, libraries/icu

VERSION=5.5.12

source $(dirname $0)/php

0 comments on commit 1a4f09e

Please sign in to comment.