https://github.com/sgerrand/alpine-pkg-php5-xdebug
PHP5 Xdebug extension packaged for Alpine Linux
https://github.com/sgerrand/alpine-pkg-php5-xdebug
Last synced: 6 days ago
JSON representation
PHP5 Xdebug extension packaged for Alpine Linux
- Host: GitHub
- URL: https://github.com/sgerrand/alpine-pkg-php5-xdebug
- Owner: sgerrand
- Created: 2018-01-03T13:46:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T16:52:43.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T15:44:59.086Z (about 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpine-pkg-php5-xdebug
[](https://circleci.com/gh/sgerrand/alpine-pkg-php5-xdebug/tree/master)
This is the [PHP5 extension for Xdebug][php-xdebug] as an Alpine Linux package.
The package provided by Alpine Linux was removed from their repositories in the
3.6 release. A package for PHP7 is still available there.
## Releases
See the [releases page](https://github.com/sgerrand/alpine-pkg-php5-xdebug/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 --quiet --output-document=/etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-php5-xdebug/releases/download/2.5.5-r0/php5-xdebug-2.5.5-r0.apk
apk add --no-cache php5-xdebug-2.5.5-r0.apk
[php-xdebug]: https://pecl.php.net/xdebug