Skip to content

Commit

Permalink
Release 7.0.9 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 8, 2022
1 parent 277d70f commit 4d83591
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.0.9 2022-08-08 <dave at tiredofit dot ca>

### Changed
- Additional fixes to 7.0.8


## 7.0.8 2022-08-08 <dave at tiredofit dot ca>

### Changed
Expand Down
4 changes: 2 additions & 2 deletions install/assets/functions/20-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ phpfpm_bootstrap() {

case "${PHP_BASE}" in
"5.6" | "7.0" | "7.1" | "7.2" )
sed "/log_limit =/d" /assets/php-fpm/fpm/php-fpm.conf
sed -i "/log_limit =/d" /assets/php-fpm/fpm/php-fpm.conf
;;
esac
}
Expand Down Expand Up @@ -145,7 +145,7 @@ EOF
silent php-ext enable all
php_actual_plugins_enabled="${php_actual_plugins_enabled} ${f/.ini/}"
done
print_notice "PHP-FPM Preparing to start with the following plugins enabled: $(echo ${php_actual_plugins_enabled} | sed 's|/etc/php7/mods-available/||g' | sed 's| |,|g' )"
print_notice "PHP-FPM Preparing to start with the following plugins enabled: $(echo ${php_actual_plugins_enabled} | sed 's|${php_prefix}/mods-available/||g' | sed 's| |,|g' )"
fi
}

Expand Down

0 comments on commit 4d83591

Please sign in to comment.