3 * bug fix: changes hashing function to crc32, sprintf %u
4 * feature: optional compression
12 * whitespace/punctuation/wording cleanups
16 * added 3 functions which handle error reporting
17 error() - returns error number of last error generated, else returns 0
18 error_string() - returns a string description of error number retuned
19 error_clear() - clears the last error number and error string
20 * removed call to preg_match() in _loaditems()
21 * only non-scalar values are serialize() before being
23 * added the optional timestamp argument for delete()
24 read Documentation file for details
25 * PHPDocs/PEAR style comments added
26 * abstract debugging (Brion Vibber <brion@pobox.com>)
30 * removed all array_push() calls
31 * applied patch provided by Stuart Herbert<stuart@gentoo.org>
32 corrects possible endless loop. Available at
33 http://bugs.gentoo.org/show_bug.cgi?id=25385
34 * fixed problem with storing large binary files
35 * added more error checking, specifically on all socket functions
36 * added support for the INCR and DECR commands
37 which increment or decrement a value stored in MemCached
38 * Documentation removed from source and is now available
39 in the file Documentation
43 * initial release, version numbers kept
44 in sync with MemCached version
45 * capable of storing any datatype in MemCached