Skip to content

Commit 587edd2

Browse files
authored
Merge pull request #463 from Scalingo/fix/459/apcu-5.1.24
chore(apcu): release of APCu PHP ext 5.1.24
2 parents 7d26a0a + 619887d commit 587edd2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conf/buildpack.conf

+1
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ mongodb_version="1.19.4"
4848
librabbitmq_version="0.14.0"
4949
amqp_version="2.1.2"
5050
phpredis_version="6.0.2"
51+
apcu_version="5.1.24"

support/ext/apcu

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ fi
88

99
php_version=${1:=8.2}
1010

11-
apcu_version=5.1.23
11+
# $apcu_version, $PREFIX and $EXT_DIR are loaded from buildpack.conf
12+
source "/buildpack/conf/buildpack.conf"
1213

1314
curl --location "https://pecl.php.net/get/apcu-${apcu_version}.tgz" \
1415
| tar --extract --gzip --verbose

0 commit comments

Comments
 (0)