File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.5.1 2023-03-16 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Change log_errors_max_len to 0 in php.ini from 1024
5
+
6
+ ### Reverted
7
+ - Strip php_admin_value[log_errors_max_len] from fpm config
8
+
9
+
1
10
## 7.5.0 2023-03-15 <dave at tiredofit dot ca >
2
11
3
12
### Changed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ignore_repeated_errors = Off
26
26
ignore_repeated_source = Off
27
27
implicit_flush = Off
28
28
log_errors = On
29
- log_errors_max_len = 1024
29
+ log_errors_max_len = 0
30
30
max_execution_time = 30
31
31
max_file_uploads = 20
32
32
max_input_time = 180
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ ping.path = /ping
19
19
20
20
pm.process_idle_timeout = 10s
21
21
pm.max_requests = {{PHP_FPM_MAX_REQUESTS}}
22
- php_admin_value[log_errors_max_len] = {{PHP_LOG_LIMIT}}
23
22
php_admin_value[max_execution_time] = {{PHP_TIMEOUT}}
24
23
php_admin_value[max_input_nesting_level] = 256
25
24
php_admin_value[max_input_vars] = 10000
You can’t perform that action at this time.
0 commit comments