Skip to content

Commit c4884f8

Browse files
committed
post_max_size = 128M
upload_max_filesize = 128M
1 parent 1f61b7a commit c4884f8

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

php-apache-53/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ log_errors = On
55
mail.add_x_header = On
66
max_input_vars = 100000
77
request_order = GP
8-
short_open_tag = Off
8+
short_open_tag = Off
9+
post_max_size = 128M
10+
upload_max_filesize = 128M

php-apache-54/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ mail.add_x_header = On
66
max_input_vars = 100000
77
request_order = GP
88
short_open_tag = Off
9-
track_errors = On
9+
track_errors = On
10+
post_max_size = 128M
11+
upload_max_filesize = 128M

php-apache-55/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ max_input_vars = 100000
77
request_order = GP
88
short_open_tag = Off
99
track_errors = On
10-
date.timezone = Europe/London
10+
date.timezone = Europe/London
11+
post_max_size = 128M
12+
upload_max_filesize = 128M

php-apache-56/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ max_input_vars = 100000
77
request_order = GP
88
short_open_tag = Off
99
track_errors = On
10-
date.timezone = Europe/London
10+
date.timezone = Europe/London
11+
post_max_size = 128M
12+
upload_max_filesize = 128M

php-apache-70/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ mail.add_x_header = On
66
max_input_vars = 100000
77
request_order = GP
88
short_open_tag = Off
9-
track_errors = On
9+
track_errors = On
10+
post_max_size = 128M
11+
upload_max_filesize = 128M

php-apache-71/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ mail.add_x_header = On
66
max_input_vars = 100000
77
request_order = GP
88
short_open_tag = Off
9-
track_errors = On
9+
track_errors = On
10+
post_max_size = 128M
11+
upload_max_filesize = 128M

php-apache-72/override.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ log_errors = On
55
mail.add_x_header = On
66
max_input_vars = 100000
77
request_order = GP
8-
short_open_tag = Off
8+
short_open_tag = Off
9+
post_max_size = 128M
10+
upload_max_filesize = 128M

0 commit comments

Comments
 (0)