shared ssh2 wants openssl if mysqli or mysqlnd aren't built in

This commit is contained in:
DubbleClick 2025-05-22 16:51:03 +07:00
parent c2d5afc4e9
commit 51891478e4

View File

@ -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"