Skip to content

Commit

Permalink
Update PECL extensions #159 #160
Browse files Browse the repository at this point in the history
amqp 1.11.0
ast 1.0.16
igbinary 3.2.7
imagick 3.7.0
mongodb 1.12.0
pdo_sqlsrv 5.10.0
rdkafka 6.0.1
redis 5.3.7
xdebug 3.1.3
  • Loading branch information
csandanov committed Feb 19, 2022
1 parent a0ab5c2 commit 3bcb88d
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 118 deletions.
20 changes: 10 additions & 10 deletions 7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -209,26 +209,26 @@ RUN set -xe; \
rm ./*.apk; \
\
pecl install \
amqp-1.10.2 \
amqp-1.11.0 \
apcu-5.1.21 \
ast-1.0.10 \
ast-1.0.16 \
ds-1.3.0 \
event-3.0.6 \
# grpc-1.34.0 \
igbinary-3.2.6 \
imagick-3.5.1 \
igbinary-3.2.7 \
imagick-3.7.0 \
mcrypt-1.0.4 \
memcached-3.1.5 \
mongodb-1.11.1 \
mongodb-1.12.0 \
oauth-2.0.7 \
pcov \
pdo_sqlsrv-5.9.0 \
rdkafka-6.0.0 \
redis-5.3.4 \
sqlsrv-5.9.0 \
pdo_sqlsrv-5.10.0 \
rdkafka-6.0.1 \
redis-5.3.7 \
sqlsrv-5.10.0 \
uploadprogress-2.0.2 \
uuid-1.2.0 \
xdebug-3.1.2 \
xdebug-3.1.3 \
xhprof-2.3.5 \
yaml-2.2.2; \
\
Expand Down
40 changes: 14 additions & 26 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,22 +200,24 @@ RUN set -xe; \
\
pecl install \
apcu-5.1.21 \
amqp-1.11.0beta \
ast-1.0.10 \
amqp-1.11.0 \
ast-1.0.16 \
ds-1.4.0 \
event-3.0.6 \
# grpc-1.34.0 \
igbinary-3.2.6 \
imagick-3.5.1 \
igbinary-3.2.7 \
imagick-3.7.0 \
memcached-3.1.5 \
mongodb-1.11.1 \
mongodb-1.12.0 \
oauth-2.0.7 \
pdo_sqlsrv-5.10.0 \
pcov \
rdkafka-6.0.0 \
redis-5.3.4 \
rdkafka-6.0.1 \
redis-5.3.7 \
sqlsrv-5.10.0 \
uploadprogress-2.0.2 \
uuid-1.2.0 \
xdebug-3.1.2 \
xdebug-3.1.3 \
xhprof-2.3.5 \
yaml-2.2.2; \
\
Expand All @@ -231,34 +233,20 @@ RUN set -xe; \
memcached \
mongodb \
oauth \
pdo_sqlsrv \
pcov \
rdkafka \
redis \
sqlsrv \
uploadprogress \
uuid \
xdebug \
xhprof \
yaml; \
\
if [[ "${PHP_VERSION:0:3}" == "8.0" ]]; then \
pecl install \
mcrypt-1.0.4 \
pdo_sqlsrv-5.9.0 \
sqlsrv-5.9.0; \
\
docker-php-ext-enable \
mcrypt \
pdo_sqlsrv \
sqlsrv; \
fi; \
if [[ "${PHP_VERSION:0:3}" == "8.1" ]]; then \
pecl install \
pdo_sqlsrv-5.10.0beta1 \
sqlsrv-5.10.0beta1; \
\
docker-php-ext-enable \
pdo_sqlsrv \
sqlsrv; \
pecl install mcrypt-1.0.4; \
docker-php-ext-enable mcrypt; \
fi; \
# Event extension should be loaded after sockets.
# http://osmanov-dev-notes.blogspot.com/2013/07/fixing-php-start-up-error-unable-to.html
Expand Down
163 changes: 81 additions & 82 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://github.com/wodby/php/workflows/Build%20docker%20image/badge.svg)](https://github.com/wodby/php/actions)
[![Docker Pulls](https://img.shields.io/docker/pulls/wodby/php.svg)](https://hub.docker.com/r/wodby/php)
[![Docker Stars](https://img.shields.io/docker/stars/wodby/php.svg)](https://hub.docker.com/r/wodby/php)
[![Docker Layers](https://images.microbadger.com/badges/image/wodby/php.svg)](https://microbadger.com/images/wodby/php)

## Table of Contents

Expand Down Expand Up @@ -200,87 +199,87 @@ Change `WODBY_USER_ID` and `WODBY_GROUP_ID` mainly for local dev version of imag

You can disable extension by listing them in `$PHP_EXTENSIONS_DISABLE` separated by `,`, e.g. `$PHP_EXTENSIONS_DISABLE=event,ds`

| Extension | 8.1 | 8.0 | 7.4 | 7.3 |
|------------------|-------------|------------|--------|--------|
| [amqp] | 1.11.0beta | 1.11.0beta | 1.10.2 | 1.10.2 |
| [apcu] | 5.1.21 | 5.1.21 | 5.1.21 | 5.1.21 |
| [ast] | 1.0.10 | 1.0.10 | 1.0.10 | 1.0.10 |
| [blackfire] | latest | latest | latest | latest |
| bcmath | | | | |
| brotli | 0.13.1 | 0.13.1 | 0.13.1 | 0.13.1 |
| bz2 | | | | |
| calendar | | | | |
| Core | | | | |
| ctype | | | | |
| curl | | | | |
| date | | | | |
| dom | | | | |
| [ds] | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 |
| exif | | | | |
| [event] | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 |
| fileinfo | | | | |
| filter | | | | |
| ftp | | | | |
| gd | | | | |
| hash | | | | |
| iconv | | | | |
| [igbinary] | 3.2.6 | 3.2.6 | 3.2.6 | 3.2.6 |
| [imagick] | 3.5.1 | 3.5.1 | 3.5.1 | 3.5.1 |
| imap | | | | |
| intl | | | | |
| [ioncube loader] | - | - | latest | latest |
| json | | | | |
| ldap | | | | |
| libxml | | | | |
| mbstring | | | | |
| [mcrypt] | - | 1.0.4 | 1.0.4 | 1.0.4 |
| [memcached] | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 |
| [mongodb] | 1.11.1 | 1.11.1 | 1.11.1 | 1.11.1 |
| mysql | - | - | - | - |
| mysqli | | | | |
| mysqlnd | | | | |
| [newrelic] | - | latest | latest | latest |
| [OAuth] | 2.0.7 | 2.0.7 | 2.0.7 | 2.0.7 |
| openssl | | | | |
| [pcov] | latest | latest | latest | latest |
| pcntl | | | | |
| pcre | | | | |
| PDO | | | | |
| pdo_mysql | | | | |
| pdo_pgsql | | | | |
| pdo_sqlite | | | | |
| pdo_sqlsrv | 5.10.0beta1 | 5.9.0 | 5.9.0 | 5.9.0 |
| pgsql | | | | |
| Phar | | | | |
| posix | | | | |
| [rdkafka] | 6.0.0 | 6.0.0 | 6.0.0 | 6.0.0 |
| readline | | | | |
| [redis] | 5.3.4 | 5.3.4 | 5.3.4 | 5.3.4 |
| Reflection | | | | |
| session | | | | |
| SimpleXML | | | | |
| soap | | | | |
| sockets | | | | |
| sodium | | | | |
| SPL | | | | |
| sqlite3 | | | | |
| sqlsrv | 5.10.0beta1 | 5.9.0 | 5.9.0 | 5.9.0 |
| standard | | | | |
| tidy | | | | |
| tokenizer | | | | |
| [uploadprogress] | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 |
| [uuid] | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 |
| [xdebug] | 3.1.2 | 3.1.2 | 3.1.2 | 3.1.2 |
| [xhprof] | 2.3.5 | 2.3.5 | 2.3.5 | 2.3.5 |
| xml | | | | |
| xmlreader | | | | |
| xmlrpc | - | - | | |
| xmlwriter | | | | |
| xsl | | | | |
| [yaml] | 2.2.2 | 2.2.2 | 2.2.2 | 2.2.2 |
| Zend OPcache | | | | |
| zip | | | | |
| zlib | | | | |
| Extension | 8.1 | 8.0 | 7.4 | 7.3 |
|------------------|--------|--------|--------|--------|
| [amqp] | 1.11.0 | 1.11.0 | 1.11.0 | 1.11.0 |
| [apcu] | 5.1.21 | 5.1.21 | 5.1.21 | 5.1.21 |
| [ast] | 1.0.16 | 1.0.16 | 1.0.16 | 1.0.16 |
| [blackfire] | latest | latest | latest | latest |
| bcmath | | | | |
| brotli | 0.13.1 | 0.13.1 | 0.13.1 | 0.13.1 |
| bz2 | | | | |
| calendar | | | | |
| Core | | | | |
| ctype | | | | |
| curl | | | | |
| date | | | | |
| dom | | | | |
| [ds] | 1.4.0 | 1.4.0 | 1.4.0 | 1.4.0 |
| exif | | | | |
| [event] | 3.0.6 | 3.0.6 | 3.0.6 | 3.0.6 |
| fileinfo | | | | |
| filter | | | | |
| ftp | | | | |
| gd | | | | |
| hash | | | | |
| iconv | | | | |
| [igbinary] | 3.2.7 | 3.2.7 | 3.2.7 | 3.2.7 |
| [imagick] | 3.7.0 | 3.7.0 | 3.7.0 | 3.7.0 |
| imap | | | | |
| intl | | | | |
| [ioncube loader] | - | - | latest | latest |
| json | | | | |
| ldap | | | | |
| libxml | | | | |
| mbstring | | | | |
| [mcrypt] | - | 1.0.4 | 1.0.4 | 1.0.4 |
| [memcached] | 3.1.5 | 3.1.5 | 3.1.5 | 3.1.5 |
| [mongodb] | 1.12.0 | 1.12.0 | 1.12.0 | 1.12.0 |
| mysql | - | - | - | - |
| mysqli | | | | |
| mysqlnd | | | | |
| [newrelic] | - | latest | latest | latest |
| [OAuth] | 2.0.7 | 2.0.7 | 2.0.7 | 2.0.7 |
| openssl | | | | |
| [pcov] | latest | latest | latest | latest |
| pcntl | | | | |
| pcre | | | | |
| PDO | | | | |
| pdo_mysql | | | | |
| pdo_pgsql | | | | |
| pdo_sqlite | | | | |
| pdo_sqlsrv | 5.10.0 | 5.10.0 | 5.10.0 | 5.10.0 |
| pgsql | | | | |
| Phar | | | | |
| posix | | | | |
| [rdkafka] | 6.0.1 | 6.0.1 | 6.0.1 | 6.0.1 |
| readline | | | | |
| [redis] | 5.3.7 | 5.3.7 | 5.3.7 | 5.3.7 |
| Reflection | | | | |
| session | | | | |
| SimpleXML | | | | |
| soap | | | | |
| sockets | | | | |
| sodium | | | | |
| SPL | | | | |
| sqlite3 | | | | |
| sqlsrv | 5.10.0 | 5.10.0 | 5.10.0 | 5.10.0 |
| standard | | | | |
| tidy | | | | |
| tokenizer | | | | |
| [uploadprogress] | 2.0.2 | 2.0.2 | 2.0.2 | 2.0.2 |
| [uuid] | 1.2.0 | 1.2.0 | 1.2.0 | 1.2.0 |
| [xdebug] | 3.1.3 | 3.1.3 | 3.1.3 | 3.1.3 |
| [xhprof] | 2.3.5 | 2.3.5 | 2.3.5 | 2.3.5 |
| xml | | | | |
| xmlreader | | | | |
| xmlrpc | - | - | | |
| xmlwriter | | | | |
| xsl | | | | |
| [yaml] | 2.2.2 | 2.2.2 | 2.2.2 | 2.2.2 |
| Zend OPcache | | | | |
| zip | | | | |
| zlib | | | | |

Legend:

Expand Down

0 comments on commit 3bcb88d

Please sign in to comment.