Skip to content

Commit ac23dc4

Browse files
authored
Merge pull request #846 from heroku/2025-09b-updates
Late September 2025 PHP updates GUS-W-17779563 GUS-W-17779564 GUS-W-17779565
2 parents d7ebcb4 + 23d91ef commit ac23dc4

File tree

19 files changed

+14
-2
lines changed

19 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
### ADD
6+
7+
- PHP/8.3.26 [David Zuelke]
8+
- PHP/8.4.13 [David Zuelke]
9+
- ext-newrelic/12.1.0.26 [David Zuelke]
10+
- ext-grpc/1.75.0 [David Zuelke]
11+
- ext-blackfire/1.92.44 [David Zuelke]
12+
13+
### CHG
14+
15+
- blackfire/2.29.1 [David Zuelke]
16+
- Composer/2.8.12 [David Zuelke]
517

618
## [v274] - 2025-09-19
719

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fi
285285
mkdir -p $build_dir/.heroku/php-min
286286
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
287287

288-
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.3.25.tar.gz" || {
288+
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.3.26.tar.gz" || {
289289
mcount "failures.bootstrap.download.php-min"
290290
error <<-EOF
291291
Failed to download minimal PHP for bootstrapping!
@@ -298,7 +298,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
298298
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
299299
rm $build_dir/.heroku/php-min.tar.gz
300300

301-
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.11.tar.gz" || {
301+
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.12.tar.gz" || {
302302
mcount "failures.bootstrap.download.composer"
303303
error <<-EOF
304304
Failed to download Composer for bootstrapping!
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)