Skip to content

Commit

Permalink
Merge pull request #186 from mlocati/xdebug-3
Browse files Browse the repository at this point in the history
Updates for new xdebug version
  • Loading branch information
mlocati authored Nov 25, 2020
2 parents 2ba3849 + 8c39514 commit 4157d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -1386,8 +1386,11 @@ installPECLModule() {
installPECLModule_actual="$1-2.5.5"
elif test $PHP_MAJMIN_VERSION -le 700; then
installPECLModule_actual="$1-2.6.1"
elif test $PHP_MAJMIN_VERSION -le 701; then
installPECLModule_actual="$1-2.9.8"
elif test $PHP_MAJMIN_VERSION -ge 800; then
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/master)"
# Workaround for picke problem - see https://github.com/FriendsOfPHP/pickle/issues/188 and https://github.com/FriendsOfPHP/pickle/issues/191
installPECLModule_src="$(getPackageSource https://codeload.github.com/xdebug/xdebug/tar.gz/3.0.0)"
cd -- "$installPECLModule_src"
phpize
./configure --enable-xdebug
Expand Down

0 comments on commit 4157d99

Please sign in to comment.