Skip to content

Commit 0466514

Browse files
authored
Merge pull request #485 from Scalingo/feat/php-8.4
feat(php): release of PHP 8.4
2 parents 5953b0d + dbcb455 commit 0466514

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/compile

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ DATADOG_TRACER_VERSION="${DATADOG_TRACER_VERSION:-latest}"
329329
DATADOG_APPSEC_VERSION="${DATADOG_APPSEC_VERSION:-0}"
330330
SCOUT_APM_VERSION=${SCOUT_APM_VERSION:-1.10.0}
331331
# Version number comes from https://download.newrelic.com/php_agent/archive/
332-
NEWRELIC_VERSION="${NEWRELIC_VERSION:=10.15.0.4}"
332+
NEWRELIC_VERSION="${NEWRELIC_VERSION:-${newrelic_version:-}}"
333333
LOG_FILES=( "/app/vendor/nginx/logs/access.log" "/app/vendor/nginx/logs/error.log" "/app/vendor/php/var/log/error.log" )
334334

335335
# Display a warning that Composer version 1.x is End of Life

conf/buildpack.conf

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PHP_MODULE_API_VERSIONS["8.0"]="20200930"
2323
PHP_MODULE_API_VERSIONS["8.1"]="20210902"
2424
PHP_MODULE_API_VERSIONS["8.2"]="20220829"
2525
PHP_MODULE_API_VERSIONS["8.3"]="20230831"
26+
PHP_MODULE_API_VERSIONS["8.4"]="20240924"
2627

2728
# The following lib versions are used for lib we statically store on Swift.
2829
# They are downloaded, compiled and stored with /support/get_* scripts.
@@ -51,3 +52,4 @@ mongodb_version="1.20.1"
5152
amqp_version="2.1.2"
5253
phpredis_version="6.1.0"
5354
apcu_version="5.1.24"
55+
newrelic_version="11.5.0.18"

0 commit comments

Comments
 (0)