mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
gmp and libsodium for ldap if enabled
only enable openssl when zlib ext is also enabled (missing 'deflate' otherwise) move back from source/php-src/ext/ldap to source/ldap (fix "LICENSE not found")
This commit is contained in:
@@ -158,10 +158,14 @@
|
||||
"ldap"
|
||||
],
|
||||
"lib-suggests": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"zlib",
|
||||
"gmp",
|
||||
"libsodium"
|
||||
],
|
||||
"ext-suggests": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
"mbregex": {
|
||||
|
||||
Reference in New Issue
Block a user