Skip to content

Commit 737bae8

Browse files
committed
Release 7.5.1 - See CHANGELOG.md
1 parent 1a43f59 commit 737bae8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## 7.5.0 2023-03-15 <dave at tiredofit dot ca>
211

312
### Changed

install/assets/php-fpm/cli/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ignore_repeated_errors = Off
2626
ignore_repeated_source = Off
2727
implicit_flush = Off
2828
log_errors = On
29-
log_errors_max_len = 1024
29+
log_errors_max_len = 0
3030
max_execution_time = 30
3131
max_file_uploads = 20
3232
max_input_time = 180

install/assets/php-fpm/fpm/php-fpm.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ping.path = /ping
1919

2020
pm.process_idle_timeout = 10s
2121
pm.max_requests = {{PHP_FPM_MAX_REQUESTS}}
22-
php_admin_value[log_errors_max_len] = {{PHP_LOG_LIMIT}}
2322
php_admin_value[max_execution_time] = {{PHP_TIMEOUT}}
2423
php_admin_value[max_input_nesting_level] = 256
2524
php_admin_value[max_input_vars] = 10000

0 commit comments

Comments
 (0)