Skip to content

Commit

Permalink
PHP/7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Feb 16, 2017
1 parent a49d17a commit c24d183
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- ext-imagick/3.4.3 [David Zuelke]
- ext-rdkafka/3.0.1 [David Zuelke]
- ext-memcached/3.0.2 [David Zuelke]
- PHP/7.0.16 [David Zuelke]

### CHG

Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p $build_dir/.heroku/php-min
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min

curl_retry_on_18 --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-7.0.15.tar.gz" || error "Failed to download minimal PHP for bootstrapping.
curl_retry_on_18 --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-7.0.16.tar.gz" || error "Failed to download minimal PHP for bootstrapping.
Please try again, or contact support if this problem persists."
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
rm $build_dir/.heroku/php-min.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion support/build/composer-1.3.2
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-min-7.0.15
# Build Deps: php-min-7.0.16

source $(dirname $0)/composer
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.15
# Build Deps: php-7.0.16

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.15, libraries/libcassandra-2.4.2
# Build Deps: php-7.0.16, libraries/libcassandra-2.4.2

source $(dirname $0)/../no-debug-non-zts-20121212/cassandra-bare
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.15
# Build Deps: php-7.0.16

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.15
# Build Deps: php-7.0.16

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.15
# Build Deps: php-7.0.16

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.15, libraries/libmemcached-1.0.18
# Build Deps: php-7.0.16, libraries/libmemcached-1.0.18

source $(dirname $0)/../no-debug-non-zts-20121212/memcached-bare
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.15
# Build Deps: php-7.0.16

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.15
# Build Deps: php-7.0.16

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.15
# Build Deps: php-7.0.16

source $(dirname $0)/../no-debug-non-zts-20121212/phalcon
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.15, extensions/no-debug-non-zts-20151012/raphf-2.0.0
# Build Deps: php-7.0.16, 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.15
# Build Deps: php-7.0.16

source $(dirname $0)/../no-debug-non-zts-20121212/raphf
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.15, libraries/librdkafka-0.9.3
# Build Deps: php-7.0.16, libraries/librdkafka-0.9.3

source $(dirname $0)/../no-debug-non-zts-20121212/rdkafka-bare
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.15
# Build Deps: php-7.0.16

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

0 comments on commit c24d183

Please sign in to comment.