Skip to content

Instantly share code, notes, and snippets.

View danielpanzella's full-sized avatar

Daniel Panzella danielpanzella

View GitHub Profile
@danielpanzella
danielpanzella / xdebug_pecl_alpine.md
Last active December 6, 2018 17:45
Installing xdebug from PECL on Alpine

apk add --no-cache autoconf dpkg-dev dpkg file g++ gcc libc-dev make pkgconf re2c php7-dev php7-pear

pecl install xdebug

@danielpanzella
danielpanzella / xdebug.ini
Created December 6, 2018 21:27
xdebug.ini
zend_extension=xdebug.so
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_connect_back=1