@@ -1,376 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
- <name>memcache</name>
- <channel>pecl.php.net</channel>
- <summary>memcached extension</summary>
- <description>Memcached is a caching daemon designed especially for
- dynamic web applications to decrease database load by
- storing objects in memory.
- This extension allows you to work with memcached through
- handy OO and procedural interfaces.</description>
- <lead>
- <name>Antony Dovgal</name>
- <user>tony2001</user>
- <email>tony2001@phpclub.net</email>
- <active>yes</active>
- </lead>
- <lead>
- <name>Mikael Johansson</name>
- <user>mikl</user>
- <email>mikael@synd.info</email>
- <active>yes</active>
- </lead>
- <date>2008-01-10</date>
- <time>19:27:13</time>
- <version>
- <release>2.2.2</release>
- <api>2.2.2</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in the callback function)
-- Fixed PECL bug #12834 (segfault when getting duplicate array values on 64-bit system)
-- Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)
-- Added configure option for PEAR installer to disable session handler support</notes>
- <contents>
- <dir name="/">
- <file md5sum="a35c3d4407a9f946e6ea8f26e75ef72b" name="config.m4" role="src" />
- <file md5sum="2775fadca560939d9c7fd23d2e7c879c" name="config9.m4" role="src" />
- <file md5sum="c682769a4b07803f4aa1b720f9405dc0" name="config.w32" role="src" />
- <file md5sum="f818c8af5b84d8c936eca307b63aafec" name="CREDITS" role="doc" />
- <file md5sum="5b6b03aebb60f141416489a527b2c9be" name="example.php" role="doc" />
- <file md5sum="7e5f281e41734403a0232e6afacf7b8c" name="memcache.c" role="src" />
- <file md5sum="eb1a5c47518cdfbc8ccebe57dc21fbc6" name="memcache_queue.c" role="src" />
- <file md5sum="7f87146516c5d4b315eb702bd217df94" name="memcache_session.c" role="src" />
- <file md5sum="aa706ccc970730f34a55cba72555698f" name="memcache_standard_hash.c" role="src" />
- <file md5sum="c62db6e6399b3a87282ea401ce29d310" name="memcache_consistent_hash.c" role="src" />
- <file md5sum="a0904f003d7ae14ff22c15fd0c417ceb" name="memcache.dsp" role="src" />
- <file md5sum="62c2249a0c4262356cea9c5e2ceed20c" name="php_memcache.h" role="doc" />
- <file md5sum="5ad881605694b6616321b362be5c7126" name="memcache_queue.h" role="doc" />
- <file md5sum="3a5a10c91e4dafd7bc46f346bd37c26c" name="README" role="doc" />
- </dir>
- </contents>
- <dependencies>
- <required>
- <php>
- <min>4.3.11</min>
- </php>
- <pearinstaller>
- <min>1.4.0b1</min>
- </pearinstaller>
- </required>
- </dependencies>
- <providesextension>memcache</providesextension>
- <extsrcrelease>
- <configureoption default="yes" name="enable-memcache-session" prompt="Enable memcache session handler support?" />
- </extsrcrelease>
- <changelog>
- <release>
- <date>2007-11-01</date>
- <version>
- <release>2.2.1</release>
- <api>2.2.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Added argument to Memcache::get() that receives the flags for retrieved value(s)
-- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
-- Fixed problem with keys being modified in-place and empty keys (PECL Bug #11236)
-- Fixed incompatibility with standard hash strategy in previous versions</notes>
- </release>
- <release>
- <date>2007-09-21</date>
- <version>
- <release>2.2.0</release>
- <api>2.2.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Added support for consistent hash strategy
-- New INI directives
- "memcache.hash_strategy" = {standard, consistent}
- "memcache.hash_function" = {crc32, fnv}
-- PHP6 support
-- Fixed PECL bug #11221 (Double free when returning cached object with __sleep)
-- Fixed PECL bug #10607 (Segfault on array key retrieval when array key is not IS_STRING)
-- Don't failover on "object to large" errors
-- Use $phpincludedir for finding php_session.h</notes>
- </release>
- <release>
- <date>2007-03-27</date>
- <version>
- <release>2.1.2</release>
- <api>2.1.2</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Added missing files to the package.</notes>
- </release>
- <release>
- <date>2007-03-27</date>
- <version>
- <release>2.1.1</release>
- <api>2.1.1</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Added experimental session storage support. You can use memcached as session storage.
-- Fixed PECL bug #9486 (empty keys should not be allowed in memcache_set/add())
-- Fixed PECL bug #9854 (get() changes the datatype of variable of given as key)</notes>
- </release>
- <release>
- <date>2006-10-09</date>
- <version>
- <release>2.1.0</release>
- <api>2.1.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Servers may be flagged up/down and the user may specify a error callback
-- Individual server params and up/down status may be changed at runtime
-- New methods: setServerParams(), getServerStatus()
-- Statistics methods support fetching other kinds of stats (slabs, items, cachedump, ...)
-- Fixed PECL bugs #7631, #8117 (erroneous line feeds in config.m4)
-- Added memcache.max_failover_attempts ini directive, which can be used to configure max number of
- servers to try when setting and getting data.</notes>
- </release>
- <release>
- <version>
- <release>2.0.4</release>
- <api>2.0.4</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-05-16</date>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Redefined retry_interval as long to fix no-automatic-reconnect behaviour
- - Fixed PECL bugs #7635, #7637 (OnUpdateInt: referenced symbol not found)</notes>
- </release>
- <release>
- <version>
- <release>2.0.3</release>
- <api>2.0.3</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-05-15</date>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Display ini entries in phpinfo() output
- - Fixed Zend2 compat</notes>
- </release>
- <release>
- <version>
- <release>2.0.2</release>
- <api>2.0.2</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <date>2006-05-14</date>
- <license uri="http://www.php.net/license">PHP License</license>
- <notes>- Added "memcache.default_port" ini directive (default 11211)
-- Added "memcache.allow_failover" ini directive (default On)
-- Added "memcache.chunk_size" ini directive (default 8192 bytes)
-- Setting retry_interval parameter to -1 disables automatic reconnect
-- Fixed PECL bug #7331 (NULL pointer freeing causes memcache to segfault)</notes>
- </release>
|