File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This is the [ PHP 5] [ php ] language runtime engine as an Alpine Linux package. It includes a patch for a [ NaN bug] [ php-nan-bug ] with [ musl libc] [ musl ] .
66
7+ ## Releases
8+
9+ See the [ releases page] ( https://github.com/sgerrand/alpine-pkg-php5/releases ) for the latest
10+ download links.
11+
12+ ## Installing
13+
14+ The current installation method for these packages is to pull them in using
15+ ` wget ` or ` curl ` and install the local file with ` apk ` :
16+
17+ apk --no-cache add ca-certificates wget
18+ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
19+ wget https://github.com/sgerrand/alpine-pkg-php5/releases/download/5.6.36-r1/php5-5.6.36-r1.apk
20+ apk add --no-cache php5-5.6.36-r1.apk
21+
722[ musl ] : http://www.musl-libc.org/
823[ php-nan-bug ] : https://bugs.php.net/bug.php?id=73954
924[ php ] : https://php.net
You can’t perform that action at this time.
0 commit comments