PHP.ini, how are the two limitations of max_input_nesting_level and Max_input_vars understood?

Source: Internet
Author: User
My site has only a layer of variables, similar to/index.php?a=a&b=b, will not appear/index.php?a[a]=aa&a[b]=ab, the number of not more than 2.

But the test is only set to the following to not error:

max_input_nesting_level=2

First of all I think it should be = 1, but only = 2 will not error;

max_input_vars=36

This is even more strange, I do not have so many parameters, why 36 can not be wrong.

The above use limit I have to start from 0 to try out.

Also, do you think it is necessary to set this limit a bit larger in order to prevent users from mistakenly entering the path?

Reply content:

My site has only a layer of variables, similar to/index.php?a=a&b=b, will not appear/index.php?a[a]=aa&a[b]=ab, the number of not more than 2.

But the test is only set to the following to not error:

max_input_nesting_level=2

First of all I think it should be = 1, but only = 2 will not error;

max_input_vars=36

This is even more strange, I do not have so many parameters, why 36 can not be wrong.

The above use limit I have to start from 0 to try out.

Also, do you think it is necessary to set this limit a bit larger in order to prevent users from mistakenly entering the path?

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.