From 619887d8dd34fa82b906e27c3c6c017bcf089405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20KUBLER?= Date: Tue, 1 Oct 2024 09:44:43 +0200 Subject: [PATCH] chore(apcu): release of APCu PHP ext 5.1.24 --- conf/buildpack.conf | 1 + support/ext/apcu | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/buildpack.conf b/conf/buildpack.conf index 2513f339..1e294e67 100644 --- a/conf/buildpack.conf +++ b/conf/buildpack.conf @@ -48,3 +48,4 @@ mongodb_version="1.19.4" librabbitmq_version="0.14.0" amqp_version="2.1.2" phpredis_version="6.0.2" +apcu_version="5.1.24" diff --git a/support/ext/apcu b/support/ext/apcu index e259e9d5..4345e727 100755 --- a/support/ext/apcu +++ b/support/ext/apcu @@ -8,7 +8,8 @@ fi php_version=${1:=8.2} -apcu_version=5.1.23 +# $apcu_version, $PREFIX and $EXT_DIR are loaded from buildpack.conf +source "/buildpack/conf/buildpack.conf" curl --location "https://pecl.php.net/get/apcu-${apcu_version}.tgz" \ | tar --extract --gzip --verbose