feat: add support for using $_ENV instead of getenv/putenv #432
Labels
lang: php
Issues specific to PHP.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
getenv
andputenv
are considered not threadsafe. As a result,We should expose a way (similar to symphony's
usePutenv
function) to use the threadsafe version ($_ENV
) instead.As @DracoBlue mentioned in #429:
The text was updated successfully, but these errors were encountered: