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.
1 parent 2277390 commit 1edf14eCopy full SHA for 1edf14e
1 file changed
src/SPC/builder/unix/UnixBuilderBase.php
@@ -458,6 +458,7 @@ protected function buildFrankenphp(): void
458
'-ldflags \"-linkmode=external ' . $extLdFlags . ' ' .
459
'-X \'github.com/caddyserver/caddy/v2/modules/caddyhttp.ServerHeader=FrankenPHP Caddy\' ' .
460
'-X \'github.com/caddyserver/caddy/v2.CustomVersion=FrankenPHP ' .
461
+ '-X \'github.com/caddyserver/caddy/v2.CustomBinaryName=frankenphp ' .
462
"v{$frankenPhpVersion} PHP {$libphpVersion} Caddy'\\\" " .
463
"-tags={$muslTags}nobadger,nomysql,nopgx{$nobrotli}{$nowatcher}",
464
'LD_LIBRARY_PATH' => BUILD_LIB_PATH,
0 commit comments