Skip to content

RequestBodyParserMiddleware should respect ini settings #257

Closed
@clue

Description

@clue

Now that we've started offering a way to parse incoming request bodies (#220 and #226), we may want to look into supporting PHP's default ini settings to control this behavior.

For example, these are the relevant default settings on my Ubuntu box:

file_uploads		On
max_file_uploads	20
upload_max_filesize	2M

max_input_nesting_level	64
max_input_vars		1000

Supersedes / closes #250

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions