Skip to content

Commit 02b7b39

Browse files
committed
PHP 5.4.1RC2 news
1 parent 8520d83 commit 02b7b39

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-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/2012-04-13-1.xml"/>
1213
<xi:include href="entries/2012-03-20-1.xml"/>
1314
<xi:include href="entries/2012-03-01-1.xml"/>
1415
<xi:include href="entries/2012-02-24-1.xml"/>

archive/entries/2012-04-13-1.xml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 5.4.1RC2 Released for Testing</title>
4+
<id>http://www.php.net/archive/2012.php#id2012-04-13-1</id>
5+
<published>2012-04-13T13:37:44+02:00</published>
6+
<updated>2012-04-13T13:37:44+02:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<category term="releases" label="New PHP release"/>
9+
<link href="http://www.php.net/index.php#id2012-04-13-1" rel="alternate" type="text/html"/>
10+
<link href="http://www.php.net/archive/2012.php#id2012-04-13-1" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<p>
14+
The PHP development team would like to announce the 2th
15+
<a href="http://qa.php.net">release candidate</a> of PHP 5.4.1.
16+
Windows binaries can be downloaded from the
17+
<a href="http://windows.php.net/qa/">Windows QA site</a>.
18+
</p>
19+
<p>
20+
<strong>
21+
THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!
22+
</strong>
23+
</p>
24+
<p>
25+
This is the 2th release candidate. The release candidate phase is
26+
intended as a period of bug fixing prior to the stable release.
27+
The release candidate fixes a critical issue when using the internal
28+
classe in multiple threads.
29+
</p>
30+
<p>
31+
A complete list of changes since the last release candidate can be
32+
found in the
33+
<a href="http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=d647f8de7cf080b599a73e092d683273fbf744e8;hb=fa1437b144683eae4d253473c35e375f7b743811">NEWS</a>
34+
file.
35+
</p>
36+
<p>
37+
Please to help us to identify
38+
bugs in order to ensure that the release is solid and all things behave
39+
as expected by taking the time to test this release candidate against
40+
your code base and reporting any problems that you encounter to
41+
the <a href="mailto:[email protected]">QA mailing list</a> and/or
42+
the <a href="https://bugs.php.net/">PHP bug tracker</a>.
43+
</p>
44+
<p>
45+
PHP 5.4.1 final will be released on April 26.
46+
</p>
47+
</div>
48+
</content>
49+
</entry>

0 commit comments

Comments
 (0)