Skip to content

Commit c9840e8

Browse files
committed
Install php-pcov with apt instead of pecl
1 parent a86ccc2 commit c9840e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/core/pcov/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -e
4-
export PECL_EXTENSION=pcov
4+
export EXTENSION=pcov
5+
#export PECL_EXTENSION=pcov
56

67
../docker-install.sh

0 commit comments

Comments
 (0)