mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-20 16:01:14 +00:00
Fix amqp extension for PHP 5.2
This commit is contained in:
@@ -82,7 +82,7 @@ RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install amqp-1.4.0 \
|
||||
&& pecl install amqp-1.6.1 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable amqp \
|
||||
&& true
|
||||
|
||||
@@ -149,7 +149,7 @@ extensions_available:
|
||||
disabled: []
|
||||
5.2:
|
||||
type: pecl
|
||||
version: 1.4.0
|
||||
version: 1.6.1
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 1.9.3
|
||||
|
||||
Reference in New Issue
Block a user