Skip to content

May 2025 PHP/extension/package updates #799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

## [Unreleased]

### ADD

- PHP/8.3.21 [David Zuelke]
- PHP/8.4.7 [David Zuelke]
- ext-phalcon/5.9.3 [David Zuelke]
- ext-grpc/1.72.0 [David Zuelke]
- ext-newrelic/11.9.0.23 [David Zuelke]
- ext-uuid/1.3.0 [David Zuelke]

### CHG

- Remove support for heroku-20 [David Zuelke]
- Default to stable "snapshots" of platform package repositories [David Zuelke]
- librdkafka/2.10.0 [David Zuelke]
- Nginx/1.28.0 [David Zuelke]
- Composer/2.8.9 [David Zuelke]

## [v265] - 2025-04-11

Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fi
mkdir -p $build_dir/.heroku/php-min
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min

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" || {
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" || {
mcount "failures.bootstrap.download.php-min"
error <<-EOF
Failed to download minimal PHP for bootstrapping!
Expand All @@ -276,7 +276,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
rm $build_dir/.heroku/php-min.tar.gz

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" || {
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.9.tar.gz" || {
mcount "failures.bootstrap.download.composer"
error <<-EOF
Failed to download Composer for bootstrapping!
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Build Path: /app/.heroku/php
# Build Deps: php-8.1.*

source $(dirname $0)/../no-debug-non-zts-20180731/mongodb
source $(dirname $0)/../no-debug-non-zts-20210902/mongodb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Build Path: /app/.heroku/php
# Build Deps: php-8.4.*

source $(dirname $0)/../no-debug-non-zts-20180731/uuid
source $(dirname $0)/../no-debug-non-zts-20210902/uuid
2 changes: 1 addition & 1 deletion support/build/nginx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ VAR=${OUT_PREFIX}/var
--http-uwsgi-temp-path=${VAR}/run/nginx/uwsgi_temp \
--http-scgi-temp-path=${VAR}/run/nginx/scgi_temp \
--http-log-path=${VAR}/log/nginx/access.log \
--error-log-path=${VAR}/log/nginx/error.log \
--error-log-path=stderr \
--with-http_auth_request_module \
--with-http_realip_module \
--with-http_ssl_module \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.