We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86ccc2 commit c9840e8Copy full SHA for c9840e8
extensions/core/pcov/install.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
set -e
4
-export PECL_EXTENSION=pcov
+export EXTENSION=pcov
5
+#export PECL_EXTENSION=pcov
6
7
../docker-install.sh
0 commit comments