Closed dunglas closed 2 weeks ago
Ensure that sapi_module.getenv() delegates to Go's os.LookupEnv().
sapi_module.getenv()
os.LookupEnv()
See https://github.com/dunglas/frankenphp/pull/1141#issuecomment-2461886536 for the details.
It's only a first step to have thread-safe environment variables support.
Ensure that
sapi_module.getenv()
delegates to Go'sos.LookupEnv()
.See https://github.com/dunglas/frankenphp/pull/1141#issuecomment-2461886536 for the details.
It's only a first step to have thread-safe environment variables support.