mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix GD and ZIP configuration with PHP 7.4.0
Test: gd, zip
This commit is contained in:
parent
e6288d0a1d
commit
16eeec2dec
2 changed files with 15 additions and 9 deletions
|
@ -27,11 +27,11 @@ fi
|
|||
# Outputs:
|
||||
# the full docker image ID
|
||||
getExtensionImage () {
|
||||
if test "${2}" = '7.4'; then
|
||||
getExtensionImage_version='7.4.0RC3'
|
||||
else
|
||||
getExtensionImage_version="${2}"
|
||||
fi
|
||||
case "${2}" in
|
||||
*)
|
||||
getExtensionImage_version="${2}"
|
||||
;;
|
||||
esac
|
||||
getExtensionImage_result="php:${getExtensionImage_version}-cli"
|
||||
getExtensionImage_reqs="${TRAVIS_BUILD_DIR}/data/special-requirements"
|
||||
if test -f "${getExtensionImage_reqs}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue