@@ -22,9 +22,17 @@ Building
22
22
Dependencies
23
23
------------
24
24
25
- php-memcached 3.x releases support PHP 7.0 - 7.1, and require libmemcached 1.x or higher, and optionally support igbinary 2.0 or higher.
26
-
27
- php-memcached 2.x releases support PHP 5.2 - 5.6, and require libmemcached 0.44 or higher, and optionally support igbinary 1.0 or higher.
25
+ php-memcached 3.x:
26
+ * Supports PHP 7.0 - 7.1.
27
+ * Requires libmemcached 1.x or higher.
28
+ * Optionally supports igbinary 2.0 or higher.
29
+ * Optionally supports msgpack 2.0 or higher.
30
+
31
+ php-memcached 2.x:
32
+ * Supports PHP 5.2 - 5.6.
33
+ * Requires libmemcached 0.44 or higher.
34
+ * Optionally supports igbinary 1.0 or higher.
35
+ * Optionally supports msgpack 0.5 or higher.
28
36
29
37
[ libmemcached] ( http://libmemcached.org/libMemcached.html ) version 1.0.16 or
30
38
higher is recommended for best performance and compatibility with memcached
@@ -35,3 +43,9 @@ binary serializer for PHP data structures. When installing php-memcached from
35
43
source code, the igbinary module must be installed first so that php-memcached
36
44
can access its C header files. Load both modules in your ` php.ini ` at runtime
37
45
to begin using igbinary.
46
+
47
+ [ msgpack] ( https://msgpack.org ) is a faster and more compact data structure
48
+ representation that is interoperable with msgpack implementations for other
49
+ languages. When installing php-memcached from source code, the msgpack module
50
+ must be installed first so that php-memcached can access its C header files.
51
+ Load both modules in your ` php.ini ` at runtime to begin using msgpack.
0 commit comments