Skip to content

Commit 2a5e6f3

Browse files
authored
Merge pull request #808 from heroku/2025-06-updates
June 2025 PHP updates GUS-W-17779551 GUS-W-17779552 GUS-W-17779553
2 parents 9cb5a52 + 4184882 commit 2a5e6f3

File tree

19 files changed

+16
-1
lines changed

19 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22

33
## [Unreleased]
44

5+
### ADD
6+
7+
- PHP/8.3.22 [David Zuelke]
8+
- PHP/8.4.8 [David Zuelke]
9+
- ext-mongodb/2.1.0 [David Zuelke]
10+
- ext-grpc/1.73.0 [David Zuelke]
11+
- ext-blackfire/1.92.38 [David Zuelke]
12+
13+
### CHG
14+
15+
- blackfire/2.28.26 [David Zuelke]
16+
- librdkafka/2.10.1 [David Zuelke]
517

618
## [v267] - 2025-05-15
719

20+
### CHG
21+
22+
- No-change re-package [David Zuelke]
823

924
## [v266] - 2025-05-15
1025

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ fi
263263
mkdir -p $build_dir/.heroku/php-min
264264
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
265265

266-
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.21.tar.gz" || {
266+
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.22.tar.gz" || {
267267
mcount "failures.bootstrap.download.php-min"
268268
error <<-EOF
269269
Failed to download minimal PHP for bootstrapping!
File renamed without changes.

0 commit comments

Comments
 (0)