10up / Engineering-Best-Practices

10up Engineering Best Practices
https://10up.github.io/Engineering-Best-Practices/
MIT License
760 stars 205 forks source link

Change max_post_size to post_max_size #402

Closed TheLastCicada closed 1 year ago

TheLastCicada commented 1 year ago

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: