Fix amqp extension for PHP 5.2

This commit is contained in:
cytopia
2022-03-17 16:52:42 +01:00
parent 5585109fb8
commit 20c5b88e52
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ RUN set -eux \
# Installation: Version specific # Installation: Version specific
# Type: PECL extension # Type: PECL extension
# Default: Pecl command # Default: Pecl command
&& pecl install amqp-1.4.0 \ && pecl install amqp-1.6.1 \
# Enabling # Enabling
&& docker-php-ext-enable amqp \ && docker-php-ext-enable amqp \
&& true && true

View File

@@ -149,7 +149,7 @@ extensions_available:
disabled: [] disabled: []
5.2: 5.2:
type: pecl type: pecl
version: 1.4.0 version: 1.6.1
5.3: 5.3:
type: pecl type: pecl
version: 1.9.3 version: 1.9.3