summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-14 09:40:49 +0200
committerRemi Collet <remi@remirepo.net>2017-04-14 09:40:49 +0200
commit4b2f6233122c19c79819a1128eb1768ca763ce77 (patch)
treeac958db34952c4b42f3865d59f5bd83e87a52416
parenta02626ced0019383130456663825b3e684556347 (diff)
cleanup
-rw-r--r--REFLECTION-PHP7783
-rw-r--r--php-pecl-memcached-php7.spec539
2 files changed, 0 insertions, 1322 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
deleted file mode 100644
index 1be81da..0000000
--- a/REFLECTION-PHP7
+++ /dev/null
@@ -1,783 +0,0 @@
-Extension [ <persistent> extension #167 memcached version 3.0.3 ] {
-
- - Dependencies {
- Dependency [ session (Required) ]
- Dependency [ igbinary (Required) ]
- Dependency [ msgpack (Required) ]
- Dependency [ spl (Required) ]
- }
-
- - INI {
- Entry [ memcached.sess_locking <ALL> ]
- Current = '1'
- }
- Entry [ memcached.sess_lock_wait_min <ALL> ]
- Current = '1000'
- }
- Entry [ memcached.sess_lock_wait_max <ALL> ]
- Current = '2000'
- }
- Entry [ memcached.sess_lock_retries <ALL> ]
- Current = '5'
- }
- Entry [ memcached.sess_lock_expire <ALL> ]
- Current = '0'
- }
- Entry [ memcached.sess_binary_protocol <ALL> ]
- Current = '1'
- }
- Entry [ memcached.sess_consistent_hash <ALL> ]
- Current = '1'
- }
- Entry [ memcached.sess_number_of_replicas <ALL> ]
- Current = '0'
- }
- Entry [ memcached.sess_randomize_replica_read <ALL> ]
- Current = ''
- }
- Entry [ memcached.sess_remove_failed_servers <ALL> ]
- Current = ''
- }
- Entry [ memcached.sess_server_failure_limit <ALL> ]
- Current = '0'
- }
- Entry [ memcached.sess_connect_timeout <ALL> ]
- Current = '1000'
- }
- Entry [ memcached.sess_sasl_username <ALL> ]
- Current = ''
- }
- Entry [ memcached.sess_sasl_password <ALL> ]
- Current = ''
- }
- Entry [ memcached.sess_prefix <ALL> ]
- Current = 'memc.sess.key.'
- }
- Entry [ memcached.sess_persistent <ALL> ]
- Current = ''
- }
- Entry [ memcached.sess_lock_wait <ALL> ]
- Current = 'not set'
- }
- Entry [ memcached.sess_lock_max_wait <ALL> ]
- Current = 'not set'
- }
- Entry [ memcached.compression_type <ALL> ]
- Current = 'fastlz'
- }
- Entry [ memcached.compression_factor <ALL> ]
- Current = '1.3'
- }
- Entry [ memcached.compression_threshold <ALL> ]
- Current = '2000'
- }
- Entry [ memcached.serializer <ALL> ]
- Current = 'igbinary'
- }
- Entry [ memcached.store_retry_count <ALL> ]
- Current = '2'
- }
- Entry [ memcached.default_consistent_hash <ALL> ]
- Current = ''
- }
- Entry [ memcached.default_binary_protocol <ALL> ]
- Current = ''
- }
- Entry [ memcached.default_connect_timeout <ALL> ]
- Current = '0'
- }
- }
-
- - Classes [3] {
- Class [ <internal:memcached> class Memcached ] {
-
- - Constants [132] {
- Constant [ integer LIBMEMCACHED_VERSION_HEX ] { 16777240 }
- Constant [ integer OPT_COMPRESSION ] { -1001 }
- Constant [ integer OPT_COMPRESSION_TYPE ] { -1004 }
- Constant [ integer OPT_PREFIX_KEY ] { -1002 }
- Constant [ integer OPT_SERIALIZER ] { -1003 }
- Constant [ integer OPT_USER_FLAGS ] { -1006 }
- Constant [ integer OPT_STORE_RETRY_COUNT ] { -1005 }
- Constant [ boolean HAVE_IGBINARY ] { 1 }
- Constant [ boolean HAVE_JSON ] { 1 }
- Constant [ boolean HAVE_MSGPACK ] { 1 }
- Constant [ boolean HAVE_SESSION ] { 1 }
- Constant [ boolean HAVE_SASL ] { 1 }
- Constant [ integer OPT_HASH ] { 2 }
- Constant [ integer HASH_DEFAULT ] { 0 }
- Constant [ integer HASH_MD5 ] { 1 }
- Constant [ integer HASH_CRC ] { 2 }
- Constant [ integer HASH_FNV1_64 ] { 3 }
- Constant [ integer HASH_FNV1A_64 ] { 4 }
- Constant [ integer HASH_FNV1_32 ] { 5 }
- Constant [ integer HASH_FNV1A_32 ] { 6 }
- Constant [ integer HASH_HSIEH ] { 7 }
- Constant [ integer HASH_MURMUR ] { 8 }
- Constant [ integer OPT_DISTRIBUTION ] { 9 }
- Constant [ integer DISTRIBUTION_MODULA ] { 0 }
- Constant [ integer DISTRIBUTION_CONSISTENT ] { 1 }
- Constant [ integer DISTRIBUTION_VIRTUAL_BUCKET ] { 6 }
- Constant [ integer OPT_LIBKETAMA_COMPATIBLE ] { 16 }
- Constant [ integer OPT_LIBKETAMA_HASH ] { 17 }
- Constant [ integer OPT_TCP_KEEPALIVE ] { 32 }
- Constant [ integer OPT_BUFFER_WRITES ] { 10 }
- Constant [ integer OPT_BINARY_PROTOCOL ] { 18 }
- Constant [ integer OPT_NO_BLOCK ] { 0 }
- Constant [ integer OPT_TCP_NODELAY ] { 1 }
- Constant [ integer OPT_SOCKET_SEND_SIZE ] { 4 }
- Constant [ integer OPT_SOCKET_RECV_SIZE ] { 5 }
- Constant [ integer OPT_CONNECT_TIMEOUT ] { 14 }
- Constant [ integer OPT_RETRY_TIMEOUT ] { 15 }
- Constant [ integer OPT_DEAD_TIMEOUT ] { 36 }
- Constant [ integer OPT_SEND_TIMEOUT ] { 19 }
- Constant [ integer OPT_RECV_TIMEOUT ] { 20 }
- Constant [ integer OPT_POLL_TIMEOUT ] { 8 }
- Constant [ integer OPT_CACHE_LOOKUPS ] { 6 }
- Constant [ integer OPT_SERVER_FAILURE_LIMIT ] { 21 }
- Constant [ integer OPT_AUTO_EJECT_HOSTS ] { 28 }
- Constant [ integer OPT_HASH_WITH_PREFIX_KEY ] { 25 }
- Constant [ integer OPT_NOREPLY ] { 26 }
- Constant [ integer OPT_SORT_HOSTS ] { 12 }
- Constant [ integer OPT_VERIFY_KEY ] { 13 }
- Constant [ integer OPT_USE_UDP ] { 27 }
- Constant [ integer OPT_NUMBER_OF_REPLICAS ] { 29 }
- Constant [ integer OPT_RANDOMIZE_REPLICA_READ ] { 30 }
- Constant [ integer OPT_REMOVE_FAILED_SERVERS ] { 35 }
- Constant [ integer OPT_SERVER_TIMEOUT_LIMIT ] { 37 }
- Constant [ integer RES_SUCCESS ] { 0 }
- Constant [ integer RES_FAILURE ] { 1 }
- Constant [ integer RES_HOST_LOOKUP_FAILURE ] { 2 }
- Constant [ integer RES_UNKNOWN_READ_FAILURE ] { 7 }
- Constant [ integer RES_PROTOCOL_ERROR ] { 8 }
- Constant [ integer RES_CLIENT_ERROR ] { 9 }
- Constant [ integer RES_SERVER_ERROR ] { 10 }
- Constant [ integer RES_WRITE_FAILURE ] { 5 }
- Constant [ integer RES_DATA_EXISTS ] { 12 }
- Constant [ integer RES_NOTSTORED ] { 14 }
- Constant [ integer RES_NOTFOUND ] { 16 }
- Constant [ integer RES_PARTIAL_READ ] { 18 }
- Constant [ integer RES_SOME_ERRORS ] { 19 }
- Constant [ integer RES_NO_SERVERS ] { 20 }
- Constant [ integer RES_END ] { 21 }
- Constant [ integer RES_ERRNO ] { 26 }
- Constant [ integer RES_BUFFERED ] { 32 }
- Constant [ integer RES_TIMEOUT ] { 31 }
- Constant [ integer RES_BAD_KEY_PROVIDED ] { 33 }
- Constant [ integer RES_STORED ] { 15 }
- Constant [ integer RES_DELETED ] { 22 }
- Constant [ integer RES_STAT ] { 24 }
- Constant [ integer RES_ITEM ] { 25 }
- Constant [ integer RES_NOT_SUPPORTED ] { 28 }
- Constant [ integer RES_FETCH_NOTFINISHED ] { 30 }
- Constant [ integer RES_SERVER_MARKED_DEAD ] { 35 }
- Constant [ integer RES_UNKNOWN_STAT_KEY ] { 36 }
- Constant [ integer RES_INVALID_HOST_PROTOCOL ] { 34 }
- Constant [ integer RES_MEMORY_ALLOCATION_FAILURE ] { 17 }
- Constant [ integer RES_CONNECTION_SOCKET_CREATE_FAILURE ] { 11 }
- Constant [ integer RES_E2BIG ] { 37 }
- Constant [ integer RES_KEY_TOO_BIG ] { 39 }
- Constant [ integer RES_SERVER_TEMPORARILY_DISABLED ] { 47 }
- Constant [ integer RES_SERVER_MEMORY_ALLOCATION_FAILURE ] { 48 }
- Constant [ integer RES_AUTH_PROBLEM ] { 40 }
- Constant [ integer RES_AUTH_FAILURE ] { 41 }
- Constant [ integer RES_AUTH_CONTINUE ] { 42 }
- Constant [ integer RES_PAYLOAD_FAILURE ] { -1001 }
- Constant [ integer SERIALIZER_PHP ] { 1 }
- Constant [ integer SERIALIZER_IGBINARY ] { 2 }
- Constant [ integer SERIALIZER_JSON ] { 3 }
- Constant [ integer SERIALIZER_JSON_ARRAY ] { 4 }
- Constant [ integer SERIALIZER_MSGPACK ] { 5 }
- Constant [ integer COMPRESSION_FASTLZ ] { 2 }
- Constant [ integer COMPRESSION_ZLIB ] { 1 }
- Constant [ integer GET_PRESERVE_ORDER ] { 1 }
- Constant [ integer GET_EXTENDED ] { 2 }
- Constant [ integer ON_CONNECT ] { 0 }
- Constant [ integer ON_ADD ] { 1 }
- Constant [ integer ON_APPEND ] { 2 }
- Constant [ integer ON_DECREMENT ] { 3 }
- Constant [ integer ON_DELETE ] { 4 }
- Constant [ integer ON_FLUSH ] { 5 }
- Constant [ integer ON_GET ] { 6 }
- Constant [ integer ON_INCREMENT ] { 7 }
- Constant [ integer ON_NOOP ] { 8 }
- Constant [ integer ON_PREPEND ] { 9 }
- Constant [ integer ON_QUIT ] { 10 }
- Constant [ integer ON_REPLACE ] { 11 }
- Constant [ integer ON_SET ] { 12 }
- Constant [ integer ON_STAT ] { 13 }
- Constant [ integer ON_VERSION ] { 14 }
- Constant [ integer RESPONSE_SUCCESS ] { 0 }
- Constant [ integer RESPONSE_KEY_ENOENT ] { 1 }
- Constant [ integer RESPONSE_KEY_EEXISTS ] { 2 }
- Constant [ integer RESPONSE_E2BIG ] { 3 }
- Constant [ integer RESPONSE_EINVAL ] { 4 }
- Constant [ integer RESPONSE_NOT_STORED ] { 5 }
- Constant [ integer RESPONSE_DELTA_BADVAL ] { 6 }
- Constant [ integer RESPONSE_NOT_MY_VBUCKET ] { 7 }
- Constant [ integer RESPONSE_AUTH_ERROR ] { 32 }
- Constant [ integer RESPONSE_AUTH_CONTINUE ] { 33 }
- Constant [ integer RESPONSE_UNKNOWN_COMMAND ] { 129 }
- Constant [ integer RESPONSE_ENOMEM ] { 130 }
- Constant [ integer RESPONSE_NOT_SUPPORTED ] { 131 }
- Constant [ integer RESPONSE_EINTERNAL ] { 132 }
- Constant [ integer RESPONSE_EBUSY ] { 133 }
- Constant [ integer RESPONSE_ETMPFAIL ] { 134 }
- Constant [ boolean GET_ERROR_RETURN_VALUE ] { }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [57] {
- Method [ <internal:memcached, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $persistent_id ]
- Parameter #1 [ <optional> $callback ]
- }
- }
-
- Method [ <internal:memcached> public method getResultCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getResultMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method get ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $cache_cb ]
- Parameter #2 [ <optional> $get_flags ]
- }
- }
-
- Method [ <internal:memcached> public method getByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $cache_cb ]
- Parameter #3 [ <optional> $get_flags ]
- }
- }
-
- Method [ <internal:memcached> public method getMulti ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> $get_flags ]
- }
- }
-
- Method [ <internal:memcached> public method getMultiByKey ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> $get_flags ]
- }
- }
-
- Method [ <internal:memcached> public method getDelayed ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> $with_cas ]
- Parameter #2 [ <optional> $value_cb ]
- }
- }
-
- Method [ <internal:memcached> public method getDelayedByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> $with_cas ]
- Parameter #3 [ <optional> $value_cb ]
- }
- }
-
- Method [ <internal:memcached> public method fetch ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method fetchAll ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method set ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method setByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method touch ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method touchByKey ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method setMulti ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $items ]
- Parameter #1 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method setMultiByKey ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> array $items ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method cas ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $cas_token ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method casByKey ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> $cas_token ]
- Parameter #1 [ <required> $server_key ]
- Parameter #2 [ <required> $key ]
- Parameter #3 [ <required> $value ]
- Parameter #4 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method add ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method addByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method append ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method appendByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method prepend ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method prependByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method replace ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method replaceByKey ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <required> $value ]
- Parameter #3 [ <optional> $expiration ]
- }
- }
-
- Method [ <internal:memcached> public method delete ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $time ]
- }
- }
-
- Method [ <internal:memcached> public method deleteMulti ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $keys ]
- Parameter #1 [ <optional> $time ]
- }
- }
-
- Method [ <internal:memcached> public method deleteByKey ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $time ]
- }
- }
-
- Method [ <internal:memcached> public method deleteMultiByKey ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $time ]
- }
- }
-
- Method [ <internal:memcached> public method increment ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $initial_value ]
- Parameter #3 [ <optional> $expiry ]
- }
- }
-
- Method [ <internal:memcached> public method decrement ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $initial_value ]
- Parameter #3 [ <optional> $expiry ]
- }
- }
-
- Method [ <internal:memcached> public method incrementByKey ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $initial_value ]
- Parameter #4 [ <optional> $expiry ]
- }
- }
-
- Method [ <internal:memcached> public method decrementByKey ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> $server_key ]
- Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $initial_value ]
- Parameter #4 [ <optional> $expiry ]
- }
- }
-
- Method [ <internal:memcached> public method addServer ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $host ]
- Parameter #1 [ <required> $port ]
- Parameter #2 [ <optional> $weight ]
- }
- }
-
- Method [ <internal:memcached> public method addServers ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $servers ]
- }
- }
-
- Method [ <internal:memcached> public method getServerList ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getServerByKey ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $server_key ]
- }
- }
-
- Method [ <internal:memcached> public method resetServerList ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method quit ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method flushBuffers ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getLastErrorMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getLastErrorCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getLastErrorErrno ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getLastDisconnectedServer ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getStats ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $args ]
- }
- }
-
- Method [ <internal:memcached> public method getVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method getAllKeys ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method flush ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $delay ]
- }
- }
-
- Method [ <internal:memcached> public method getOption ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $option ]
- }
- }
-
- Method [ <internal:memcached> public method setOption ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $option ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:memcached> public method setOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $options ]
- }
- }
-
- Method [ <internal:memcached> public method setBucket ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $host_map ]
- Parameter #1 [ <required> $forward_map ]
- Parameter #2 [ <required> $replicas ]
- }
- }
-
- Method [ <internal:memcached> public method setSaslAuthData ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $username ]
- Parameter #1 [ <required> $password ]
- }
- }
-
- Method [ <internal:memcached> public method isPersistent ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:memcached> public method isPristine ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:memcached> class MemcachedServer ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [2] {
- Method [ <internal:memcached> public method run ] {
- }
-
- Method [ <internal:memcached> public method on ] {
- }
- }
- }
-
- Class [ <internal:memcached> class MemcachedException extends RuntimeException implements Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
- }
-}
-
diff --git a/php-pecl-memcached-php7.spec b/php-pecl-memcached-php7.spec
deleted file mode 100644
index 7c235bc..0000000
--- a/php-pecl-memcached-php7.spec
+++ /dev/null
@@ -1,539 +0,0 @@
-# remirepo spec file for php-pecl-memcached
-# With SCL compatibility, from:
-#
-# Fedora spec file for php-pecl-memcached
-#
-# Copyright (c) 2009-2017 Remi Collet
-# License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/4.0/
-#
-# Please, preserve the changelog entries
-#
-%if 0%{?scl:1}
-%global sub_prefix %{scl_prefix}
-%scl_package php-pecl-memcached
-%else
-%global _root_prefix %{_prefix}
-%endif
-
-%global with_fastlz 1
-%global with_igbin 1
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global with_tests 0%{!?_without_tests:1}
-%global pecl_name memcached
-# After 40-igbinary, 40-json, 40-msgpack
-%global ini_name 50-%{pecl_name}.ini
-
-Summary: Extension to work with the Memcached caching daemon
-Name: %{?sub_prefix}php-pecl-memcached
-Version: 3.0.3
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
-License: PHP
-Group: Development/Languages
-URL: http://pecl.php.net/package/%{pecl_name}
-
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-
-BuildRequires: %{?scl_prefix}php-devel >= 7
-BuildRequires: %{?scl_prefix}php-pear
-BuildRequires: %{?scl_prefix}php-json
-%if %{with_igbin}
-BuildRequires: %{?sub_prefix}php-pecl-igbinary-devel
-%endif
-%ifnarch ppc64
-BuildRequires: %{?sub_prefix}php-pecl-msgpack-devel
-%endif
-BuildRequires: zlib-devel
-BuildRequires: cyrus-sasl-devel
-%if %{with_fastlz}
-BuildRequires: fastlz-devel
-%endif
-%if %{with_tests}
-BuildRequires: memcached
-%endif
-
-BuildRequires: libevent-devel >= 2.0.2
-# To ensure use of libmemcached-last for --enable-memcached-protocol
-BuildRequires: libmemcached-devel >= 1.0.16
-
-Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
-Requires: %{?scl_prefix}php(api) = %{php_core_api}
-Requires: %{?scl_prefix}php-json%{?_isa}
-%if %{with_igbin}
-Requires: %{?sub_prefix}php-pecl-igbinary%{?_isa}
-%endif
-%ifnarch ppc64
-Requires: %{?sub_prefix}php-pecl-msgpack%{?_isa}
-%endif
-%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-
-Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
-Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
-%if "%{?scl_prefix}" != "%{?sub_prefix}"
-Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
-%endif
-
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-# Other third party repo stuff
-Obsoletes: php53-pecl-%{pecl_name} <= %{version}
-Obsoletes: php53u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54w-pecl-%{pecl_name} <= %{version}
-%if "%{php_version}" > "5.5"
-Obsoletes: php55u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "5.6"
-Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
-%endif
-%endif
-
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter private shared
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%{?filter_setup}
-%endif
-
-
-%description
-This extension uses libmemcached library to provide API for communicating
-with memcached servers.
-
-memcached is a high-performance, distributed memory object caching system,
-generic in nature, but intended for use in speeding up dynamic web
-applications by alleviating database load.
-
-It also provides a session handler (memcached).
-
-Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
-
-
-%prep
-%setup -c -q
-mv %{pecl_name}-%{version} NTS
-
-# Don't install/register tests
-sed -e 's/role="test"/role="src"/' \
- %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \
- -i package.xml
-
-cd NTS
-
-%if %{with_fastlz}
-rm -r fastlz
-sed -e '/name=.fastlz/d' -i ../package.xml
-%endif
-
-# Check version as upstream often forget to update this
-extver=$(sed -n '/#define PHP_MEMCACHED_VERSION/{s/.* "//;s/".*$//;p}' php_memcached.h)
-if test "x${extver}" != "x%{version}%{?gh_date:-dev}%{?intver}"; then
- : Error: Upstream HTTP version is now ${extver}, expecting %{version}%{?prever}%{?gh_date:-dev}.
- : Update the pdover macro and rebuild.
- exit 1
-fi
-cd ..
-
-cat > %{ini_name} << 'EOF'
-; Enable %{pecl_name} extension module
-extension=%{pecl_name}.so
-
-; ----- Options to use the memcached session handler
-
-; RPM note : save_handler and save_path are defined
-; for mod_php, in /etc/httpd/conf.d/php.conf
-; for php-fpm, in %{_sysconfdir}/php-fpm.d/*conf
-
-; Use memcache as a session handler
-;session.save_handler=memcached
-; Defines a comma separated list of server urls to use for session storage
-;session.save_path="localhost:11211"
-
-; ----- Configuration options
-; http://php.net/manual/en/memcached.configuration.php
-
-EOF
-
-# default options with description from upstream
-cat NTS/memcached.ini >>%{ini_name}
-
-%if %{with_zts}
-cp -r NTS ZTS
-%endif
-
-
-%build
-%{?dtsenable}
-
-# only needed for SCL
-export PKG_CONFIG_PATH=%{_libdir}/pkgconfig
-
-peclconf() {
-%configure \
-%if %{with_igbin}
- --enable-memcached-igbinary \
-%endif
- --enable-memcached-json \
- --enable-memcached-sasl \
-%ifnarch ppc64
- --enable-memcached-msgpack \
-%endif
-%if 0
- --disable-memcached-protocol \
-%else
- --enable-memcached-protocol \
-%endif
-%if %{with_fastlz}
- --with-system-fastlz \
-%endif
- --with-php-config=$1
-}
-cd NTS
-%{_bindir}/phpize
-peclconf %{_bindir}/php-config
-make %{?_smp_mflags}
-
-%if %{with_zts}
-cd ../ZTS
-%{_bindir}/zts-phpize
-peclconf %{_bindir}/zts-php-config
-make %{?_smp_mflags}
-%endif
-
-
-%install
-%{?dtsenable}
-
-# Install the NTS extension
-make install -C NTS INSTALL_ROOT=%{buildroot}
-
-# Drop in the bit of configuration
-# rename to z-memcached to be load after msgpack
-install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
-
-# Install XML package description
-install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
-
-# Install the ZTS extension
-%if %{with_zts}
-make install -C ZTS INSTALL_ROOT=%{buildroot}
-install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
-%endif
-
-# Documentation
-cd NTS
-for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
-do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
-done
-
-
-%if 0%{?fedora} < 24
-# when pear installed alone, after us
-%triggerin -- %{?scl_prefix}php-pear
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-# posttrans as pear can be installed after us
-%posttrans
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-%postun
-if [ $1 -eq 0 -a -x %{__pecl} ] ; then
- %{pecl_uninstall} %{pecl_name} >/dev/null || :
-fi
-%endif
-
-
-%check
-OPT="-n"
-[ -f %{php_extdir}/igbinary.so ] && OPT="$OPT -d extension=igbinary.so"
-[ -f %{php_extdir}/json.so ] && OPT="$OPT -d extension=json.so"
-[ -f %{php_extdir}/msgpack.so ] && OPT="$OPT -d extension=msgpack.so"
-
-: Minimal load test for NTS extension
-%{__php} $OPT \
- -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
-
-%if %{with_zts}
-: Minimal load test for ZTS extension
-%{__ztsphp} $OPT \
- -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
-%endif
-
-%if %{with_tests}
-# XFAIL and very slow so no value
-rm ?TS/tests/expire.phpt
-
-ret=0
-
-: Launch the Memcached service
-port=$(%{__php} -r 'echo 10000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10 + PHP_INT_SIZE;')
-memcached -p $port -U $port -d -P $PWD/memcached.pid
-sed -e "s/11211/$port/" -i ?TS/tests/*
-
-: Run the upstream test Suite for NTS extension
-pushd NTS
-rm tests/flush_buffers.phpt tests/touch_binary.phpt
-TEST_PHP_EXECUTABLE=%{__php} \
-TEST_PHP_ARGS="$OPT -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
-REPORT_EXIT_STATUS=1 \
-%{__php} -n run-tests.php --show-diff || ret=1
-popd
-
-%if %{with_zts}
-: Run the upstream test Suite for ZTS extension
-pushd ZTS
-rm tests/flush_buffers.phpt tests/touch_binary.phpt
-TEST_PHP_EXECUTABLE=%{__ztsphp} \
-TEST_PHP_ARGS="$OPT -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
-REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php --show-diff || ret=1
-popd
-%endif
-
-# Cleanup
-if [ -f memcached.pid ]; then
- kill $(cat memcached.pid)
-fi
-
-exit $ret
-%endif
-
-
-%files
-%{?_licensedir:%license NTS/LICENSE}
-%doc %{pecl_docdir}/%{pecl_name}
-%{pecl_xmldir}/%{name}.xml
-
-%config(noreplace) %{php_inidir}/%{ini_name}
-%{php_extdir}/%{pecl_name}.so
-
-%if %{with_zts}
-%config(noreplace) %{php_ztsinidir}/%{ini_name}
-%{php_ztsextdir}/%{pecl_name}.so
-%endif
-
-
-%changelog
-* Mon Feb 20 2017 Remi Collet <remi@fedoraproject.org> - 3.0.3-1
-- update to 3.0.3 (php 7, stable)
-- build with --enable-memcached-protocol option
-
-* Mon Feb 13 2017 Remi Collet <remi@fedoraproject.org> - 3.0.2-1
-- update to 3.0.2 (php 7, stable)
-
-* Thu Feb 9 2017 Remi Collet <remi@fedoraproject.org> - 3.0.1-3
-- test build for https://github.com/php-memcached-dev/php-memcached/pull/320
-
-* Thu Feb 9 2017 Remi Collet <remi@fedoraproject.org> - 3.0.1-2
-- switch to pecl sources
-- enable test suite
-- open https://github.com/php-memcached-dev/php-memcached/pull/319
- fix test suite for 32bits build
-
-* Tue Feb 7 2017 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
-- update to 3.0.1 (php 7, stable)
-
-* Fri Dec 9 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.4.20161207gite65be32
-- refresh to more recent snapshot
-
-* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.3.20160217git6ace07d
-- rebuild with PHP 7.1.0 GA
-
-* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.2.20160217git6ace07d
-- rebuild for PHP 7.1 new API version
-
-* Thu Mar 3 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.1.20160217git6ace07d
-- update to 3.0.0-dev
-- switch back to php-memcached-dev sources
-
-* Wed Mar 2 2016 Remi Collet <remi@fedoraproject.org> - 2.2.1-0.2.20150628git3c79a97
-- add patch for igbinary, see
- https://github.com/rlerdorf/php-memcached/pull/3
-
-* Sun Jan 10 2016 Remi Collet <remi@fedoraproject.org> - 2.2.1-0.1.20150628git3c79a97
-- bump version to 2.2.1-dev, stability=devel
-
-* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-11.20150628git3c79a97
-- rebuild for PHP 7.0.0RC5 new API version
-
-* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-10.20150628git3c79a97
-- F23 rebuild with rh_layout
-
-* Wed Jul 22 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-9.20150628git3c79a97
-- rebuild against php 7.0.0beta2
-
-* Wed Jul 8 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-8.20150628git3c79a97
-- new snapshot
-
-* Sat Jun 27 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-7.20150423git4187e22
-- switch sources from pecl to github
-- temporarily use rlerdorf fork (php7 compatibility)
-- disable igbinary
-- open https://github.com/rlerdorf/php-memcached/pull/2 - msgpack
-
-* Tue Jun 23 2015 Remi Collet <rcollet@redhat.com> - 2.2.0-6
-- allow build against rh-php56 (as more-php56)
-- don't install/register tests
-- drop runtime dependency on pear, new scriptlets
-
-* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-5.1
-- Fedora 21 SCL mass rebuild
-
-* Fri Aug 29 2014 Remi Collet <rcollet@redhat.com> - 2.2.0-5
-- test build with system fastlz
-
-* Fri Aug 29 2014 Remi Collet <rcollet@redhat.com> - 2.2.0-4
-- improve SCL build
-
-* Wed Apr 9 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-3
-- add numerical prefix to extension configuration file
-
-* Wed Apr 2 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-2
-- add all ini options in configuration file (comments)
-
-* Wed Apr 2 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-1
-- update to 2.2.0 (stable)
-- msgpack not available for ppc64
-
-* Wed Mar 19 2014 Remi Collet <rcollet@redhat.com> - 2.2.0-0.3.RC1
-- allow SCL build
-
-* Thu Mar 13 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.2.RC1
-- update to 2.2.0RC1 (beta)
-
-* Mon Nov 25 2013 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.1.b1
-- update to 2.2.0b1 (beta)
-- cleanups for Copr
-- install doc in pecl doc_dir
-- install tests in pecl test_dir (in devel)
-- add dependency on pecl/msgpack
-- add --with tests option to run upstream test suite during build
-
-* Fri Nov 15 2013 Remi Collet <remi@fedoraproject.org> - 2.1.0-7
-- drop requires libmemcached >= build version
- as this can also be libmemcached-last
-
-* Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-6
-- requires libmemcached >= build version
-
-* Sat Nov 17 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-5
-- rebuild for libmemcached 1.0.14 (with SASL)
-- switch to upstream patch
-- add patch to report about SASL support in phpinfo
-
-* Fri Oct 19 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-4
-- improve comment in configuration about session.
-
-* Sat Sep 22 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-3
-- rebuild for new libmemcached
-- drop sasl support
-
-* Sat Sep 8 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-2
-- sync with rawhide, cleanups
-- Obsoletes php53*, php54* on EL
-
-* Tue Aug 07 2012 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
-- update to 2.1.0
-- add patch to lower libmemcached required version
-
-* Sun Apr 22 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-6
-- rebuild for libmemcached 1.0.6 (with SASL) and php 5.4
-
-* Sun Apr 22 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-5
-- rebuild for libmemcached 1.0.6 (with SASL) and php 5.3
-
-* Sat Apr 21 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-4
-- rebuild for libmemcached 1.0.6 and php 5.4
-
-* Sat Apr 21 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-3
-- rebuild for libmemcached 1.0.6 and php 5.3
-
-* Sat Mar 03 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-2
-- update to 2.0.1 for PHP 5.4
-
-* Sat Mar 03 2012 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
-- update to 2.0.1 for PHP 5.3
-
-* Sat Mar 03 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-2
-- update to 2.0.0 for PHP 5.4
-
-* Sat Mar 03 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
-- update to 2.0.0 for PHP 5.3
-
-* Wed Nov 16 2011 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.1736623
-- update to git snapshot (post 2.0.0b2) for php 5.4 build
-
-* Sun Oct 16 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-10
-- rebuild against latest libmemcached (f16 only)
-
-* Tue Oct 04 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-9
-- ZTS extension
-
-* Sat Sep 17 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-8
-- allow relocation
-- work for ZTS (not yet ok)
-
-* Sat Sep 17 2011 Remi Collet <remi@fedoraproject.org> - 1.0.2-7
-- rebuild against libmemcached 0.52
-- adapted filter
-- clean spec
-
-* Thu Jun 02 2011 Remi Collet <Fedora@FamilleCollet.com> - 1.0.2-6
-- rebuild against libmemcached 0.49
-
-* Sat Feb 19 2011 Remi Collet <fedora@famillecollet.com> - 1.0.2-3.2
-- rebuild for remi repo with SASL for fedora <= 10 and EL <= 5
-
-* Sat Oct 02 2010 Remi Collet <fedora@famillecollet.com> - 1.0.2-3.1
-- remove patch
-
-* Fri Oct 01 2010 Remi Collet <fedora@famillecollet.com> - 1.0.2-3
-- rebuild against libmemcached 0.44 with SASL support
-
-* Wed Sep 29 2010 Remi Collet <fedora@famillecollet.com> - 1.0.2-2
-- rebuild with igbinary support
-
-* Tue May 04 2010 Remi Collet <fedora@famillecollet.com> - 1.0.2-1
-- update to 1.0.2 for libmemcached 0.40
-
-* Sat Mar 13 2010 Remi Collet <fedora@famillecollet.com> - 1.0.1-1
-- update to 1.0.1 for libmemcached 0.38
-
-* Sun Feb 07 2010 Remi Collet <fedora@famillecollet.com> - 1.0.0-3.1
-- bump release
-
-* Sat Feb 06 2010 Remi Collet <fedora@famillecollet.com> - 1.0.0-3
-- rebuilt against new libmemcached
-- add minimal %%check
-
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Sun Jul 12 2009 Remi Collet <fedora@famillecollet.com> - 1.0.0-1
-- Update to 1.0.0 (First stable release)
-
-* Sat Jun 27 2009 Remi Collet <fedora@famillecollet.com> - 0.2.0-1
-- Update to 0.2.0 + Patch for HAVE_JSON constant
-
-* Wed Apr 29 2009 Remi Collet <fedora@famillecollet.com> - 0.1.5-1
-- Initial RPM
-