diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-19 10:05:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-19 10:05:06 +0100 |
commit | 909c5e81af578e4792613a967f8d110658154db5 (patch) | |
tree | 06c1b1fbfdcc32d88c9a6b11fca1808241a695f4 /REFLECTION | |
parent | 730fc2be6262d1365aff51535565624d16f4a2c7 (diff) |
- update to 4.0.5
- switch back to sources from PECL
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 memcache version 4.0.4 ] { +Extension [ <persistent> extension #81 memcache version 4.0.5 ] { - INI { Entry [ memcache.allow_failover <ALL> ] @@ -64,12 +64,12 @@ Extension [ <persistent> 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 { |