aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5/php5.post-upgrade
blob: 98c959958c51095dd99be23ef37563639b5c2283 (plain)
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