We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d038f4 + 99a512c commit f9f4ca9Copy full SHA for f9f4ca9
1 file changed
src/SPC/builder/extension/password_argon2.php
@@ -26,7 +26,7 @@ public function runCliCheckUnix(): void
26
27
public function getConfigureArg(bool $shared = false): string
28
{
29
- if ($this->builder->getLib('openssl') !== null) {
+ if ($this->builder->getExt('openssl')?->isBuildStatic() || $this->isBuildShared()) {
30
if ($this->builder->getPHPVersionID() >= 80500 || ($this->builder->getPHPVersionID() >= 80400 && !$this->builder->getOption('enable-zts'))) {
31
return '--without-password-argon2'; // use --with-openssl-argon2 in openssl extension instead
32
}
0 commit comments