Skip to content

Commit

Permalink
Merge pull request heroku#453 from heroku/develop
Browse files Browse the repository at this point in the history
v187
  • Loading branch information
dzuelke authored Dec 9, 2020
2 parents 14aa5ec + 8e6cabd commit 9a4c899
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# heroku-buildpack-php CHANGELOG

## v187 (2020-12-09)

### ADD

- ext-rdkafka/4.1.1 [David Zuelke]
- ext-newrelic/9.15.0.293 [David Zuelke]

### CHG

- librdkafka/1.5.3 [David Zuelke]

### FIX

- ext-redis is missing for PHP 8 (#452) [David Zuelke]

## v186 (2020-12-07)

### ADD
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php
# Build Deps: php-8.0.*

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

0 comments on commit 9a4c899

Please sign in to comment.