last problems (?)

This commit is contained in:
DubbleClick
2025-05-22 15:46:42 +07:00
parent 396d4b341f
commit 0afe0e5f46
6 changed files with 9 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ class memcache extends Extension
{
public function getUnixConfigureArg(bool $shared = false): string
{
return '--enable-memcache --with-zlib-dir=' . BUILD_ROOT_PATH;
return '--enable-memcache' . ($shared ? '=shared' : '') . ' --with-zlib-dir=' . BUILD_ROOT_PATH;
}
/**