-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Added PluginAwareInterface
and marked EventsCapableInterface
as deprecated
#2
Comments
@boesing Originally posted by @froschdesign at zendframework/zend-cache#177 (comment) |
@froschdesign I'm not sure since I did not got into those release processes already. If thats a change for 2.8, I could change the target branch to Originally posted by @boesing at zendframework/zend-cache#177 (comment) |
No no, the develop branch is correct! I looked at the code and thought that it is for version 3 and then I saw the deprecation info. A deprecation goes in the next minor release. Originally posted by @froschdesign at zendframework/zend-cache#177 (comment) |
I guess this PR is ready to merge now @froschdesign, would be great if you drop the Originally posted by @boesing at zendframework/zend-cache#177 (comment) |
I really could need this PR in my latest project boesing/zend-cache-redis-cluster as I want to work with that I guess anything is on hold until we have more news about laminas? Originally posted by @boesing at zendframework/zend-cache#177 (comment) |
Closed with #21 |
Since the
StorageFactory
only checks for theEventsCapableInterface
, it would result in aCall to undefined method WhateverStorage::hasPlugin
.Therefore, I would like to introduce that
PluginAwareInterface
for ZF3 and until then, I would like to mark theEventsCapableInterface
usage as deprecated and provide this backport request.Originally posted by @boesing at zendframework/zend-cache#177
The text was updated successfully, but these errors were encountered: