From 7a8f4193836a81b31c51eb69cc4eaa22a62c2836 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 12:37:08 +0100 Subject: update to 4.0.2 from https://github.com/websupport-sk/pecl-memcache add patch for PHP < 7.2 from https://github.com/websupport-sk/pecl-memcache/pull/40 add patch to allow session.save_path from https://github.com/websupport-sk/pecl-memcache/pull/45 --- REFLECTION | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a7c17af..d71f371 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #105 memcache version 3.0.9-dev ] { +Extension [ extension #118 memcache version 4.0.2 ] { - INI { Entry [ memcache.allow_failover ] @@ -34,6 +34,33 @@ Extension [ extension #105 memcache version 3.0.9-dev ] { Entry [ memcache.lock_timeout ] Current = '15' } + Entry [ memcache.session_prefix_host_key ] + Current = '0' + } + Entry [ memcache.session_prefix_host_key_remove_www ] + Current = '1' + } + Entry [ memcache.session_prefix_host_key_remove_subdomain ] + Current = '0' + } + Entry [ memcache.session_prefix_static_key ] + Current = '' + } + Entry [ memcache.session_save_path ] + Current = '' + } + Entry [ memcache.prefix_host_key ] + Current = '0' + } + Entry [ memcache.prefix_host_key_remove_www ] + Current = '1' + } + Entry [ memcache.prefix_host_key_remove_subdomain ] + Current = '0' + } + Entry [ memcache.prefix_static_key ] + Current = '' + } } - Constants [6] { -- cgit