-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Dotenv] Add $overrideExistingVars to bootEnv() and loadEnv() and dotenv_overload to SymfonyRuntime #43755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fancyweb
commented
Oct 26, 2021
fancyweb
commented
Oct 26, 2021
23421bd
to
f26a730
Compare
nicolas-grekas
added a commit
that referenced
this pull request
Oct 26, 2021
… (fancyweb) This PR was merged into the 5.3 branch. Discussion ---------- [Dotenv] Fix testBootEnv() to start from a fresh context | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Same reason than #43692, needed by #43755. Commits ------- 417b9c2 [Dotenv] Fix testBootEnv() to start from a fresh context
f26a730
to
574a5be
Compare
fancyweb
commented
Oct 26, 2021
574a5be
to
1411686
Compare
…) and dotenv_overload to SymfonyRuntime
1411686
to
bcb0592
Compare
nicolas-grekas
approved these changes
Oct 26, 2021
Thank you @fancyweb. |
This was referenced Nov 5, 2021
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The goal is to be able to use
bootEnv()
andloadEnv()
and override existing vars directly instead of having to calloverload()
in a second time.