rasodu / DLEMP

0 stars 0 forks source link

Install xdebug on phpfpm service that is used during development #9

Closed rasodu closed 8 years ago

rasodu commented 8 years ago

phpfpm service used during development and production is identical. We would like to install xdebug on phpfpm that is used during development. phpfpm service used for production would stay untouched. This will allow you to use xdebug with your IDE when using DLEMP.

rasodu commented 8 years ago

Implementation detail:

rasodu commented 8 years ago

This functionality was added in one of the pull request. The image used for service phpfpm during development now includes xdebug support.