File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/SPC/builder/extension Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ public function getUnixConfigureArg(bool $shared = false): string
16
16
if ($ this ->isBuildStatic ()) {
17
17
$ arg .= $ this ->builder ->getExt ('session ' )?->isBuildStatic() ? ' --enable-redis-session ' : ' --disable-redis-session ' ;
18
18
$ arg .= $ this ->builder ->getExt ('igbinary ' )?->isBuildStatic() ? ' --enable-redis-igbinary ' : ' --disable-redis-igbinary ' ;
19
+ $ arg .= $ this ->builder ->getExt ('msgpack ' )?->isBuildStatic() ? ' --enable-redis-msgpack ' : ' --disable-redis-msgpack ' ;
19
20
} else {
20
21
$ arg .= $ this ->builder ->getExt ('session ' ) ? ' --enable-redis-session ' : ' --disable-redis-session ' ;
21
22
$ arg .= $ this ->builder ->getExt ('igbinary ' ) ? ' --enable-redis-igbinary ' : ' --disable-redis-igbinary ' ;
23
+ $ arg .= $ this ->builder ->getExt ('msgpack ' ) ? ' --enable-redis-msgpack ' : ' --disable-redis-msgpack ' ;
22
24
}
23
25
if ($ this ->builder ->getLib ('zstd ' )) {
24
26
$ arg .= ' --enable-redis-zstd --with-libzstd=" ' . BUILD_ROOT_PATH . '" ' ;
You can’t perform that action at this time.
0 commit comments