Skip to content

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

Merged
f3l1x merged 2 commits into
masterfrom
claude/php-memcache-extension-0wk4dm
Jul 25, 2026
Merged

Add php8.5-memcache extension to Docker images#11
f3l1x merged 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

@f3l1x
f3l1x force-pushed the claude/php-memcache-extension-0wk4dm branch from 15f6bf9 to c7f70ee Compare July 25, 2026 22:41
@f3l1x
f3l1x force-pushed the claude/php-memcache-extension-0wk4dm branch from c7f70ee to a4ad939 Compare July 25, 2026 22:47
@f3l1x
f3l1x merged commit 3f797ba into master Jul 25, 2026
11 checks passed
@f3l1x
f3l1x deleted the claude/php-memcache-extension-0wk4dm branch July 25, 2026 23:03
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