Author: Ben Ramsey (ramsey)
Date: 2023-03-30T15:02:54-05:00

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

Announce PHP 8.1.18RC1

Changed paths:
  M  include/release-qa.php


Diff:

diff --git a/include/release-qa.php b/include/release-qa.php
index 0e12b3a..3834450 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -58,16 +58,16 @@
         ],
     ],
 
-    '8.1.17' => [
+    '8.1.18' => [
         'active'  => true,
         'release' => [
             'type'       => 'RC',
-            'number'     => 0,
-            'sha256_gz'  => '',
-            'sha256_bz2' => '',
-            'sha256_xz'  => '',
-            'date'       => '02 Mar 2023',
-            'baseurl'    => 'https://downloads.php.net/~patrickallaert/',
+            'number'     => 1,
+            'sha256_gz'  => 
'f7eb7271c0a35b8d041cfb7cca116d3d497c536e8c0f6799bf1678845317a48d',
+            'sha256_bz2' => 
'0dc8fb1df65fcba892c4773d4ff247e541914a7dc629abfc60da95df70882375',
+            'sha256_xz'  => 
'b1fe3a2be6085122d976f93513b397108767b552e0011813a5314b52e108c3fd',
+            'date'       => '30 Mar 2023',
+            'baseurl'    => 'https://downloads.php.net/~ramsey/',
         ],
     ],
 

Reply via email to