Closed TheLastCicada closed 1 year ago
This has been in here wrong for years, but per https://www.php.net/manual/en/ini.core.php#ini.post-max-size, should be post_max_size and not max_post_size.
Just a text change that can be validated by reading https://www.php.net/manual/en/ini.core.php#ini.post-max-size
Fixed = post_max_size typo
Props @cmmarslender
Description of the Change
This has been in here wrong for years, but per https://www.php.net/manual/en/ini.core.php#ini.post-max-size, should be post_max_size and not max_post_size.
How to test the Change
Just a text change that can be validated by reading https://www.php.net/manual/en/ini.core.php#ini.post-max-size
Changelog Entry
Fixed = post_max_size typo
Credits
Props @cmmarslender
Checklist: