Skip to content

Update Env.php to prevent Undefined global variable $_ENV#83

Open
ggedde wants to merge 1 commit into
jmespath:masterfrom
ggedde:patch-1
Open

Update Env.php to prevent Undefined global variable $_ENV#83
ggedde wants to merge 1 commit into
jmespath:masterfrom
ggedde:patch-1

Conversation

@ggedde

@ggedde ggedde commented May 27, 2024

Copy link
Copy Markdown

I have $_ENV disabled on my server as I only need environment variables accessible from getenv(). Unfortunately using array_key_exists() throws an error since $_ENV does not exist. So this commit resolves that.

I have $_ENV disabled on my server as I only need environment variables accessible from getenv(). Unfortunately using  array_key_exists() throws an error since $_ENV does not exist. So this commit resolves that.
@GrahamCampbell

GrahamCampbell commented May 27, 2024

Copy link
Copy Markdown
Collaborator

This is somewhat unusual. Typically getenv is not a good idea because it's not thread-safe, and can leak values between concurrent invokes on php-fpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants