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

Support for using pickle as drop in for pecl on php 8

This commit is contained in:
Fred Cox 2020-09-18 14:05:53 +03:00
parent 4811e7961f
commit 7ce97ab6ed
3 changed files with 73 additions and 47 deletions

View file

@ -109,6 +109,9 @@ filterUnsupportedExensionsForDistro() {
# the full docker image ID
getDockerImageName() {
case "$2" in
8.0)
getDockerImageName_version="$2-rc"
;;
*)
getDockerImageName_version="$2"
;;