ZF-1282: Support for PHP's hash() for read/write control
Description
The Hash extension requires no external libraries and is enabled by default as of PHP 5.1.2. http://www.php.net/hash
I consider the Adler32 superior to CRC32 for the purposes needed by Zend_Cache.
If {{hash()}} was used, then a read/write control type of 'adler32' could work.
Comments
Posted by Fabien MARTY (fab) on 2007-04-19T14:54:37.000+0000
it seems a good idea... for 1.1.0
Posted by Thomas Weidner (thomas) on 2007-05-06T09:41:16.000+0000
Zend_Cache related issue, assigned to Alexander
Posted by Fabien MARTY (fab) on 2008-01-05T05:32:58.000+0000
fixed in SVN