Skip to content

Commit

Permalink
Merge pull request #31 from devilbox/release-0.21
Browse files Browse the repository at this point in the history
Fix swoole for PHP 7.0
  • Loading branch information
cytopia authored Jun 17, 2018
2 parents c4a75f6 + a3819e9 commit b2dc2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/mods/Dockerfile-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ RUN set -x \
&& /usr/local/bin/docker-php-ext-configure soap --with-libxml-dir=/usr \
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) soap \
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) sockets \
&& pecl install swoole \
&& pecl install swoole-2.2.0 \
&& docker-php-ext-enable swoole \
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) sysvmsg \
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) sysvsem \
Expand Down
3 changes: 2 additions & 1 deletion build/ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,9 @@ extensions_available:
5.6:
type: pecl
version: 1.9.23
7.2:
7.0:
type: pecl
version: 2.2.0
7.3:
type: git
git_url: https://github.com/swoole/swoole-src
Expand Down

0 comments on commit b2dc2c7

Please sign in to comment.