summaryrefslogtreecommitdiffstats
path: root/main/php/php.post-upgrade
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-09-01 08:17:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-09-01 08:17:49 +0000
commit7fd70a27f093598e4a0e9ea6769c182d047df7bb (patch)
treedc7b920d04fc46dffbdc8e62ac3e1758d8e044ac /main/php/php.post-upgrade
parent1a961fc3177fa67ecc5cf81ed8016cccaa69f3b4 (diff)
downloadaports-7fd70a27f093598e4a0e9ea6769c182d047df7bb.tar.bz2
aports-7fd70a27f093598e4a0e9ea6769c182d047df7bb.tar.xz
main/php: upgrade to 5.3.0
Diffstat (limited to 'main/php/php.post-upgrade')
-rw-r--r--main/php/php.post-upgrade11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/php/php.post-upgrade b/main/php/php.post-upgrade
new file mode 100644
index 000000000..98c959958
--- /dev/null
+++ b/main/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
+