New container: PHP 5.3

This commit is contained in:
cytopia
2018-05-12 13:54:38 +02:00
parent 3361ca6ea3
commit f5bdccca57
18 changed files with 1085 additions and 37 deletions

View File

@@ -14,6 +14,7 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
###
print_usage() {
echo "Usage: gen-readme.sh"
echo " gen-readme.sh 5.3"
echo " gen-readme.sh 5.4"
echo " gen-readme.sh 5.5"
echo " gen-readme.sh 5.6"
@@ -61,6 +62,7 @@ update_readme() {
###
if [ "${#}" -eq "0" ]; then
# Update PHP modules for all versions at once
update_readme "5.3"
update_readme "5.4"
update_readme "5.5"
update_readme "5.6"
@@ -73,6 +75,7 @@ elif [ "${#}" -gt "1" ]; then
print_usage
exit 1
else
if [ "${1}" != "5.3" ] \
if [ "${1}" != "5.4" ] \
&& [ "${1}" != "5.5" ] \
&& [ "${1}" != "5.6" ] \