Sign inSign up

pmoldes/php-xdebug

By pmoldes

•Updated about 5 years ago

php nginx xdebug

Image
0

3.8K

pmoldes/php-xdebug repository overview

FROM nginx-php:latest

RUN apt-get update -yqq && apt-get install php5.6-dev php-pear -yqq

RUN pecl install xdebug-2.5.5

RUN echo zend_extension=/usr/lib/php/20131226/xdebug.so >> /etc/php/5.6/mods-available/xdebug.ini RUN ln /etc/php/5.6/mods-available/xdebug.ini /etc/php/5.6/cli/conf.d/20-xdebug.ini RUN chmod 777 /etc/php/5.6/cli/conf.d/20-xdebug.ini

Tag summary

Content type

Image

Digest

Size

266.2 MB

Last updated

almost 8 years ago

docker pull pmoldes/php-xdebug