Changes of Revision 11
[-] [+] | Changed | php5-memcached.spec |
Added | memcached-1.0.0.tgz ^ | |
[-] [+] | Added | package.xml ^ |
@@ -0,0 +1,188 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<package packagerversion="1.8.0" 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>memcached</name> + <channel>pecl.php.net</channel> + <summary>PHP extension for interfacing with memcached via libmemcached library</summary> + <description>This extension uses libmemcached library to provide API for communicating with memcached servers.</description> + <lead> + <name>Andrei Zmievski</name> + <user>andrei</user> + <email>andrei@php.net</email> + <active>yes</active> + </lead> + <date>2009-06-04</date> + <time>16:25:44</time> + <version> + <release>0.2.0</release> + <api>0.2.0</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.php.net/license">PHP</license> + <notes> +- Refactor the way payload types are stored in memcached flags to optimize the structure + and allow for future expansion. WARNING! You have to flush the cache when upgrading from + an older version. +- Add JSON serializer support, requires PHP 5.2.10+. +- Add HAVE_JSON and HAVE_IGBINARY class constants that indicate whether the respective + serializers are available. +- Add 'flags' parameter to getMulti() and getMultiByKey(). +- Add GET_PRESERVE_ORDER class constant that can be used with abovementioned flags + parameter to make the order of the keys in the response match the request. +- Fix an issue with retrieving 0-length payloads (FALSE boolean value). +- Add several tests. + </notes> + <contents> + <dir name="/"> + <file md5sum="7291f1b05a4608bc9223993fd2bea6c2" name="EXPERIMENTAL" role="doc" /> + <file md5sum="6c6f0e1acb0d69171f0e7a4f3e42643a" name="README.markdown" role="doc" /> + <file md5sum="f15b54956edc11e9bf1c995385b433b4" name="CREDITS" role="doc" /> + <file md5sum="56e7876babee694afcf5aa631bbe2a54" name="LICENSE" role="doc" /> + <file md5sum="641b6ba8dcfe3869679789692f577728" name="ChangeLog" role="doc" /> + <file md5sum="9ee7befc35df0a9bf702107a5a344152" name="memcached-api.php" role="doc" /> + <file md5sum="3ab0b68483e95a36422960e918ea0687" name="config.m4" role="src" /> + <file md5sum="e91185048e5901055861ae041a7ad84a" name="config.w32" role="src" /> + <file md5sum="5f4d074a7c41f04d8dc6565ccd31df06" name="php_memcached.c" role="src" /> + <file md5sum="243744be5a3e2b0845678d124a4742db" name="php_memcached.h" role="src" /> + </dir> + </contents> + <dependencies> + <required> + <php> + <min>5.2.0</min> + <max>6.0.0</max> + <exclude>6.0.0</exclude> + </php> + <pearinstaller> + <min>1.4.0b1</min> + </pearinstaller> + </required> + </dependencies> + <providesextension>memcached</providesextension> + <extsrcrelease /> + <changelog> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.2.0</release> + <api>0.2.0</api> + </version> + <date>2009-06-04</date> + <notes> +- Refactor the way payload types are stored in memcached flags to optimize the structure + and allow for future expansion. WARNING! You have to flush the cache when upgrading from + an older version. +- Add JSON serializer support, requires PHP 5.2.10+. +- Add HAVE_JSON and HAVE_IGBINARY class constants that indicate whether the respective + serializers are available. +- Add 'flags' parameter to getMulti() and getMultiByKey(). +- Add GET_PRESERVE_ORDER class constant that can be used with abovementioned flags + parameter to make the order of the keys in the response match the request. +- Fix an issue with retrieving 0-length payloads (FALSE boolean value). +- Add several tests. + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.5</release> + <api>0.1.5</api> + </version> + <date>2009-03-31</date> + <notes> +- Implement getVersion(). +- Add support for preserving boolean value types. +- Fix crash when child class does not call constructor. +- Fix bug #16084 (Crash when addServers is called with an associative array). +- ZTS compilation fixes. + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.4</release> + <api>0.1.4</api> + </version> + <date>2009-02-13</date> + <notes> +- Fix compilation against PHP 5.3. +- Add support for 'igbinary' serializer (Oleg Grenrus) + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.3</release> + <api>0.1.3</api> + </version> + <date>2009-02-06</date> + <notes> +- Bludgeon bug #15896 (Memcached setMulti error) into submission. + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.2</release> + <api>0.1.2</api> + </version> + <date>2009-02-06</date> + <notes> +- Fix bug #15896 (Memcached setMulti error). +- Check for empty key in getServerByKey(). +- Allow passing 'null' for callbacks. +- get() with cas token fetching wasn't erroring out properly. +- Rename certain parameters in the API to be more clear. +- Allow only strings as the append/prepend value. +- Remove expiration parameter from append/prepend. + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.1</release> + <api>0.1.1</api> + </version> + <date>2009-02-02</date> + <notes> +- Add OPT_LIBKETAMA_COMPATIBLE option. +- Implement addServers() method. +- Swap internal compressed and serialized flags to be compatible with other clients. + </notes> + </release> + <release> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <version> + <release>0.1.0</release> + <api>0.1.0</api> + </version> + <date>2009-01-29</date> + <notes> +- Initial PECL release + </notes> + </release> + </changelog> +</package> |