mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 17:12:39 +00:00
Reverse order of PHP version in the list of supported extensions (#949)
This commit is contained in:
parent
48de5e7a33
commit
608a40104f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ sortVersionList() {
|
|||
if test -z "$sortVersionList_list"; then
|
||||
sortVersionList_list="$sortVersionList_version"
|
||||
else
|
||||
sortVersionList_list="$sortVersionList_list $sortVersionList_version"
|
||||
sortVersionList_list="$sortVersionList_version $sortVersionList_list"
|
||||
fi
|
||||
done
|
||||
printf '%s' "$sortVersionList_list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue