aboutsummaryrefslogtreecommitdiffstats
path: root/community/php5/php5.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'community/php5/php5.post-upgrade')
-rw-r--r--community/php5/php5.post-upgrade11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/php5/php5.post-upgrade b/community/php5/php5.post-upgrade
new file mode 100644
index 0000000000..98c959958c
--- /dev/null
+++ b/community/php5/php5.post-upgrade
@@ -0,0 +1,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
+