Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Revert "bug #29154 [FrameworkBundle] Define APP_ENV/APP_DEBUG from argv via Application::bootstrapEnv()#29197
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
nicolas-grekas commentedNov 13, 2018
I'm proposing to revert this method because it fits nowhere: we cannot use it in the console recipe because the method is in fwb. Logic fits only inlined in bin/console as insymfony/recipes#491 |
chalasr commentedNov 13, 2018
We are instantiating the FWB |
nicolas-grekas commentedNov 13, 2018
The issue is that even if the code is in fwb, it is the console recipe that is going to reference it, because that's where bin/console is. |
…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)"
This reverts commit9253199, reversing
changes made to664a032.
Replaced bysymfony/recipes#491, see description there.