Skip to content

Commit 4b4d55a

Browse files
committed
Announce PHP 8.3.0beta2
1 parent 0f45334 commit 4b4d55a

File tree

2 files changed

+32
-0
lines changed

2 files changed

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

archive/entries/2023-08-03-2.xml

Lines changed: 31 additions & 0 deletions
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.3.0 Beta 2 available for testing</title>
4+
<id>https://www.php.net/archive/2023.php#2023-08-03-2</id>
5+
<published>2023-08-03T11:50:26-07:00</published>
6+
<updated>2023-08-03T11:50:26-07:00</updated>
7+
<link href="https://www.php.net/index.php#2023-08-03-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-08-03-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 second beta release of PHP 8.3.0, Beta 2.
14+
This continues the PHP 8.3 release cycle, the rough outline of which is specified in the
15+
<a href="https://wiki.php.net/todo/php83">PHP Wiki</a>.
16+
</p>
17+
<p>For source downloads of PHP 8.3.0 Beta 2 please visit the <a href="https://downloads.php.net/~jakub">download page</a>.</p>
18+
<p>Please carefully test this version and report any issues found in the <a href="https://github.com/php/php-src/issues">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.3.0beta2/NEWS">NEWS</a> file,
23+
or the <a href="https://github.com/php/php-src/blob/php-8.3.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 17 2023.</p>
27+
<p>The signatures for the release can be found in <a href="https://gist.github.com/bukka/31646ada5b94b4d2b78e0551905f5745">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)