From e6832ecf612553085a9166026e4fca0cd9c134fc Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Tue, 19 Aug 2025 20:15:41 +0700 Subject: [PATCH] add msgpack suggestion --- config/ext.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index 14eabf17..87097c4b 100644 --- a/config/ext.json +++ b/config/ext.json @@ -694,7 +694,8 @@ "arg-type": "custom", "ext-suggests": [ "session", - "igbinary" + "igbinary", + "msgpack" ], "lib-suggests-unix": [ "zstd",