Skip to content

Commit 9ebf9ae

Browse files
committed
Announce PHP 8.4.0RC1
1 parent 367ef68 commit 9ebf9ae

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

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>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2024-09-26-3.xml"/>
1213
<xi:include href="entries/2024-09-26-2.xml"/>
1314
<xi:include href="entries/2024-09-26-1.xml"/>
1415
<xi:include href="entries/2024-09-17-1.xml"/>

archive/entries/2024-09-26-3.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.4.0 RC 1 now available for testing</title>
4+
<id>https://www.php.net/archive/2024.php#2024-09-26-3</id>
5+
<published>2024-09-26T19:25:27+00:00</published>
6+
<updated>2024-09-26T19:25:27+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-09-26-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-09-26-3" 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.4.0, RC 1.
14+
This is the first release candidate, continuing the PHP 8.4 release cycle,
15+
the rough outline of which is specified in the
16+
<a href="https://wiki.php.net/todo/php84">PHP Wiki</a>.
17+
</p>
18+
<p>
19+
For source downloads of PHP 8.4.0, RC 1 please visit the
20+
<a href="https://downloads.php.net/~saki">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><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.4.0RC1/NEWS">NEWS</a> file
30+
or the <a href="https://github.com/php/php-src/blob/php-8.4.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 RC 2, planned for 10 October 2024.
36+
</p>
37+
<p>
38+
The signatures for the release can be found in
39+
<a href="https://gist.github.com/SakiTakamachi/198dac0514f8cba37ed3506526cd1fb2">the manifest</a>
40+
or on <a href="https://qa.php.net/">the QA site</a>.
41+
</p>
42+
<p>Thank you for helping us make PHP better.</p>
43+
</div>
44+
</content>
45+
</entry>

0 commit comments

Comments
 (0)