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