You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "memcached extension based on libmemcached library ",
6
+
"require": {
7
+
"php": ">= 7.0.0"
8
+
},
9
+
"suggest": {
10
+
"ext-igbinary": "igbinary is a faster and more compact binary serializer for PHP data structures.",
11
+
"ext-msgpack": "msgpack is a faster and more compact data structure representation that is interoperable with msgpack implementations for other languages."
12
+
},
13
+
"php-ext": {
14
+
"extension-name": "memcached",
15
+
"configure-options": [
16
+
{
17
+
"name": "enable-memcached",
18
+
"description": "Enable memcached support"
19
+
},
20
+
{
21
+
"name": "with-libmemcached-dir",
22
+
"description": "Set the path to libmemcached install prefix.",
0 commit comments