From 8039ea49f9563e0d7fdf82508e09ceb38d004ab1 Mon Sep 17 00:00:00 2001 From: henderkes Date: Tue, 23 Sep 2025 11:56:12 +0200 Subject: [PATCH] soap requires libxml and session --- config/ext.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/ext.json b/config/ext.json index 188aea58..68612fe8 100644 --- a/config/ext.json +++ b/config/ext.json @@ -759,11 +759,9 @@ }, "type": "builtin", "arg-type": "custom", - "lib-depends": [ - "libxml2" - ], - "ext-depends-windows": [ - "xml" + "ext-depends": [ + "libxml", + "session" ] }, "sockets": {