Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 976 Bytes

alpine-pkg-php5

CircleCI

This is the PHP 5 language runtime engine as an Alpine Linux package. It includes a patch for a NaN bug with musl libc.

Releases

See the releases page for the latest download links.

Installing

The current installation method for these packages is to pull them in using wget or curl and install the local file with apk:

apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5/releases/download/5.6.36-r1/php5-5.6.36-r1.apk
apk add --no-cache php5-5.6.36-r1.apk