1
0
Fork 0
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:
Michele Locati 2022-11-09 15:54:37 +01:00 committed by GitHub
parent 8f9e4f24d9
commit f0c8bc1820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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
;;