Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
ext-pcov/1.0.6 (for PHP 7.2+), closes heroku#415
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jun 18, 2020
1 parent 193407a commit 9d5c5e3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- PHP/7.4.7 [David Zuelke]
- ext-blackfire/1.34.3 [David Zuelke]
- ext-newrelic/9.6.0.267 [David Zuelke]
- ext-pcov/1.0.6 (#415) [David Zuelke]

## v176 (2020-05-26)

Expand Down
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20170718/pcov
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

dep_name=$(basename $BASH_SOURCE)

source $(dirname $BASH_SOURCE)/../pecl
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20170718/pcov-1.0.6
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-7.2.*

source $(dirname $0)/../no-debug-non-zts-20170718/pcov
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20180731/pcov-1.0.6
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-7.3.*

source $(dirname $0)/../no-debug-non-zts-20170718/pcov
5 changes: 5 additions & 0 deletions support/build/extensions/no-debug-non-zts-20190902/pcov-1.0.6
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-7.4.*

source $(dirname $0)/../no-debug-non-zts-20170718/pcov

0 comments on commit 9d5c5e3

Please sign in to comment.