Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
87b67cb7
Commit
87b67cb7
authored
Oct 12, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/php: remove 5.3 related link in post-install
(cherry picked from commit
33e57ec4
)
parent
880a404a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
main/php/APKBUILD
main/php/APKBUILD
+1
-1
main/php/php.post-upgrade
main/php/php.post-upgrade
+0
-11
No files found.
main/php/APKBUILD
View file @
87b67cb7
...
...
@@ -8,7 +8,7 @@ pkgdesc="The PHP language runtime engine"
url
=
"http://www.php.net/"
license
=
"PHP-3"
depends
=
install
=
"
$pkgname
.post-upgrade"
install
=
makedepends
=
"pcre-dev libxml2-dev libiconv-dev openssl-dev zlib-dev bzip2-dev
curl-dev libpng-dev jpeg-dev freetype-dev libmcrypt-dev mysql-dev
sqlite-dev libtool libltdl postgresql-dev db-dev unixodbc-dev icu-dev
...
...
main/php/php.post-upgrade
deleted
100644 → 0
View file @
880a404a
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment