Skip to content

Commit 4c4fdec

Browse files
authored
Merge pull request #780 from heroku/2025-03-updates
March 2025 PHP updates
2 parents 48b1bfb + f768519 commit 4c4fdec

File tree

19 files changed

+19
-2
lines changed

19 files changed

+19
-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.1.32 [David Zuelke]
8+
- PHP/8.2.28 [David Zuelke]
9+
- PHP/8.3.19 [David Zuelke]
10+
- PHP/8.4.5 [David Zuelke]
11+
- ext-newrelic/11.6.0.19 [David Zuelke]
12+
- ext-phalcon/5.9.0 (supports PHP 8.1 through 8.4) [David Zuelke]
13+
14+
### CHG
15+
16+
- Composer/2.8.6 [David Zuelke]
517

618
## [v263] - 2025-02-14
719

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.17.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.19.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.5.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.6.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+
# Build Path: /app/.heroku/php
3+
# Build Deps: php-8.4.*
4+
5+
source $(dirname $0)/../no-debug-non-zts-20180731/phalcon
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)