-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv() #29154
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
Conversation
daae4af
to
bd47efa
Compare
bd47efa
to
6f4ee74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool thanks :)
Two more ideas:
|
6f4ee74
to
428b3e4
Compare
@nicolas-grekas updated, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
428b3e4
to
e3328a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I agree, too opinionated for a component :)
e3328a2
to
bbd5682
Compare
I'm merging quickly so that the recipes work with 4.2 (they're broken for now.) |
Thank you @chalasr. |
…pplication::bootstrapEnv() (chalasr) This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv() | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28984, #29126 | License | MIT | Doc PR | todo Replaces #29126. Commits ------- bbd5682 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv()
I fixed a minor doc issue + removed |
…ks (fmata) This PR was merged into the 4.2-dev branch. Discussion ---------- [FrameworkBundle] Application::bootstrapEnv() minor tweaks | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Just 2 minor tweaks to #29154 caught while reviewing. Commits ------- 4e92e6e [FrameworkBundle] Application::bootstrapEnv() upgrade doc fix
…BUG from argv via Application::bootstrapEnv() (nicolas-grekas) This PR was merged into the 4.2-dev branch. Discussion ---------- Revert "bug #29154 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv() This reverts commit 9253199, reversing changes made to 664a032. | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Replaced by symfony/recipes#491, see description there. Commits ------- f3c5fda Revert "bug #29154 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv() (chalasr)"
Replaces #29126.