From 725e6b25dcbe757a8f3c2986c64ca2b83b4cbc04 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 29 Jul 2023 19:01:14 +0800 Subject: [PATCH] Fix #111 --- config/ext.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index b25b9c72..f227caf9 100644 --- a/config/ext.json +++ b/config/ext.json @@ -208,7 +208,10 @@ }, "mysqlnd": { "type": "builtin", - "arg-type-windows": "with" + "arg-type-windows": "with", + "lib-depends": [ + "zlib" + ] }, "opcache": { "type": "builtin"