Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Xdebug + composer support, it's possible? #8

Open
mmi-rperez opened this issue Oct 4, 2016 · 3 comments
Open

Xdebug + composer support, it's possible? #8

mmi-rperez opened this issue Oct 4, 2016 · 3 comments

Comments

@mmi-rperez
Copy link

Hi there, I am looking for the smaller php-fpm image around and I think this is exactly what I need, although is there any chance to add Xdebug and Composer support? Let's said I want to use this image for develop using Symfony2 or Laravel which uses Composer and I would like also to debug my code, can you help me to achieve this?

@matriphe
Copy link
Owner

matriphe commented Oct 4, 2016

you can modify the Dockerbuild file by adding php7-xdebug or php5-xdebug in the installation instruction, and build your own image.

@reypm
Copy link

reypm commented Oct 4, 2016

@matriphe I've tried for PHp56 but it fails although the extension does exists

ERROR: unsatisfiable constraints:
  php5-xdebug (missing):
    required by: world[php5-xdebug]

What could be wrong?

@matriphe
Copy link
Owner

matriphe commented Oct 4, 2016

I think you should try PHP7. I just merged PR #6 so i suggest you to look at it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants