Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas left a comment
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 :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedNov 9, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Two more ideas:
|
chalasr commentedNov 9, 2018
@nicolas-grekas updated, thanks |
nicolas-grekas left a comment
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!
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas left a comment
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 :)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedNov 10, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'm merging quickly so that the recipes work with 4.2 (they're broken for now.) |
nicolas-grekas commentedNov 10, 2018
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 | todoReplaces#29126.Commits-------bbd5682 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv()
fmata commentedNov 10, 2018
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 | MITJust 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 commit9253199, reversingchanges made to664a032.| 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 bysymfony/recipes#491, see description there.Commits-------f3c5fda Revert "bug#29154 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv() (chalasr)"
Replaces#29126.