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 5b31c56 commit 7d26c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/linux/scripts/installers/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ for version in $php_versions; do
apt-fast install -y --no-install-recommends php$version-pcov

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

Expand Down

0 comments on commit 7d26c0e

Please sign in to comment.