ZF-6169: Support pluggable serialization in Zend_Cached and allow user to delegate serialization to the backend
Description
Hello,
the following patch adds support for overriding the serialization method from php serialize to for example igbinary serialization. Another change in the patch is that it allows user to turn off forced serialization and therefore delegate the serialization to the backend.
The patch can be found here: http://valokuva.org/patches/zendframework/…
if you need me to sign a CLA to get this in as fast as possible let me know.
Comments
Posted by Mikko Koppanen (mkoppanen) on 2009-05-09T11:46:30.000+0000
Is there any progress on this issue or ZF-3400 ?
Posted by Fabien MARTY (fab) on 2009-05-31T11:12:35.000+0000
your patch seems to be ok, I'm going to use it
Posted by Marc Bennewitz (private) (mabe) on 2009-06-22T23:34:33.000+0000
Hi,
I'm working on a Zend_Cache refactoring proposal. This would implements serialization only on the backend side.
Please take a look and tell your opinions.
Posted by Mikko Koppanen (mkoppanen) on 2009-06-23T01:59:50.000+0000
Marc,
can you link me to the proposal?
Posted by Marc Bennewitz (private) (mabe) on 2009-06-23T09:46:43.000+0000
http://framework.zend.com/wiki/display/…
Posted by Fabien MARTY (fab) on 2009-07-17T11:03:32.000+0000
change Assignee because I'm inactive now
Posted by Mikko Koppanen (mkoppanen) on 2009-11-19T12:20:40.000+0000
What is the status of this bug? This has been in progress since May.
Posted by Marc Bennewitz (private) (mabe) on 2012-01-09T19:23:36.000+0000
This won't be fixed in ZF1. -> fixed in ZF2-133