Skip to content

Commit

Permalink
Merge pull request #463 from Scalingo/fix/459/apcu-5.1.24
Browse files Browse the repository at this point in the history
chore(apcu): release of APCu PHP ext 5.1.24
  • Loading branch information
Frzk authored Oct 1, 2024
2 parents 7d26a0a + 619887d commit 587edd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/buildpack.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion support/ext/apcu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 587edd2

Please sign in to comment.