dunglas / frankenphp

🧟 The modern PHP app server
https://frankenphp.dev
MIT License
6.98k stars 244 forks source link

fix: sapi_module.getenv() should delegate to Go #1142

Closed dunglas closed 2 weeks ago

dunglas commented 2 weeks ago

Ensure that sapi_module.getenv() delegates to Go's 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.