From 0ec4055954fcc12904a28e463ddec7b00965819b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Mar 2023 15:00:25 +0100 Subject: update refl --- PHPINFO | 3 ++- REFLECTION | 9 +++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0142ac7..116427c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,8 @@ memcached memcached support => enabled Version => 3.2.0 -libmemcached-awesome version => 1.1.1 +libmemcached-awesome headers version => 1.1.2 +libmemcached-awesome library version => 1.1.4 SASL support => yes Session support => yes igbinary support => yes diff --git a/REFLECTION b/REFLECTION index a0f2315..e3efdf0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #113 memcached version 3.2.0 ] { +Extension [ extension #72 memcached version 3.2.0 ] { - Dependencies { Dependency [ session (Required) ] @@ -95,7 +95,7 @@ Extension [ extension #113 memcached version 3.2.0 ] { Class [ class Memcached ] { - Constants [146] { - Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781313 } + Constant [ public int LIBMEMCACHED_VERSION_HEX ] { 16781314 } Constant [ public int OPT_COMPRESSION ] { -1001 } Constant [ public int OPT_COMPRESSION_TYPE ] { -1004 } Constant [ public int OPT_PREFIX_KEY ] { -1002 } @@ -833,8 +833,8 @@ Extension [ extension #113 memcached version 3.2.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -851,6 +851,7 @@ Extension [ extension #113 memcached version 3.2.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { -- cgit