Skip to content

Commit 323a7b3

Browse files
authored
Merge pull request #479 from Scalingo/fix/478/librabbitmq-0.15.0
fix(amqp): build amqp PHP ext with librabbitmq 0.15.0
2 parents afa52fe + 0e77864 commit 323a7b3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

conf/buildpack.conf

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,20 @@ zip_version="1.5.2"
3434
sodium_php72_php73_version="1.0.7"
3535

3636
libmemcached_version="1.0.18"
37+
# Mandatory for multibytes strings starting with PHP 7.4
38+
libonig_version="${libonig_version:-6.9.8}"
39+
librabbitmq_version="0.15.0"
40+
3741
memcached_version="3.3.0"
3842
gmp_version="6.2.1"
3943
tidy_version="5.8.0"
4044
sodium_version="1.0.20"
4145
coreutils_version="8.32"
4246
webp_version="${webp_version:-1.3.2}" # Can be found here: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html
43-
# Mandatory for multibytes strings starting with PHP 7.4
44-
libonig_version="${libonig_version:-6.9.8}"
4547
# From https://zlib.net/
4648
zlib_version="${zlib_version:-1.3.1}"
4749
igbinary_version="3.2.16"
4850
mongodb_version="1.20.0"
49-
librabbitmq_version="0.14.0"
5051
amqp_version="2.1.2"
5152
phpredis_version="6.1.0"
5253
apcu_version="5.1.24"

0 commit comments

Comments
 (0)