Removed amqp on PHP 5.3

This commit is contained in:
cytopia
2022-03-18 12:21:37 +01:00
parent b352de6939
commit 919a6887a6
3 changed files with 6 additions and 20 deletions

View File

@@ -146,13 +146,14 @@ extensions_enabled:
# command: [required] Custom command to install and enable a module
extensions_available:
amqp:
disabled: []
# Does not build on arm64 on PHP 5.3
disabled: [5.3]
5.2:
type: pecl
version: 1.6.1
5.3:
type: pecl
version: 1.9.3
#5.3:
# type: pecl
# version: 1.9.3
5.4:
type: pecl
version: 1.9.3