diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-22 15:12:51 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-22 15:12:51 +0200 |
| commit | 41fb809c25ecfd75ac934f33309000d7c26e2166 (patch) | |
| tree | 62adaee2351c39edf03be578ff1496c320b07ebf /REFLECTION | |
| parent | 25f32ebf1ed235517b1283686359945e98402d2d (diff) | |
drop pear/pecl dependency
sources from github
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #84 memcache version 8.2 ] { +Extension [ <persistent> extension #98 memcache version 8.2 ] { - INI { Entry [ memcache.allow_failover <ALL> ] @@ -64,12 +64,12 @@ Extension [ <persistent> extension #84 memcache version 8.2 ] { } - Constants [6] { - 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 } + Constant [ <persistent> int MEMCACHE_COMPRESSED ] { 2 } + Constant [ <persistent> int MEMCACHE_USER1 ] { 65536 } + Constant [ <persistent> int MEMCACHE_USER2 ] { 131072 } + Constant [ <persistent> int MEMCACHE_USER3 ] { 262144 } + Constant [ <persistent> int MEMCACHE_USER4 ] { 524288 } + Constant [ <persistent> int MEMCACHE_HAVE_SESSION ] { 1 } } - Functions { |
