File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed
build/ansible/group_vars/all Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -807,10 +807,10 @@ RUN set -eux \
807
807
808
808
# -------------------- Installing PHP Extension: swoole --------------------
809
809
RUN set -eux \
810
- # Installation: Generic
810
+ # Installation: Version specific
811
811
# Type: PECL extension
812
- # Custom: Pecl command
813
- && pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable- swoole-json="no" enable-swoole-curl="yes" enable-cares="yes" with-postgres="yes"' swoole \
812
+ # Default: Pecl command
813
+ && pecl install swoole-4.8.12 \
814
814
# Enabling
815
815
&& docker-php-ext-enable swoole \
816
816
&& true
Original file line number Diff line number Diff line change @@ -797,10 +797,10 @@ RUN set -eux \
797
797
798
798
# -------------------- Installing PHP Extension: swoole --------------------
799
799
RUN set -eux \
800
- # Installation: Generic
800
+ # Installation: Version specific
801
801
# Type: PECL extension
802
- # Custom: Pecl command
803
- && pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable- swoole-json="no" enable-swoole-curl="yes" enable-cares="yes" with-postgres="yes"' swoole \
802
+ # Default: Pecl command
803
+ && pecl install swoole-4.8.12 \
804
804
# Enabling
805
805
&& docker-php-ext-enable swoole \
806
806
&& true
Original file line number Diff line number Diff line change @@ -783,10 +783,10 @@ RUN set -eux \
783
783
784
784
# -------------------- Installing PHP Extension: swoole --------------------
785
785
RUN set -eux \
786
- # Installation: Generic
786
+ # Installation: Version specific
787
787
# Type: PECL extension
788
- # Custom: Pecl command
789
- && pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable- swoole-json="no" enable-swoole-curl="yes" enable-cares="yes" with-postgres="yes"' swoole \
788
+ # Default: Pecl command
789
+ && pecl install swoole-4.8.12 \
790
790
# Enabling
791
791
&& docker-php-ext-enable swoole \
792
792
&& true
Original file line number Diff line number Diff line change @@ -1179,6 +1179,15 @@ extensions_available:
1179
1179
7.1 :
1180
1180
type : pecl
1181
1181
version : 4.4.26
1182
+ 7.2 :
1183
+ type : pecl
1184
+ version : 4.8.12
1185
+ 7.3 :
1186
+ type : pecl
1187
+ version : 4.8.12
1188
+ 7.4 :
1189
+ type : pecl
1190
+ version : 4.8.12
1182
1191
all :
1183
1192
type : pecl
1184
1193
# Note: -D is only supported from PHP 7.2+
You can’t perform that action at this time.
0 commit comments