Skip to content

Commit

Permalink
Update php.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sylfabre committed May 27, 2021
1 parent 7d26c0e commit 1970a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linux/scripts/installers/php.sh
Expand Up @@ -81,7 +81,7 @@ for version in $php_versions; do

# Disable PCOV, as Xdebug is enabled by default
# https://github.com/krakjoe/pcov#interoperability
phpdismod pcov
phpdismod -v $version pcov
fi

if [[ $version = "7.0" || $version = "7.1" ]]; then
Expand Down

0 comments on commit 1970a00

Please sign in to comment.