mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-22 17:01:14 +00:00
max_input_vars does not yet exist in PHP 5.3
This commit is contained in:
@@ -29,7 +29,6 @@ max_file_uploads = 20
|
|||||||
|
|
||||||
; Vars
|
; Vars
|
||||||
variables_order = EGPCS
|
variables_order = EGPCS
|
||||||
max_input_vars = 8000
|
|
||||||
max_input_nesting_level = 64
|
max_input_nesting_level = 64
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,9 @@ max_file_uploads = 20
|
|||||||
|
|
||||||
; Vars
|
; Vars
|
||||||
variables_order = EGPCS
|
variables_order = EGPCS
|
||||||
|
{% if not (php_version == 5.2 or php_version == 5.3 ) %}
|
||||||
max_input_vars = 8000
|
max_input_vars = 8000
|
||||||
|
{% endif %}
|
||||||
max_input_nesting_level = 64
|
max_input_nesting_level = 64
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user