Skip to content

Commit c5ba3ba

Browse files
committed
Announce PHP 8.2.0 RC2
1 parent 2ae10ff commit c5ba3ba

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

archive/archive.xml

Lines changed: 1 addition & 0 deletions
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/2022-09-15-1.xml"/>
1213
<xi:include href="entries/2022-09-01-4.xml"/>
1314
<xi:include href="entries/2022-09-01-3.xml"/>
1415
<xi:include href="entries/2022-09-01-2.xml"/>

archive/entries/2022-09-15-1.xml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.0 RC2 available for testing</title>
4+
<id>https://www.php.net/archive/2022.php#2022-09-15-1</id>
5+
<published>2022-09-15T07:15:53+00:00</published>
6+
<updated>2022-09-15T07:15:53+00:00</updated>
7+
<link href="https://www.php.net/index.php#2022-09-15-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2022.php#2022-09-15-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.2.0, RC 2.
14+
This is the second release candidate, continuing the PHP 8.2 release cycle,
15+
the rough outline of which is specified in the
16+
<a href="https://wiki.php.net/todo/php82">PHP Wiki</a>.
17+
</p>
18+
<p>
19+
For source downloads of PHP 8.2.0, RC 2 please visit the
20+
<a href="https://downloads.php.net/~sergey/">download page</a>.
21+
</p>
22+
<p>
23+
Please carefully test this version and report any issues found in the
24+
<a href="https://github.com/php/php-src/issues">bug reporting system</a>.
25+
</p>
26+
<p>
27+
<b>Please DO NOT use this version in production, it is an early test version.</b>
28+
</p>
29+
<p>
30+
For more information on the new features and other changes, you can read the
31+
<a href="https://github.com/php/php-src/blob/php-8.2.0RC2/NEWS">NEWS</a>
32+
file
33+
or the
34+
<a href="https://github.com/php/php-src/blob/php-8.2.0RC2/UPGRADING">UPGRADING</a>
35+
file for a complete list of upgrading notes. These files can also be
36+
found in the release archive.
37+
</p>
38+
<p>
39+
The next release will be the third release candidate (RC 3), planned
40+
for 29 September 2022.
41+
</p>
42+
<p>
43+
The signatures for the release can be found in
44+
<a href="https://gist.github.com/saundefined/d86e6eeab140eaf90f6924fe1343ee92">the manifest</a>
45+
or on <a href="https://qa.php.net/">the QA site</a>.
46+
</p>
47+
<p>Thank you for helping us make PHP better.</p>
48+
</div>
49+
</content>
50+
</entry>

0 commit comments

Comments
 (0)