From 2dbc94508ca8ee2f42563b9a35d263651a456a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 11 Aug 2023 15:13:29 +0200 Subject: [PATCH] chore: better Zend Max Execution Timers message --- frankenphp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frankenphp.go b/frankenphp.go index 4cf23ba..e5f0003 100644 --- a/frankenphp.go +++ b/frankenphp.go @@ -267,7 +267,7 @@ func Init(options ...Option) error { if config.ZTS { if !config.ZendMaxExecutionTimers && runtime.GOOS == "linux" { - logger.Warn(`Zend Timer is not enabled, "--enable-zend-max-execution-timers" configuration option or timeouts (e.g. "max_execution_time") will not work as expected`) + logger.Warn(`Zend Max Execution Timers are not enabled, timeouts (e.g. "max_execution_time") are disabled, recompile PHP with the "--enable-zend-max-execution-timers" configuration option to fix this issue`) } } else { opt.numThreads = 1