Author: Daniel Scherzer (DanielEScherzer) Date: 2025-06-24T18:12:28-07:00 Commit: https://github.com/php/web-php/commit/9f97e65f6dfc2d4f124d6762793b69c7e09d89d9 Raw diff: https://github.com/php/web-php/commit/9f97e65f6dfc2d4f124d6762793b69c7e09d89d9.diff
Announce PHP 8.5.0alpha0 Changed paths: M include/release-qa.php Diff: diff --git a/include/release-qa.php b/include/release-qa.php index ef61bf2dfd..a96a70d8a5 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -96,6 +96,19 @@ 'baseurl' => 'https://downloads.php.net/~saki/', ], ], + + '8.5.0' => [ + 'active' => true, + 'release' => [ + 'type' => 'alpha', + 'number' => 0, + 'sha256_bz2' => '03ea0e07758f485fcc0db37f3f98af2f61d895b67e07d60fc24c54116036f06e', + 'sha256_gz' => '42d37f7fc80f0c1b0ab2e9193669ee5ef51831351404f5295a86131e3550174d', + 'sha256_xz' => 'ef589bcc6a79fcb18fb0a192a19082984aa45cf4233e3aa06c18ffff41c4158f', + 'date' => '26 Jun 2025', + 'baseurl' => 'https://downloads.php.net/~daniels/', + ], + ], ]; /*** End Configuration *******************************************************************/