Skip to content

Commit

Permalink
Return back extension #155
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 20, 2023
1 parent e1f24a1 commit e31a8e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ RUN set -xe; \
ast-1.1.1 \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'ds 1.4.0') \
event-3.0.8 \
# grpc-1.34.0 \
grpc-1.60.0 \
igbinary-3.2.15 \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'imagick-3.7.0') \
memcached-3.2.0 \
Expand All @@ -244,7 +244,7 @@ RUN set -xe; \
event \
igbinary \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'imagick') \
# grpc \
grpc \
memcached \
mongodb \
oauth \
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ filter
ftp
gd
gmp
grpc
hash
iconv
igbinary
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.2
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ filter
ftp
gd
gmp
grpc
hash
iconv
igbinary
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.3
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ filter
ftp
gd
gmp
grpc
hash
iconv
igbinary
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,14 @@ e.g. `$PHP_EXTENSIONS_DISABLE=event,ds`
| curl | | | |
| date | | | |
| dom | | | |
| [ds] | - | 1.4.0 | 1.4.0 |
| [ds] | 1.5.0 | 1.5.0 | 1.5.0 |
| exif | | | |
| [event] | 3.0.8 | 3.0.8 | 3.0.8 |
| fileinfo | | | |
| filter | | | |
| ftp | | | |
| gd | | | |
| [grpc] | 1.60.0 | 1.60.0 | 1.60.0 |
| hash | | | |
| iconv | | | |
| [igbinary] | 3.2.15 | 3.2.15 | 3.2.15 |
Expand Down

0 comments on commit e31a8e7

Please sign in to comment.