Update memcached client to 1.0.10
[lhc/web/wiklou.git] / docs / php-memcached / ChangeLog
1 Release 1.0.10
2 --------------
3 * bug fix: changes hashing function to crc32, sprintf %u
4 * feature: optional compression
5
6 Release 1.0.9
7 -------------
8 * protocol parsing bug
9
10 Release 1.0.8
11 -------------
12 * whitespace/punctuation/wording cleanups
13
14 Release 1.0.7
15 -------------
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
22 sent to the server
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>)
27
28 Release 1.0.6
29 -------------
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
40
41 Release 1.0.4
42 -------------
43 * initial release, version numbers kept
44 in sync with MemCached version
45 * capable of storing any datatype in MemCached