diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-19 12:37:08 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-19 12:37:08 +0100 |
commit | 7a8f4193836a81b31c51eb69cc4eaa22a62c2836 (patch) | |
tree | 4755ce14a0ccb84dc7bbc3147b2dfd6f32b6f1cc /REFLECTION | |
parent | cf4f67ce9bebd1d2c1377e31bfdfc6832c2bd5ea (diff) |
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
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #105 memcache version 3.0.9-dev ] { +Extension [ <persistent> extension #118 memcache version 4.0.2 ] { - INI { Entry [ memcache.allow_failover <ALL> ] @@ -34,6 +34,33 @@ Extension [ <persistent> extension #105 memcache version 3.0.9-dev ] { Entry [ memcache.lock_timeout <ALL> ] Current = '15' } + Entry [ memcache.session_prefix_host_key <ALL> ] + Current = '0' + } + Entry [ memcache.session_prefix_host_key_remove_www <ALL> ] + Current = '1' + } + Entry [ memcache.session_prefix_host_key_remove_subdomain <ALL> ] + Current = '0' + } + Entry [ memcache.session_prefix_static_key <ALL> ] + Current = '' + } + Entry [ memcache.session_save_path <ALL> ] + Current = '' + } + Entry [ memcache.prefix_host_key <ALL> ] + Current = '0' + } + Entry [ memcache.prefix_host_key_remove_www <ALL> ] + Current = '1' + } + Entry [ memcache.prefix_host_key_remove_subdomain <ALL> ] + Current = '0' + } + Entry [ memcache.prefix_static_key <ALL> ] + Current = '' + } } - Constants [6] { |