mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing HTTP extension with PHP 7.x
Test: http
This commit is contained in:
parent
aeb20d355b
commit
fdabd380c4
1 changed files with 2 additions and 0 deletions
|
@ -1492,6 +1492,8 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=2.6.0
|
||||
elif test $PHP_MAJMIN_VERSION -le 704; then
|
||||
installRemoteModule_version=3.2.4
|
||||
fi
|
||||
fi
|
||||
if test $PHP_MAJMIN_VERSION -ge 700; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue