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:
parent
71cd5d0600
commit
3b4ae66e25
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue