X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fphp-memcached%2FChangeLog;h=553aaa198306654d4d93ded07c011a9ebc27fbcb;hb=ceea38e8ad163a26f4ec7be7128747c84a904fcd;hp=86792f607e70db830e6b3b1c186abee91eb4fbdb;hpb=786163084bbc985c44d70de1faf2a0e366097eb1;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/php-memcached/ChangeLog b/docs/php-memcached/ChangeLog index 86792f607e..553aaa1983 100644 --- a/docs/php-memcached/ChangeLog +++ b/docs/php-memcached/ChangeLog @@ -1,45 +1,28 @@ -Release 1.0.10 --------------- -* bug fix: changes hashing function to crc32, sprintf %u -* feature: optional compression +09 Oct 2003: + 1455 UTC: + Released version 0.1.2 + Fixed bug in get_multi; when debugging was enabled but no keys were fetched, + script execution would halt (uninitialized $val) -Release 1.0.9 -------------- -* protocol parsing bug +08 Oct 2003: + 1848 UTC: + Released version 0.1.1 -Release 1.0.8 -------------- -* whitespace/punctuation/wording cleanups + 1825 UTC: + Fixed bug in memcached::memcached; was attempting to initialize + memcached::_dead_sock (function) instead of memcached::_dead_hosts + (oops!) -Release 1.0.7 -------------- -* added 3 functions which handle error reporting - error() - returns error number of last error generated, else returns 0 - error_string() - returns a string description of error number retuned - error_clear() - clears the last error number and error string -* removed call to preg_match() in _loaditems() -* only non-scalar values are serialize() before being - sent to the server -* added the optional timestamp argument for delete() - read Documentation file for details -* PHPDocs/PEAR style comments added -* abstract debugging (Brion Vibber ) - -Release 1.0.6 -------------- -* removed all array_push() calls -* applied patch provided by Stuart Herbert - corrects possible endless loop. Available at - http://bugs.gentoo.org/show_bug.cgi?id=25385 -* fixed problem with storing large binary files -* added more error checking, specifically on all socket functions -* added support for the INCR and DECR commands - which increment or decrement a value stored in MemCached -* Documentation removed from source and is now available - in the file Documentation + 1812 UTC: + Fixed memcached::enable_compression; + thanks to Justin Matlock for pointing it out + +07 Oct 2003: + 1635 UTC: + Fixed call to memcached::_dead_sock in memcached::delete + Added documentation for class variable $_buckets + +06 Oct 2003: + 2039 UTC: + Initial release of memcached-client-php; version 0.1 -Release 1.0.4 -------------- -* initial release, version numbers kept - in sync with MemCached version -* capable of storing any datatype in MemCached