Skip to content

Commit 7bf6acd

Browse files
committed
Announce 8.1.0beta2
1 parent 3f9d067 commit 7bf6acd

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-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-08-05-2.xml"/>
1213
<xi:include href="entries/2021-08-05-1.xml"/>
1314
<xi:include href="entries/2021-07-29-2.xml"/>
1415
<xi:include href="entries/2021-07-29-1.xml"/>

archive/entries/2021-08-05-2.xml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.1.0 Beta 2 available for testing</title>
4+
<id>https://www.php.net/archive/2021.php#2021-08-05-2</id>
5+
<published>2021-08-05T15:16:40+00:00</published>
6+
<updated>2021-08-05T15:16:40+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2021-08-05-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2021.php#2021-08-05-2" 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 first beta release of PHP 8.1.0, Beta 2.
14+
This continues the PHP 8.1 release cycle, the rough outline of which is specified in the
15+
<a href="https://wiki.php.net/todo/php81">PHP Wiki</a>.
16+
</p>
17+
<p>For source downloads of PHP 8.1.0, Beta 2 please visit the <a href="https://downloads.php.net/~ramsey">download page</a>.</p>
18+
<p>Please carefully test this version and report any issues found in the <a href="http://bugs.php.net">bug reporting system</a>.</p>
19+
<p><b>Please DO NOT use this version in production, it is an early test version.</b></p>
20+
<p>
21+
For more information on the new features and other changes, you can read the
22+
<a href="https://github.com/php/php-src/blob/php-8.1.0beta2/NEWS">NEWS</a> file,
23+
or the <a href="https://github.com/php/php-src/blob/php-8.1.0beta2/UPGRADING">UPGRADING</a>
24+
file for a complete list of upgrading notes. These files can also be found in the release archive.
25+
</p>
26+
<p>The next release will be Beta 3, planned for Aug 19 2021.</p>
27+
<p>The signatures for the release can be found in <a href="https://gist.github.com/ramsey/50a79dda00c1b669ac121c89d45ee46d">the manifest</a> or on <a href="https://qa.php.net/">the QA site</a>.</p>
28+
<p>Thank you for helping us make PHP better.</p>
29+
</div>
30+
</content>
31+
</entry>

0 commit comments

Comments
 (0)