1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Support Xdebug on PHP 8.3 (#837)

This commit is contained in:
Tom de Wit 2023-11-23 17:10:17 +01:00 committed by GitHub
parent 71cd5d0600
commit 3b4ae66e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -3880,6 +3880,8 @@ installRemoteModule() {
installRemoteModule_version=2.9.8
elif test $PHP_MAJMIN_VERSION -le 704; then
installRemoteModule_version=3.1.6
elif test $PHP_MAJMIN_VERSION -ge 803; then
installRemoteModule_version=beta
fi
fi
;;