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

Feature Request: Install / Enable phpdbg #97

Closed
tangrufus opened this issue Dec 6, 2020 · 5 comments · Fixed by #98
Closed

Feature Request: Install / Enable phpdbg #97

tangrufus opened this issue Dec 6, 2020 · 5 comments · Fixed by #98

Comments

@tangrufus
Copy link

The docs implies phpdbg is available in the docker images. However:

$ docker run --rm -it cimg/php:8.0 bash
circleci@3479102d86ae:~/project$ phpdbg
bash: phpdbg: command not found


$ docker run --rm -it cimg/php:7.4 bash
circleci@6cdc5c59a603:~/project$ phpdbg
bash: phpdbg: command not found

$ docker run --rm -it cimg/php:7.3 bash
circleci@ecdc88794269:~/project$ phpdbg
bash: phpdbg: command not found
@FelicianoTech
Copy link
Contributor

The doc is referring to the legacy PHP image (circleci/php), not the next-gen PHP image (cimg/php) for which this repo is.

I've opened a PR to add this tool though. Please keep in mind, we don't update old SemVer tags with next-gen images. This means that even when my PR is merged, you won't see if it an image until we publish new PHP releases. So the next versions of PHP 7.x and 8.x will get this whenever they are released by PHP.net.

@FelicianoTech
Copy link
Contributor

Oh and I forgot to say, thank you for opening this Issue. We appreciate it. 🙂

@tangrufus
Copy link
Author

Thanks!!! #98 looks good!

@tangrufus
Copy link
Author

Question: How often does cimg/php got updated?

@FelicianoTech
Copy link
Contributor

As often as PHP.net makes a release.

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.

2 participants