From a3e61eb318bf5f3461f37835815225876cb80057 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Feb 2017 06:54:42 +0100 Subject: php-pecl-memcached: 3.0.3 --- REFLECTION-PHP7 | 60 +++++++++++++++++++++++++++++++++++++++++--- php-pecl-memcached-php7.spec | 8 ++++-- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 2a44188..1be81da 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #167 memcached version 3.0.2 ] { +Extension [ extension #167 memcached version 3.0.3 ] { - Dependencies { Dependency [ session (Required) ] @@ -88,10 +88,10 @@ Extension [ extension #167 memcached version 3.0.2 ] { } } - - Classes [2] { + - Classes [3] { Class [ class Memcached ] { - - Constants [101] { + - Constants [132] { Constant [ integer LIBMEMCACHED_VERSION_HEX ] { 16777240 } Constant [ integer OPT_COMPRESSION ] { -1001 } Constant [ integer OPT_COMPRESSION_TYPE ] { -1004 } @@ -192,6 +192,37 @@ Extension [ extension #167 memcached version 3.0.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 ] { } } @@ -668,6 +699,29 @@ Extension [ extension #167 memcached version 3.0.2 ] { } } + Class [ class MemcachedServer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method run ] { + } + + Method [ public method on ] { + } + } + } + Class [ class MemcachedException extends RuntimeException implements Throwable ] { - Constants [0] { diff --git a/php-pecl-memcached-php7.spec b/php-pecl-memcached-php7.spec index 4e5181c..7c235bc 100644 --- a/php-pecl-memcached-php7.spec +++ b/php-pecl-memcached-php7.spec @@ -26,7 +26,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -189,7 +189,7 @@ peclconf() { %ifnarch ppc64 --enable-memcached-msgpack \ %endif -%if 1 +%if 0 --disable-memcached-protocol \ %else --enable-memcached-protocol \ @@ -333,6 +333,10 @@ exit $ret %changelog +* Mon Feb 20 2017 Remi Collet - 3.0.3-1 +- update to 3.0.3 (php 7, stable) +- build with --enable-memcached-protocol option + * Mon Feb 13 2017 Remi Collet - 3.0.2-1 - update to 3.0.2 (php 7, stable) -- cgit