Skip to content

Commit 99754af

Browse files
committed
max_input_vars does not yet exist in PHP 5.3
1 parent b2a7e7b commit 99754af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfiles/base/data/php.d/php-5.3.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ max_file_uploads = 20
2929

3030
; Vars
3131
variables_order = EGPCS
32-
max_input_vars = 8000
3332
max_input_nesting_level = 64
3433

3534

build/ansible/CONFIGURATION/php-base.ini.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ max_file_uploads = 20
2929

3030
; Vars
3131
variables_order = EGPCS
32+
{% if not (php_version == 5.2 or php_version == 5.3 ) %}
3233
max_input_vars = 8000
34+
{% endif %}
3335
max_input_nesting_level = 64
3436

3537

0 commit comments

Comments
 (0)