mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix xdebug on PHP 8.2 (#655)
This commit is contained in:
parent
8f9e4f24d9
commit
f0c8bc1820
2 changed files with 3 additions and 1 deletions
|
@ -3404,6 +3404,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
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue