Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add phpdbg to zts images #1377

Closed
dercoder opened this issue Feb 21, 2023 · 1 comment · Fixed by #1476
Closed

Add phpdbg to zts images #1377

dercoder opened this issue Feb 21, 2023 · 1 comment · Fixed by #1476

Comments

@dercoder
Copy link

Regarding to the issue #1260 I would suggest to add the phpdbg again to ZTS images.
It would be better to add it for all images again but ZTS is at least no FPM image

The workarround

COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/

will also not help in this case

@tianon
Copy link
Member

tianon commented Dec 18, 2023

Sorry for the delay! This is an interesting point -- the ZTS images are spiritually the same as the CLI images, but with ZTS enabled, so I think it probably does make sense to re-enable phpdbg there.

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

Successfully merging a pull request may close this issue.

3 participants
@tianon @dercoder and others