diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-14 15:06:34 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-14 15:08:37 +0000 |
| commit | 62204a7e4be77192725f28e728641da5be5ed24b (patch) | |
| tree | b54a91f52c365fdb3bab2c3a3ffd5e3e9b126e8c /testing/php/php.post-upgrade | |
| parent | 3c471f85eacd8b9d76c98cff4345f3bc84934001 (diff) | |
| download | aports-62204a7e4be77192725f28e728641da5be5ed24b.tar.bz2 aports-62204a7e4be77192725f28e728641da5be5ed24b.tar.xz | |
*/php: move php-5.3 to testing and downgrade main/php to 5.2.10
many apps needs 5.2
fixes #165
Diffstat (limited to 'testing/php/php.post-upgrade')
| -rw-r--r-- | testing/php/php.post-upgrade | 11 |
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 0000000000..98c959958c --- /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 + |
