diff --git a/frankenphp.go b/frankenphp.go index 8c3eb4afa..e02b614a6 100644 --- a/frankenphp.go +++ b/frankenphp.go @@ -265,7 +265,7 @@ func Init(options ...Option) error { if config.ZTS { if !config.ZendMaxExecutionTimers && runtime.GOOS == "linux" { - logger.Warn(`Zend Timer is not enabled, "--enable-zend-timer" configuration option or timeouts (e.g. "max_execution_time") will not work as expected`) + 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`) } } else { opt.numThreads = 1