mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Fix amqp for PHP 5.3, 5.4 and 5.5
This commit is contained in:
@@ -803,10 +803,16 @@ extensions_available:
|
||||
type: pecl
|
||||
version: 1.4.0
|
||||
5.3:
|
||||
type: pecl
|
||||
version: 1.9.3
|
||||
run_dep: [librabbitmq1]
|
||||
5.4:
|
||||
type: pecl
|
||||
version: 1.9.3
|
||||
run_dep: [librabbitmq1]
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 1.9.3
|
||||
run_dep: [librabbitmq1]
|
||||
all:
|
||||
type: pecl
|
||||
|
||||
Reference in New Issue
Block a user