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 support for laminas/laminas-cache v4 #73

Merged
merged 6 commits into from
Jul 10, 2024

Conversation

boesing
Copy link
Member

@boesing boesing commented Jul 8, 2024

Q A
BC Break yes
New Feature yes

Description

This also introduces MemcachedResourceManagerInterface as a replacement for marking MemcachedResourceManager as final.

This also removes two deprecations regarding MemcachedOptions:

  • MemcachedOptions#addServer which is replaced by MemcachedResourceManagerInterface#addServer
  • MemcachedOptions#setLibOption which is replaced by MemcachedResourceManagerInterface#setLibOption

@boesing boesing added this to the 3.0.0 milestone Jul 8, 2024
boesing added 3 commits July 8, 2024 23:47
This also introduces `MemcachedResourceManagerInterface` as a replacement for marking `MemcachedResourceManager` as `final`.

This also removes two deprecations regarding `MemcachedOptions`:
- `MemcachedOptions#addServer` which is replaced by `MemcachedResourceManagerInterface#addServer`
- `MemcachedOptions#setLibOption` which is replaced by `MemcachedResourceManagerInterface#setLibOption`

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing force-pushed the feature/laminas-cache-v4 branch from 25c58e3 to f69d790 Compare July 8, 2024 21:52
boesing added 3 commits July 8, 2024 23:54
…ched v2.1

Ref: php-memcached-dev/php-memcached#56
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing merged commit 66b8e53 into laminas:3.0.x Jul 10, 2024
15 of 16 checks passed
@boesing boesing deleted the feature/laminas-cache-v4 branch July 10, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant