Skip to content

Add Xdebug and PCOV extensions to PHP 8.5 Docker image#8

Merged
f3l1x merged 3 commits into
masterfrom
claude/install-xdebug-pcov-fmrdpk
Jul 17, 2026
Merged

Add Xdebug and PCOV extensions to PHP 8.5 Docker image#8
f3l1x merged 3 commits into
masterfrom
claude/install-xdebug-pcov-fmrdpk

Conversation

@f3l1x

@f3l1x f3l1x commented Jul 17, 2026

Copy link
Copy Markdown
Member

Summary

Added Xdebug and PCOV PHP extensions to the PHP 8.5 Docker image to support debugging and code coverage analysis.

Key Changes

  • Added php8.5-xdebug extension for remote debugging capabilities
  • Added php8.5-pcov extension for code coverage analysis

Details

These extensions are commonly used development tools that enable developers to debug PHP applications and generate code coverage reports during testing. Including them in the Docker image provides a more complete development environment out of the box.

https://claude.ai/code/session_018R3z1yALH4WnYK2re22tg1

claude added 3 commits July 17, 2026 20:40
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018R3z1yALH4WnYK2re22tg1
The ondrej PPA does not ship OPcache as a standalone php8.5-opcache
package; it is part of php8.5-common/cli. The invalid name aborted
apt-get install, leaving php uninstalled and breaking the smoke test.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018R3z1yALH4WnYK2re22tg1
@f3l1x
f3l1x merged commit fd4a8ca into master Jul 17, 2026
11 checks passed
@f3l1x
f3l1x deleted the claude/install-xdebug-pcov-fmrdpk branch July 17, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants