Add support for CSV
parent
b4c03e85d6
commit
db688384a7
|
@ -5,6 +5,7 @@ bcmath 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
bz2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
bz2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
calendar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
calendar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
cmark 7.0 7.1 7.2 7.3 7.4
|
cmark 7.0 7.1 7.2 7.3 7.4
|
||||||
|
csv 7.3 7.4 8.0
|
||||||
dba 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
dba 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
decimal 7.0 7.1 7.2 7.3 7.4 8.0
|
decimal 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
ds 7.0 7.1 7.2 7.3 7.4 8.0
|
ds 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
|
|
|
@ -1541,6 +1541,13 @@ installRemoteModule() {
|
||||||
ldconfig || true
|
ldconfig || true
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
csv)
|
||||||
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
if test $PHP_MAJMIN_VERSION -le 704; then
|
||||||
|
installRemoteModule_version=0.3.1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
;;
|
||||||
decimal)
|
decimal)
|
||||||
case "$DISTRO" in
|
case "$DISTRO" in
|
||||||
alpine)
|
alpine)
|
||||||
|
|
Loading…
Reference in New Issue