diff options
Diffstat (limited to 'testing/php/php.post-upgrade')
-rw-r--r-- | testing/php/php.post-upgrade | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/php/php.post-upgrade b/testing/php/php.post-upgrade deleted file mode 100644 index 98c959958..000000000 --- a/testing/php/php.post-upgrade +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 - |