Skip to content

Commit

Permalink
Merge pull request #203 from mlocati/xdebug-3.0.1
Browse files Browse the repository at this point in the history
Install xdebug 3.0.1 instead of 3.0.0 by default
  • Loading branch information
mlocati authored Dec 7, 2020
2 parents 07d52a6 + f343b1d commit 4b69212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ installPECLModule() {
if test $PHP_MAJMIN_VERSION -ge 800; then
# Workaround for picke problem - see https://github.com/FriendsOfPHP/pickle/issues/188 and https://github.com/FriendsOfPHP/pickle/issues/191
if test -z "$installPECLModule_version"; then
installPECLModule_version=3.0.0
installPECLModule_version=3.0.1
fi
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/$installPECLModule_version)"
cd -- "$installPECLModule_src"
Expand Down

0 comments on commit 4b69212

Please sign in to comment.