Skip to content

Kernel parameters list not documented? #17935

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

Closed
Arkemlar opened this issue Feb 21, 2023 · 5 comments
Closed

Kernel parameters list not documented? #17935

Arkemlar opened this issue Feb 21, 2023 · 5 comments
Labels
hasPR A Pull Request has already been submitted for this issue.

Comments

@Arkemlar
Copy link

Today I searched for a place where I can find the list of exact names for Kernel parameters and failed. It seems a sensitive miss for the documentation. The first place I looked for was https://symfony.com/doc/current/reference/configuration/kernel.html so it would be nice to see Kernel parameters list there.

@javiereguiluz
Copy link
Member

In the page that you referenced, you can see the names of the kernel parameters: kernel.project_dir, kernel.charset, etc.

What are you missing in that page? Thanks.

@Arkemlar
Copy link
Author

Arkemlar commented Feb 21, 2023

I mean all the list of parameters that IDE autocompletion lists here:
изображение
In the page I mentioned above - there are much less parameters described.

About kernel.runtime_environment discussion found in other issue

@alexandre-daubois
Copy link
Member

Oh that's actually parameters defined by the framework config. Maybe we should add a mention in the kernel page about this?

@javiereguiluz
Copy link
Member

@Arkemlar thanks for the additional details.

Let's think about this a bit more before making any change. Thanks.

@javiereguiluz javiereguiluz added hasPR A Pull Request has already been submitted for this issue. and removed Waiting feedback labels Jul 6, 2023
javiereguiluz added a commit that referenced this issue Jul 11, 2023
This PR was squashed before being merged into the 6.2 branch.

Discussion
----------

Revamp the kernel configuration reference

Fixes #14455 and #17935.

Commits
-------

64c2122 Revamp the kernel configuration reference
@javiereguiluz
Copy link
Member

Closing as fixed in #18525.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hasPR A Pull Request has already been submitted for this issue.
Projects
None yet
Development

No branches or pull requests

3 participants