Skip to content

Commit 551888c

Browse files
authored
Merge pull request #788 from heroku/2025-04-updates
April 2025 PHP updates
2 parents f21bc6c + 33f5128 commit 551888c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+62
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions

bin/compile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ fi
250250
mkdir -p $build_dir/.heroku/php-min
251251
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
252252

253-
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.19.tar.gz" || {
253+
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.20.tar.gz" || {
254254
mcount "failures.bootstrap.download.php-min"
255255
error <<-EOF
256256
Failed to download minimal PHP for bootstrapping!
@@ -263,7 +263,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
263263
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
264264
rm $build_dir/.heroku/php-min.tar.gz
265265

266-
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.6.tar.gz" || {
266+
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.8.tar.gz" || {
267267
mcount "failures.bootstrap.download.composer"
268268
error <<-EOF
269269
Failed to download Composer for bootstrapping!
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
dep_name=$(basename $BASH_SOURCE)
4+
5+
source $(dirname $BASH_SOURCE)/../pecl
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.1.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20210902/grpc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.1.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20180731/mongodb
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.2.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20210902/grpc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.2.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20180731/mongodb
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20210902/grpc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.3.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20180731/mongodb
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.4.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20210902/grpc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.4.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20180731/mongodb
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)