https://github.com/sgerrand/alpine-pkg-php5
PHP 5 packaged for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5
alpine-package alpine-php5 php5 php56
Last synced: 6 days ago
JSON representation
PHP 5 packaged for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5
- Owner: sgerrand
- Created: 2018-04-29T13:57:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T17:39:08.000Z (about 7 years ago)
- Last Synced: 2025-04-02T06:12:26.217Z (about 2 months ago)
- Topics: alpine-package, alpine-php5, php5, php56
- Language: Shell
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5)
This 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].
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5/releases) 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[musl]: http://www.musl-libc.org/
[php-nan-bug]: https://bugs.php.net/bug.php?id=73954
[php]: https://php.net