Initial support for memcached.
[lhc/web/wiklou.git] / docs / php-memcached / ChangeLog
1 Release 1.0.8
2 -------------
3 * whitespace/punctuation/wording cleanups
4
5 Release 1.0.7
6 -------------
7 * added 3 functions which handle error reporting
8 error() - returns error number of last error generated, else returns 0
9 error_string() - returns a string description of error number retuned
10 error_clear() - clears the last error number and error string
11 * removed call to preg_match() in _loaditems()
12 * only non-scalar values are serialize() before being
13 sent to the server
14 * added the optional timestamp argument for delete()
15 read Documentation file for details
16 * PHPDocs/PEAR style comments added
17 * abstract debugging (Brion Vibber <brion@pobox.com>)
18
19 Release 1.0.6
20 -------------
21 * removed all array_push() calls
22 * applied patch provided by Stuart Herbert<stuart@gentoo.org>
23 corrects possible endless loop. Available at
24 http://bugs.gentoo.org/show_bug.cgi?id=25385
25 * fixed problem with storing large binary files
26 * added more error checking, specifically on all socket functions
27 * added support for the INCR and DECR commands
28 which increment or decrement a value stored in MemCached
29 * Documentation removed from source and is now available
30 in the file Documentation
31
32 Release 1.0.4
33 -------------
34 * initial release, version numbers kept
35 in sync with MemCached version
36 * capable of storing any datatype in MemCached