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

Support ds on PHP 8.1, fix DS on PHP 7.2- (#481)

* Support ds on PHP 8.1

* Fix installing DS on PHP 7.2-
This commit is contained in:
Michele Locati 2021-12-14 11:52:42 +01:00 committed by GitHub
parent 412d93afc2
commit 6544305702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -2078,6 +2078,13 @@ installRemoteModule() {
;;
esac
;;
ds)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 702; then
installRemoteModule_version=1.3.0
fi
fi
;;
event)
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 2.4.0) -ge 0; then
# Enable internal debugging in Event