Downloads

Download tar.gz 16.81 KB
MD5: 600be2201424dc63da0561282996e018
SHA-1: bc23786cdfd2c139cdb3e9332c2c4167cba493a1
SHA-256: fc1e7c008a16319757f9ea272d64242c2b3bcfc7d60957c8f40a4f68df3f3b95
Download zip 23.95 KB
MD5: 3126fe47c5d73c470e2cc74ef774228e
SHA-1: 4dcac5eb1834f1c82ac161538e4cbe148390c55f
SHA-256: 66d61f313dd9ab307fa15b6ab29d0e49a7970ce8aba3053064de2bd4c3a4960f

Release notes

Fixed a bunch of bugs and added simpletests.

#273618 by Nick_vh: Fixed checking for gzip in both the content and in the browser request.
#288318 by Jo Wouters: Fix for wildcard replacement.
#313289 by Murz: Fix for wrong check for $map initialization. We should be checking $this->map not $map.
#277078 by Murz: Cache items prefix with APC cache type
#325614 by R. Muilwijk : Fix for updating static cache on set. and Fix for locking problem with all engines.

Stuff I did:

- Cleanup key handling and make sure we are prefixing the static array cache as well.
- Fix serialization to match behaviour of core. This is now fixed in all engines. Thanks to R. Muilwijk for pointing it out.
- Added SimpleTest 2 tests thanks to R. Muilwijk.
- Code style cleanup and some random bug fixes that I noticed.
- Fixed static array caching, now uses $this->key($key) which should offer noticeable performance improvement.

I am hoping we are almost ready for an RC1 release. The only things I want to fix before 1.0 release are:

1) Get SimpleTests to all pass
2) Get Session caching implemented
3) Get some stats action going.

Created by: slantview
Created on: 31 Oct 2008 at 03:57 UTC
Last updated: 31 Oct 2008 at 03:57 UTC
New features
Bug fixes
Unsupported

Other releases