mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for CSV
This commit is contained in:
parent
b4c03e85d6
commit
db688384a7
2 changed files with 8 additions and 0 deletions
|
@ -1541,6 +1541,13 @@ installRemoteModule() {
|
|||
ldconfig || true
|
||||
fi
|
||||
;;
|
||||
csv)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 704; then
|
||||
installRemoteModule_version=0.3.1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
decimal)
|
||||
case "$DISTRO" in
|
||||
alpine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue