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:
parent
4811e7961f
commit
7ce97ab6ed
3 changed files with 73 additions and 47 deletions
|
@ -109,6 +109,9 @@ filterUnsupportedExensionsForDistro() {
|
|||
# the full docker image ID
|
||||
getDockerImageName() {
|
||||
case "$2" in
|
||||
8.0)
|
||||
getDockerImageName_version="$2-rc"
|
||||
;;
|
||||
*)
|
||||
getDockerImageName_version="$2"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue