max_multipart_body_parts
INI • Added in PHP 7.2
max_multipart_body_parts — How many multipart body parts (combined input variable and file uploads) may be accepted. Default Value: -1 (Sum of max_input_vars and max_file_uploads)
| Default value | -1 |
| Development value | 1500 |
| Production value | 1500 |
Modifiability: INI_PERDIR|INI_SYSTEM - The max_multipart_body_parts INI directive can be set per-directory (php.ini, .htaccess, httpd.conf, .user.ini, etc.) or globally from php.ini files. However, it cannot be configured with ini_set calls.
max_multipart_body_parts = -1 Changes to the max_multipart_body_parts INI
PHP 7.2
- INI directive added
max_multipart_body_parts INI Availability
max_multipart_body_parts INI Availability| PHP Version | Availability |
|---|---|
| PHP 8.6Upcoming Release | Yes |
| PHP 8.5Supported (Latest) | Yes |
| PHP 8.4Supported | Yes |
| PHP 8.3Security-Fixes Only | Yes |
| PHP 8.2Security-Fixes Only | Yes |
| PHP 8.1Unsupported | Yes |
| PHP 8.0Unsupported | Yes |
| PHP 7.4Unsupported | Yes |
| PHP 7.3Unsupported | Yes |
| PHP 7.2Unsupported | Yes |
| PHP 7.1Unsupported | No |
| PHP 7.0Unsupported | No |
| PHP 5.6Unsupported | No |
| PHP 5.5Unsupported | No |
| PHP 5.4Unsupported | No |
| PHP 5.3Unsupported | No |