From 51891478e4612f306dbfb72495a1a887db238aac Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 22 May 2025 16:51:03 +0700 Subject: [PATCH] shared ssh2 wants openssl if mysqli or mysqlnd aren't built in --- config/ext.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index bd98ac43..dc69bf36 100644 --- a/config/ext.json +++ b/config/ext.json @@ -790,9 +790,11 @@ "arg-type": "with-prefix", "arg-type-windows": "with", "lib-depends": [ - "openssl", "libssh2" ], + "shared-ext-depends": [ + "openssl" + ], "ext-depends-windows": [ "openssl", "zlib"