We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a900 commit 3abde31Copy full SHA for 3abde31
include/release-qa.php
@@ -82,6 +82,19 @@
82
'baseurl' => 'https://downloads.php.net/',
83
],
84
85
+
86
+ '8.1.0' => [
87
+ 'active' => true,
88
+ 'release' => [
89
+ 'type' => 'alpha',
90
+ 'number' => 1,
91
+ 'sha256_gz' => '279edf3226e562aedad5caf593782964c430a1ebfd367221e2488e54d1be3c74',
92
+ 'sha256_bz2' => '38fb766220c4e18da24db404812d343d34bb16256e621c629aafa7395b5e72f6',
93
+ 'sha256_xz' => '131a81ef9e0d62ba3b5ed81d530a4ff38d256ff12acec243d6afb5b39a85cb79',
94
+ 'date' => '10 Jun 2021',
95
+ 'baseurl' => 'https://downloads.php.net/~patrickallaert/',
96
+ ],
97
98
];
99
100
/*** End Configuration *******************************************************************/
0 commit comments