Author: Eric Mann (ericmann)
Date: 2024-03-28T10:14:41-07:00

Commit: 
https://github.com/php/web-qa/commit/b9dec2c7f1a3843dd3d6451edd9b551d2795310b
Raw diff: 
https://github.com/php/web-qa/commit/b9dec2c7f1a3843dd3d6451edd9b551d2795310b.diff

Announce PHP 8.3.5RC1

Signed-off-by: Eric Mann <e...@eamann.com>

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 385beb2..6d08f0e 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -72,16 +72,16 @@
     ],
 
 
-    '8.3.4' => [
+    '8.3.5' => [
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 0,
-            'sha256_bz2' => '',
-            'sha256_gz'  => '',
-            'sha256_xz'  => '',
-            'date'       => '29 Feb 2024',
-            'baseurl'    => 'https://downloads.php.net/',
+            'number'     => 1,
+            'sha256_bz2' => 
'7cadb5ca2a40b8c06b77481f0dcdd1d368621114422a49633b44cc5c7ad4b907',
+            'sha256_gz'  => 
'ec3ed5c55922d872d91667d5c6ccf995d50811ca6e64dad2cb0fa2fcc192c875',
+            'sha256_xz'  => 
'c2b833aa5e92eecf069b1cfd62de2f72eab5679e25eab1dde4fd7d2e25b402ab',
+            'date'       => '28 Mar 2024',
+            'baseurl'    => 'https://downloads.php.net/~eric/',
         ],
     ],
 ];

Reply via email to