Author: Ben Ramsey (ramsey)
Date: 2022-08-18T10:01:34-05:00

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

Announce PHP 8.1.10RC1

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 32dc6ad..1fe23d6 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -83,16 +83,16 @@
         ],
     ],
 
-    '8.1.9' => [
+    '8.1.10' => [
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 0,
-            'sha256_gz'  => '',
-            'sha256_bz2' => '',
-            'sha256_xz'  => '',
-            'date'       => '21 Jul 2022',
-            'baseurl'    => 'https://downloads.php.net/~patrickallaert/',
+            'number'     => 1,
+            'sha256_gz'  => 
'fbe8b25be812a33ffaf10abbeb12089a51350720a5069166212df2db75578a79',
+            'sha256_bz2' => 
'a03ac7dd342ffcfd9d4e89b82360c2c391df4f5c33ce63ffc1a9e40b11b5407a',
+            'sha256_xz'  => 
'0bc5d7341107903aa8da817a5563ddc39ae9966351c25f08e2197e78ee61bc06',
+            'date'       => '18 Aug 2022',
+            'baseurl'    => 'https://downloads.php.net/~ramsey/',
         ],
     ],
 

Reply via email to