Bump version, update docs, change owner dunglas to php

This commit is contained in:
crazywhalecc
2025-06-19 13:01:26 +08:00
parent 1357990c4c
commit 437d6810b7
7 changed files with 14 additions and 6 deletions

View File

@@ -317,8 +317,8 @@ abstract class UnixBuilderBase extends BuilderBase
$nowatcher = $this->getLib('watcher') === null ? ',nowatcher' : '';
$xcaddyModules = getenv('SPC_CMD_VAR_FRANKENPHP_XCADDY_MODULES');
// make it possible to build from a different frankenphp directory!
if (!str_contains($xcaddyModules, '--with github.com/dunglas/frankenphp')) {
$xcaddyModules = '--with github.com/dunglas/frankenphp ' . $xcaddyModules;
if (!str_contains($xcaddyModules, '--with github.com/php/frankenphp')) {
$xcaddyModules = '--with github.com/php/frankenphp ' . $xcaddyModules;
}
if ($this->getLib('brotli') === null && str_contains($xcaddyModules, '--with github.com/dunglas/caddy-cbrotli')) {
logger()->warning('caddy-cbrotli module is enabled, but brotli library is not built. Disabling caddy-cbrotli.');