Skip to content

Commit 6225d35

Browse files
committed
Announce PHP 8.3.0RC6
1 parent cdd0d1b commit 6225d35

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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/2023-11-09-1.xml"/>
1213
<xi:include href="entries/2023-10-30-1.xml"/>
1314
<xi:include href="entries/2023-10-26-3.xml"/>
1415
<xi:include href="entries/2023-10-26-2.xml"/>

archive/entries/2023-11-09-1.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.3.0 RC 6 available for testing</title>
4+
<id>https://www.php.net/archive/2023.php#2023-11-09-1</id>
5+
<published>2023-11-09T09:33:47-08:00</published>
6+
<updated>2023-11-09T09:33:47-08:00</updated>
7+
<link href="https://www.php.net/index.php#2023-11-09-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-11-09-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.3.0, RC 6.
14+
This is the sixth and final release candidate, continuing the PHP 8.3 release cycle, the rough outline of which is specified in the <a href="https://wiki.php.net/todo/php83">PHP Wiki</a>.
15+
</p>
16+
<p>
17+
For source downloads of PHP 8.3.0, RC 6 please visit the <a href="https://downloads.php.net/~eric">download page</a>.
18+
</p>
19+
<p>
20+
Please carefully test this version and report any issues found in the <a href="http://bugs.php.net">bug reporting system</a>.
21+
</p>
22+
<p><b>Please DO NOT use this version in production, it is an early test version.</b></p>
23+
<p>
24+
For more information on the new features and other changes, you can read the <a href="https://github.com/php/php-src/blob/php-8.3.0RC6/NEWS">NEWS</a> file or the <a href="https://github.com/php/php-src/blob/php-8.3.0RC6/UPGRADING">UPGRADING</a> file for a complete list of upgrading notes. These files can also be found in the release archive.
25+
</p>
26+
<p>
27+
The next release will be the production-ready, general availability release, planned for 23 November 2023.
28+
</p>
29+
<p>
30+
The signatures for the release can be found in <a href="https://gist.github.com/ericmann/ceaadbc09bdbb49efb74212a6c8cf02a">the manifest</a> or on <a href="https://qa.php.net/">the QA site</a>.
31+
</p>
32+
<p>Thank you for helping us make PHP better.</p>
33+
</div>
34+
</content>
35+
</entry>

0 commit comments

Comments
 (0)