Skip to content

Add php8.5-memcache extension to Docker images#11

Open
f3l1x wants to merge 2 commits into
masterfrom
claude/php-memcache-extension-0wk4dm
Open

Add php8.5-memcache extension to Docker images#11
f3l1x wants to merge 2 commits into
masterfrom
claude/php-memcache-extension-0wk4dm

Conversation

@f3l1x

@f3l1x f3l1x commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

Added the php8.5-memcache extension to both the fx and php Dockerfiles alongside the existing php8.5-memcached extension.

Changes

  • Added php8.5-memcache to the PHP 8.5 package installation in fx/Dockerfile
  • Added php8.5-memcache to the PHP 8.5 package installation in php/Dockerfile

Details

The memcache extension is now installed in addition to memcached. While both extensions provide similar functionality for interacting with Memcached servers, they offer different APIs and performance characteristics. This change ensures both options are available for applications that may require either extension.

https://claude.ai/code/session_01Y4z1Mg9frZBGi8pK66BPwV

claude added 2 commits July 22, 2026 14:28
The image installed php8.5-memcached but not php8.5-memcache, causing
composer to fail on projects requiring the ext-memcache extension.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y4z1Mg9frZBGi8pK66BPwV
The image installed php8.5-memcached but not php8.5-memcache, causing
composer to fail on projects requiring the ext-memcache extension.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y4z1Mg9frZBGi8pK66BPwV
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