Skip to content

Commit

Permalink
PHP/7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed May 27, 2016
1 parent 78cfee5 commit 6006a1b
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- PHP/5.5.36 [David Zuelke]
- PHP/5.6.22 [David Zuelke]
- PHP/7.0.7 [David Zuelke]

## v104 (2016-05-20)

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi
# minimal PHP needed for installs, and make "composer" invocations use that for now
mkdir -p $build_dir/.heroku/php-min
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
curl --silent --location "${s3_url}php-min-7.0.6.tar.gz" | tar xz -C $build_dir/.heroku/php-min
curl --silent --location "${s3_url}php-min-7.0.7.tar.gz" | tar xz -C $build_dir/.heroku/php-min
curl --silent --location "${s3_url}composer-1.1.1.tar.gz" | tar xz -C $build_dir/.heroku/php
# this alias is just for now while we install platform packages
composer() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/apcu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/ev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/event
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/imagick
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/mongodb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/oauth
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6, extensions/no-debug-non-zts-20151012/raphf-2.0.0
# Build Deps: php-7.0.7, extensions/no-debug-non-zts-20151012/raphf-2.0.0

source $(dirname $0)/../no-debug-non-zts-20121212/pq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-7.0.6
# Build Deps: php-7.0.7

source $(dirname $0)/../no-debug-non-zts-20121212/raphf
File renamed without changes.
File renamed without changes.

0 comments on commit 6006a1b

Please sign in to comment.