Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[HttpKernel] switched Kernel::init() method call to userland#7330

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

Closed
bamarni wants to merge1 commit intosymfony:masterfrombamarni:kernel-init
Closed

[HttpKernel] switched Kernel::init() method call to userland#7330

bamarni wants to merge1 commit intosymfony:masterfrombamarni:kernel-init

Conversation

bamarni
Copy link
Contributor

QA
Bug fix?[yes]
New feature?[no]
BC breaks?[yes]
Deprecations?[no]
Tests pass?[yes]
Fixed tickets[#6834]
LicenseMIT

See#6834, as@fabpot said, a fix would be to move the code to userland, I suggest to keep it in thisinit() method though, and tag it as api, for a few reasons :

  • assuming it's content belongs to the dev front controller is wrong, it only depends on the debug mode.
  • it can become the recommended place where one can set its application specific php ini settings (not sure if there is such place currently for a symfony project? I usually do this in my front controllers) and also set up its own debugging tools, xhprof and so.

@fabpot
Copy link
Member

Closing in favor of#7441

@fabpotfabpot closed thisMar 23, 2013
fabpot added a commit to fabpot/symfony that referenced this pull requestApr 7, 2013
fabpot added a commit that referenced this pull requestApr 7, 2013
This PR was merged into the master branch.Discussion----------[Debug] added the component (closes#6828,closes#6834,closes#7330)| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | yes| Tests pass?   | yes| Fixed tickets |#6828,#6834,#7330| License       | MIT| Doc PR        |symfony/symfony-docs#2479You can use the individual tools, or register them all:```phpuse Symfony\Component\Debug\Debug;Debug::enable();```Changes in Symfony SE:symfony/symfony-standard#523Commits-------f693128 fixed typos1ab1146 [Debug] fixed minor bugsdaa3a3c [Debug] changed composer to accept more versionse455269 [Debug] ensured that the Debug tools can only be registered once946bfb2 [Debug] made the exception handler independant of HttpFoundation2b305c2 added a main Debug class to ease integration2ff0927 [Debug] added the component (closes#6828,closes#6834,closes#7330)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@bamarni@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp