Skip to content

Commit

Permalink
Release 7.5.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 16, 2023
1 parent 1a43f59 commit 737bae8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 7.5.1 2023-03-16 <dave at tiredofit dot ca>

### Changed
- Change log_errors_max_len to 0 in php.ini from 1024

### Reverted
- Strip php_admin_value[log_errors_max_len] from fpm config


## 7.5.0 2023-03-15 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/assets/php-fpm/cli/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ignore_repeated_errors = Off
ignore_repeated_source = Off
implicit_flush = Off
log_errors = On
log_errors_max_len = 1024
log_errors_max_len = 0
max_execution_time = 30
max_file_uploads = 20
max_input_time = 180
Expand Down
1 change: 0 additions & 1 deletion install/assets/php-fpm/fpm/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ping.path = /ping

pm.process_idle_timeout = 10s
pm.max_requests = {{PHP_FPM_MAX_REQUESTS}}
php_admin_value[log_errors_max_len] = {{PHP_LOG_LIMIT}}
php_admin_value[max_execution_time] = {{PHP_TIMEOUT}}
php_admin_value[max_input_nesting_level] = 256
php_admin_value[max_input_vars] = 10000
Expand Down

0 comments on commit 737bae8

Please sign in to comment.