Searched refs:max_input_nesting_level (Results 1 – 11 of 11) sorted by relevance
2 Handling of max_input_nesting_level being reached6 max_input_nesting_level=1033 …variable nesting level exceeded 10. To increase the limit change max_input_nesting_level in php.in…
4 max_input_nesting_level=2
8 max_input_nesting_level=5
8 max_input_nesting_level=10
148 long max_input_nesting_level; member
130 if(++nest_level > PG(max_input_nesting_level)) { in php_register_variable_ex()144 …d. To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level)); in php_register_variable_ex()
538 …vel", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_co…
389 ;max_input_nesting_level = 64
6244 - Added "max_input_nesting_level" php.ini option to limit nesting level of
Completed in 47 milliseconds