PHP-DI / ZF2-Bridge

PHP-DI integration with Zend Framework 2
MIT License
11 stars 14 forks source link

Fixing apcu cache in ApcuFactory #18

Closed andrejvrabec closed 5 years ago

andrejvrabec commented 5 years ago

Apcu fix

mnapoli commented 5 years ago

Could you explain the change?

andrejvrabec commented 5 years ago

Changing ApcuFactory : ApcCache (Deprecated) to ApcuCache

Rastusik commented 5 years ago

@mnapoli the problem is, that ApcuFactory was creating ApcCache, not ApcuCache, which is inconsistent. @andrejvrabec is in my work team and we needed this change in our company, because we are getting rid of APC (and ext-apc-bc)

mnapoli commented 5 years ago

:+1: thanks!

Rastusik commented 5 years ago

@mnapoli will you make the release or should I do it?

mnapoli commented 5 years ago

@Rastusik go ahead :)