Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed Jan 22, 2021
2 parents 7bc84a3 + 03a5541 commit 9e812a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## [Unreleased](https://github.com/chrisnharvey/magicLAMP/compare/master...develop)

# v1.5.2

### Fixed

- Swoole version is now forced at 4.5.11 in PHP 7.1

# v.1.5.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion containers/php71/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
docker-php-ext-install -j$(nproc) gd && \
docker-php-ext-install mysqli pdo pdo_mysql pdo_pgsql zip bcmath && \
pecl install imagick && \
pecl install swoole && \
pecl install swoole-4.5.11 && \
pecl install memcached && \
docker-php-ext-enable imagick opcache swoole memcached

Expand Down
2 changes: 1 addition & 1 deletion containers/workspace/Dockerfile
Expand Up @@ -173,7 +173,7 @@ RUN 5.6 pecl install -f swoole-2.0.10 && \
7.0 pecl install -f swoole-4.3.6 && \
7.0 pecl uninstall -r swoole && \
echo "extension=swoole.so" > /etc/php/7.0/cli/conf.d/50-swoole.ini && \
7.1 pecl install -f swoole && \
7.1 pecl install -f swoole-4.5.11 && \
7.1 pecl uninstall -r swoole && \
echo "extension=swoole.so" > /etc/php/7.1/cli/conf.d/50-swoole.ini && \
7.2 pecl install -f swoole && \
Expand Down

0 comments on commit 9e812a0

Please sign in to comment.