Skip to content

Commit

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

### Changed
- Load MSGPACK when loading Redis module


## 7.5.5 2023-03-23 <dave at tiredofit dot ca>

### Added
Expand Down
1 change: 1 addition & 0 deletions install/assets/defaults/20-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ fi

if [ "${PHP_ENABLE_REDIS,,}" = "true" ] ; then
PHP_ENABLE_IGBINARY=TRUE
PHP_ENABLE_MSGPACK=TRUE
fi

if [ "${PHP_ENABLE_MEMCACHED,,}" = "true" ] ; then
Expand Down

0 comments on commit 4aafc48

Please sign in to comment.