Zend Cache v2.7.1 Release Notes

Release Date: 2016-05-12 // almost 8 years ago
  • โž• Added

    • #35 Added benchmarks using PHPBench

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • #76 ZendServer: fixed return null on missing item
    • #88 Redis: fixed segfault on storing NULL and fixed supported datatypes capabilities
    • #95 don't try to unserialize missing items
    • #66 fixed Memcached::internalSetItems in PHP-7 by reducing variables by reference
    • #57 Memcached: HHVM compatibility and reduced duplicated code
    • #91 fixed that order of adapter options may cause exception
    • โšก๏ธ #98 updates the plugin manager alias list to ensure all adapter name permutations commonly used are accepted.