From 9d5c5e3a3e2c48771d5afe7269583096a77017e2 Mon Sep 17 00:00:00 2001 From: David Zuelke Date: Thu, 18 Jun 2020 14:15:55 +0200 Subject: [PATCH] ext-pcov/1.0.6 (for PHP 7.2+), closes #415 --- CHANGELOG.md | 1 + support/build/extensions/no-debug-non-zts-20170718/pcov | 5 +++++ .../build/extensions/no-debug-non-zts-20170718/pcov-1.0.6 | 5 +++++ .../build/extensions/no-debug-non-zts-20180731/pcov-1.0.6 | 5 +++++ .../build/extensions/no-debug-non-zts-20190902/pcov-1.0.6 | 5 +++++ 5 files changed, 21 insertions(+) create mode 100755 support/build/extensions/no-debug-non-zts-20170718/pcov create mode 100755 support/build/extensions/no-debug-non-zts-20170718/pcov-1.0.6 create mode 100755 support/build/extensions/no-debug-non-zts-20180731/pcov-1.0.6 create mode 100755 support/build/extensions/no-debug-non-zts-20190902/pcov-1.0.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd474cc2d..d123f0ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/support/build/extensions/no-debug-non-zts-20170718/pcov b/support/build/extensions/no-debug-non-zts-20170718/pcov new file mode 100755 index 000000000..58fb390e7 --- /dev/null +++ b/support/build/extensions/no-debug-non-zts-20170718/pcov @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +dep_name=$(basename $BASH_SOURCE) + +source $(dirname $BASH_SOURCE)/../pecl diff --git a/support/build/extensions/no-debug-non-zts-20170718/pcov-1.0.6 b/support/build/extensions/no-debug-non-zts-20170718/pcov-1.0.6 new file mode 100755 index 000000000..fe385a8b7 --- /dev/null +++ b/support/build/extensions/no-debug-non-zts-20170718/pcov-1.0.6 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20180731/pcov-1.0.6 b/support/build/extensions/no-debug-non-zts-20180731/pcov-1.0.6 new file mode 100755 index 000000000..f70ebc0ac --- /dev/null +++ b/support/build/extensions/no-debug-non-zts-20180731/pcov-1.0.6 @@ -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 diff --git a/support/build/extensions/no-debug-non-zts-20190902/pcov-1.0.6 b/support/build/extensions/no-debug-non-zts-20190902/pcov-1.0.6 new file mode 100755 index 000000000..eef934d1b --- /dev/null +++ b/support/build/extensions/no-debug-non-zts-20190902/pcov-1.0.6 @@ -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