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:
parent
412d93afc2
commit
6544305702
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue