[web-php] master: Announce PHP 8.3.21RC1
Author: Sergey Panteleev (saundefined)
Date: 2025-04-24T17:26:51+03:00
Commit: https://github.com/php/web-php/commit/a7cb636b3f2ec4c57b4de828cddb3c5a5a1326c4
Raw diff: https://github.com/php/web-php/commit/a7cb636b3f2ec4c57b4de828cddb3c5a5a1326c4.diff
Announce PHP 8.3.21RC1
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 4fe4c18efa..004099557c 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -71,16 +71,16 @@
],
],
- '8.3.20' => [
+ '8.3.21' => [
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 0,
- 'sha256_bz2' => '',
- 'sha256_gz' => '',
- 'sha256_xz' => '',
- 'date' => '27 Mar 2025',
- 'baseurl' => 'https://downloads.php.net/',
+ 'number' => 1,
+ 'sha256_bz2' =>
'c86adcc8918da561038d671009acb6223fb6ed2263ad6139711674be94ac60a4',
+ 'sha256_gz' =>
'b0da1f161a247e83c8c4fcd5b71b1a42a9fcd26d129404955f70fd986c026559',
+ 'sha256_xz' =>
'6d8bf25e0584cfcb83243fd7d1a90c06d428f1204eea93bb3c027c6e3344a23e',
+ 'date' => '24 Apr 2025',
+ 'baseurl' => 'https://downloads.php.net/~eric/',
],
],
Thread (1 message)
- Sergey Panteleev