You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure we should do anything here. Fixing this is a BC break. Since the component is new, it's easier for ppl to update their code. I know this is not the policy and if we've noticed this change earlier, we would have thought twice about it.
Yet, looking at the broken code, it is already very strange to me to rely on an exception to "fallback". I'd expect ppl to do a file_exists check instead.
This PR was squashed before being merged into the 3.3 branch (closes#24081).
Discussion
----------
[Dotenv] Add a BC break note
| Q | A
| ------------- | ---
| Branch? | 3.3
| Bug fix? | yes
| New feature? |no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #24078
| License | MIT
Commits
-------
66621cc [Dotenv] Add a BC break note
As reported by @tiger-seo in #23799:
i am grateful for all your hard work, but this change is a breaking change and it is not mentioned :(
to give you more info why it is a BC, please see our
env_autoload.php
, which is used instead ofautoload.php
:.env.dist
earlier than the.env
:The text was updated successfully, but these errors were encountered: