From 0e778647d760516f559d62b3c8ed092401d50724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Mon, 25 Nov 2024 11:21:01 +0100 Subject: [PATCH] fix(amqp): build amqp PHP ext with librabbitmq 0.15.0 --- conf/buildpack.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/buildpack.conf b/conf/buildpack.conf index 18abd579..41aa27c7 100644 --- a/conf/buildpack.conf +++ b/conf/buildpack.conf @@ -34,19 +34,20 @@ zip_version="1.5.2" sodium_php72_php73_version="1.0.7" libmemcached_version="1.0.18" +# Mandatory for multibytes strings starting with PHP 7.4 +libonig_version="${libonig_version:-6.9.8}" +librabbitmq_version="0.15.0" + memcached_version="3.3.0" gmp_version="6.2.1" tidy_version="5.8.0" sodium_version="1.0.20" coreutils_version="8.32" webp_version="${webp_version:-1.3.2}" # Can be found here: https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html -# Mandatory for multibytes strings starting with PHP 7.4 -libonig_version="${libonig_version:-6.9.8}" # From https://zlib.net/ zlib_version="${zlib_version:-1.3.1}" igbinary_version="3.2.16" mongodb_version="1.20.0" -librabbitmq_version="0.14.0" amqp_version="2.1.2" phpredis_version="6.1.0" apcu_version="5.1.24"