Skip to content

Commit 6e4bf3d

Browse files
Announce 8.1.0RC1
1 parent f752bd7 commit 6e4bf3d

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

archive/archive.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2021-09-02-1.xml"/>
1213
<xi:include href="entries/2021-08-26-3.xml"/>
1314
<xi:include href="entries/2021-08-26-2.xml"/>
1415
<xi:include href="entries/2021-08-26-1.xml"/>

archive/entries/2021-09-02-1.xml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.1.0 RC 1 available for testing</title>
4+
<id>https://www.php.net/archive/2021.php#2021-09-02-1</id>
5+
<published>2021-09-02T15:36:40+00:00</published>
6+
<updated>2021-09-02T15:36:40+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2021-09-02-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2021.php#2021-09-02-1" rel="via" type="text/html"/>
9+
<category term="frontpage" label="PHP.net frontpage news"/>
10+
<content type="xhtml">
11+
<div xmlns="http://www.w3.org/1999/xhtml">
12+
<p>
13+
The PHP team is pleased to announce the release of PHP 8.1.0, RC 1.
14+
This is the first release candidate, continuing the PHP 8.1 release cycle,
15+
the rough outline of which is specified in the
16+
<a href="https://wiki.php.net/todo/php81">PHP Wiki</a>.
17+
</p>
18+
<p>
19+
For source downloads of PHP 8.1.0, RC 1 please visit the
20+
<a href="https://downloads.php.net/~patrickallaert/">download page</a>.
21+
</p>
22+
<p>
23+
Please carefully test this version and report any issues found in the
24+
<a href="http://bugs.php.net">bug reporting system</a>.
25+
</p>
26+
<p><b>Please DO NOT use this version in production, it is an early test version.</b></p>
27+
<p>
28+
For more information on the new features and other changes, you can read the
29+
<a href="https://github.com/php/php-src/blob/php-8.1.0RC1/NEWS">NEWS</a> file
30+
or the <a href="https://github.com/php/php-src/blob/php-8.1.0RC1/UPGRADING">UPGRADING</a>
31+
file for a complete list of upgrading notes. These files can also be
32+
found in the release archive.
33+
</p>
34+
<p>
35+
The next release will be the second release candidate (RC 2), planned
36+
for 16 September 2021.
37+
</p>
38+
<p>
39+
The signatures for the release can be found in
40+
<a href="https://gist.github.com/patrickallaert/8a2e494ab64b44395c9481a323c97b0a">the manifest</a>
41+
or on <a href="https://qa.php.net/">the QA site</a>.
42+
</p>
43+
<p>Thank you for helping us make PHP better.</p>
44+
</div>
45+
</content>
46+
</entry>

0 commit comments

Comments
 (0)