Skip to content

Commit

Permalink
Release 7.0.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jul 6, 2022
1 parent 4439b7c commit a23059e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4 2022-07-06 <dave at tiredofit dot ca>

### Changed
- Debian: Switch to PHP_BASE versioned msgpack module


## 7.0.3 2022-07-05 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RUN if [ "${PHP_BASE}" = "8.1" ] ; then export php_folder="81" ; else php_folde
php8-pecl-memcache \
php8-pecl-memcached \
php8-pecl-mongodb \
php8-pecl-msgpack \
# php8-msgpack \
php8-pecl-oauth \
php8-pecl-redis \
php8-pecl-timezonedb \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN export PHP_7_3_RUN_DEPS=" \
php-memcached \
php-mongo \
php-mongodb \
php-msgpack \
# php-msgpack \
php-oauth \
php-pcov \
php-pear \
Expand Down Expand Up @@ -111,6 +111,7 @@ RUN export PHP_7_3_RUN_DEPS=" \
php$PHP_BASE-ldap \
php$PHP_BASE-memcached \
php$PHP_BASE-mbstring \
php$PHP_BASE-msgpack \
php$PHP_BASE-mysql \
php$PHP_BASE-odbc \
php$PHP_BASE-opcache \
Expand Down

0 comments on commit a23059e

Please sign in to comment.