1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh new=$1 old=$2 if [ "$(apk version -t $old 5.3)" = "<" ]; then echo "*" echo "* Please see migration notes here: http://php.net/migration53" echo "*" fi