From 909c5e81af578e4792613a967f8d110658154db5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2019 10:05:06 +0100 Subject: - update to 4.0.5 - switch back to sources from PECL --- REFLECTION | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3e5d15f..1eac796 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 memcache version 4.0.4 ] { +Extension [ extension #81 memcache version 4.0.5 ] { - INI { Entry [ memcache.allow_failover ] @@ -64,12 +64,12 @@ Extension [ extension #119 memcache version 4.0.4 ] { } - Constants [6] { - Constant [ integer MEMCACHE_COMPRESSED ] { 2 } - Constant [ integer MEMCACHE_USER1 ] { 65536 } - Constant [ integer MEMCACHE_USER2 ] { 131072 } - Constant [ integer MEMCACHE_USER3 ] { 262144 } - Constant [ integer MEMCACHE_USER4 ] { 524288 } - Constant [ integer MEMCACHE_HAVE_SESSION ] { 1 } + Constant [ int MEMCACHE_COMPRESSED ] { 2 } + Constant [ int MEMCACHE_USER1 ] { 65536 } + Constant [ int MEMCACHE_USER2 ] { 131072 } + Constant [ int MEMCACHE_USER3 ] { 262144 } + Constant [ int MEMCACHE_USER4 ] { 524288 } + Constant [ int MEMCACHE_HAVE_SESSION ] { 1 } } - Functions { -- cgit