Skip to content

Commit

Permalink
Fix xdebug with PHP 7.2/7.3/7.4, xdebug 3.2 GA (mlocati#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Dec 9, 2022
1 parent 8a6cafc commit 608d9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3433,8 +3433,8 @@ installRemoteModule() {
installRemoteModule_version=2.6.1
elif test $PHP_MAJMIN_VERSION -le 701; then
installRemoteModule_version=2.9.8
elif test $PHP_MAJMIN_VERSION -ge 802; then
installRemoteModule_version=beta
elif test $PHP_MAJMIN_VERSION -le 704; then
installRemoteModule_version=3.1.6
fi
fi
;;
Expand Down

0 comments on commit 608d9e2

Please sign in to comment.