Since php 5.3.9 there is a php setting for the number of max_inut_vars with a default value of 1000
This pr just adds a test to display the value in com_admin&view=sysinfo
Knowing the value is quite important now especially on sites with a large number of menus, usergroups or modules as if the value for max_input_vars is not big enough then saving will fail silently or will be truncated.
What is this
This PR just displays the setting "Max Imput Vars" to the Backend PHP settings.
How to test
login to the backend
Go to the Systeminformation (BE -> System -> Systeminformation)
There is a Tab "PHP Settings"
Confirm that bevor the patch there is no entry for "max input vars"
I have tested this item successfully on 29bae22
Thanks zero-24!
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8239.