Skip to content

Commit

Permalink
add sysvsem
Browse files Browse the repository at this point in the history
  • Loading branch information
akeylimepie committed Jul 5, 2024
1 parent fc599bf commit 494b6ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ docker pull %%IMAGE%%:%%LATEST_VERSION%%-fpm
docker pull %%IMAGE%%:%%LATEST_VERSION%%-cli
```

| | fpm-dev | fpm-prod | cli-dev | cli-prod |
|-----------------------------------|---------|----------|---------|----------|
| Composer `%%COMPOSER_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Xdebug `%%XDEBUG_VERSION%%` | ✓ | | ✓ | |
| PHPStan `%%PHPSTAN_VERSION%%` | ✓ | | ✓ | |
| APCu `%%APCU_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| AMQP `%%AMQP_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Relay `%%RELAY_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Memcached `%%MEMCACHED_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| PDO, PDO MySQL | ✓ | ✓ | ✓ | ✓ |
| intl xsl zip igbinary msgpack ffi | ✓ | ✓ | ✓ | ✓ |
| pcntl, event, sockets | | | ✓ | ✓ |
| OPcache | ✓ | ✓ | | |
| | fpm-dev | fpm-prod | cli-dev | cli-prod |
|-------------------------------------------------|---------|----------|---------|----------|
| Composer `%%COMPOSER_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Xdebug `%%XDEBUG_VERSION%%` | ✓ | | ✓ | |
| PHPStan `%%PHPSTAN_VERSION%%` | ✓ | | ✓ | |
| APCu `%%APCU_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| AMQP `%%AMQP_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Relay `%%RELAY_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| Memcached `%%MEMCACHED_VERSION%%` | ✓ | ✓ | ✓ | ✓ |
| PDO, PDO MySQL | ✓ | ✓ | ✓ | ✓ |
| intl, xsl, zip, igbinary, msgpack, ffi, sysvsem | ✓ | ✓ | ✓ | ✓ |
| pcntl, event, sockets | | | ✓ | ✓ |
| OPcache | ✓ | ✓ | | |

## Supported tags

Expand Down
2 changes: 1 addition & 1 deletion docker/template.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG MEMCACHED_VERSION

RUN install-php-extensions \
@composer-${COMPOSER_VERSION} \
intl xsl zip igbinary msgpack ffi \
intl xsl zip igbinary msgpack ffi sysvsem \
apcu-${APCU_VERSION} amqp-${AMQP_VERSION} relay-${RELAY_VERSION} memcached-${MEMCACHED_VERSION} \
pdo_mysql

Expand Down

0 comments on commit 494b6ac

Please sign in to comment.