diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd19c742..f3173042d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bin/compile b/bin/compile index e7443607a..5d981fa7b 100755 --- a/bin/compile +++ b/bin/compile @@ -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() { diff --git a/support/build/extensions/no-debug-non-zts-20151012/apcu-5.1.4 b/support/build/extensions/no-debug-non-zts-20151012/apcu-5.1.4 index ab57505ed..a48ff6599 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/apcu-5.1.4 +++ b/support/build/extensions/no-debug-non-zts-20151012/apcu-5.1.4 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20151012/ev-1.0.0 b/support/build/extensions/no-debug-non-zts-20151012/ev-1.0.0 index 81d3735f7..d05d9e32c 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/ev-1.0.0 +++ b/support/build/extensions/no-debug-non-zts-20151012/ev-1.0.0 @@ -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 \ No newline at end of file diff --git a/support/build/extensions/no-debug-non-zts-20151012/event-2.0.4 b/support/build/extensions/no-debug-non-zts-20151012/event-2.0.4 index d2629c7d9..03720e477 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/event-2.0.4 +++ b/support/build/extensions/no-debug-non-zts-20151012/event-2.0.4 @@ -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 \ No newline at end of file diff --git a/support/build/extensions/no-debug-non-zts-20151012/imagick-3.4.2 b/support/build/extensions/no-debug-non-zts-20151012/imagick-3.4.2 index 731af9802..8963e827c 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/imagick-3.4.2 +++ b/support/build/extensions/no-debug-non-zts-20151012/imagick-3.4.2 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20151012/mongodb-1.1.6 b/support/build/extensions/no-debug-non-zts-20151012/mongodb-1.1.6 index 65733031a..40a063877 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/mongodb-1.1.6 +++ b/support/build/extensions/no-debug-non-zts-20151012/mongodb-1.1.6 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20151012/oauth-2.0.1 b/support/build/extensions/no-debug-non-zts-20151012/oauth-2.0.1 index 0042d949a..3968b2ccc 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/oauth-2.0.1 +++ b/support/build/extensions/no-debug-non-zts-20151012/oauth-2.0.1 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20151012/pq-2.1.1 b/support/build/extensions/no-debug-non-zts-20151012/pq-2.1.1 index 3715ec571..a1b04b2e0 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/pq-2.1.1 +++ b/support/build/extensions/no-debug-non-zts-20151012/pq-2.1.1 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20151012/raphf-2.0.0 b/support/build/extensions/no-debug-non-zts-20151012/raphf-2.0.0 index 10b208502..7de2e2b52 100755 --- a/support/build/extensions/no-debug-non-zts-20151012/raphf-2.0.0 +++ b/support/build/extensions/no-debug-non-zts-20151012/raphf-2.0.0 @@ -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 diff --git a/support/build/php-7.0.6 b/support/build/php-7.0.7 similarity index 100% rename from support/build/php-7.0.6 rename to support/build/php-7.0.7 diff --git a/support/build/php-min-7.0.6 b/support/build/php-min-7.0.7 similarity index 100% rename from support/build/php-min-7.0.6 rename to support/build/php-min-7.0.7