Skip to content

Commit ff53a57

Browse files
authored
Merge pull request #856 from heroku/2025-10-updates
October 2025 PHP updates GUS-W-17779566 GUS-W-17779567 GUS-W-17779568
2 parents a16a317 + cb0aae7 commit ff53a57

File tree

27 files changed

+15
-1
lines changed

27 files changed

+15
-1
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
### ADD
6+
7+
- PHP/8.3.27 [David Zuelke]
8+
- PHP/8.4.14 [David Zuelke]
9+
- ext-mongodb/1.21.2 [David Zuelke]
10+
- ext-mongodb/2.1.4 [David Zuelke]
11+
- ext-memcached/3.4.0 [David Zuelke]
12+
- ext-blackfire/1.92.48 [David Zuelke]
13+
- ext-grpc/1.76.0 [David Zuelke]
14+
15+
### CHG
16+
17+
- librdkafka/2.12.1 [David Zuelke]
18+
- blackfire/2.29.2 [David Zuelke]
519

620
## [v276] - 2025-10-05
721

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ fi
294294
mkdir -p $build_dir/.heroku/php-min
295295
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
296296

297-
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" || {
297+
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.27.tar.gz" || {
298298
build_report::set_string failure_reason bootstrap.download
299299
build_report::set_string failure_detail php-min
300300
error <<-EOF

support/build/extensions/no-debug-non-zts-20210902/blackfire-1.92.44 renamed to support/build/extensions/no-debug-non-zts-20210902/blackfire-1.92.48

File renamed without changes.

support/build/extensions/no-debug-non-zts-20210902/grpc-1.75.0 renamed to support/build/extensions/no-debug-non-zts-20210902/grpc-1.76.0

File renamed without changes.

support/build/extensions/no-debug-non-zts-20210902/memcached-3.3.0 renamed to support/build/extensions/no-debug-non-zts-20210902/memcached-3.4.0

File renamed without changes.

support/build/extensions/no-debug-non-zts-20210902/mongodb-1.21.1 renamed to support/build/extensions/no-debug-non-zts-20210902/mongodb-1.21.2

File renamed without changes.

support/build/extensions/no-debug-non-zts-20210902/mongodb-2.1.1 renamed to support/build/extensions/no-debug-non-zts-20210902/mongodb-2.1.4

File renamed without changes.

support/build/extensions/no-debug-non-zts-20220829/blackfire-1.92.44 renamed to support/build/extensions/no-debug-non-zts-20220829/blackfire-1.92.48

File renamed without changes.

support/build/extensions/no-debug-non-zts-20220829/grpc-1.75.0 renamed to support/build/extensions/no-debug-non-zts-20220829/grpc-1.76.0

File renamed without changes.

0 commit comments

Comments
 (0)