Skip to content

Commit abc0117

Browse files
committed
add 7.0.0RC1 news entry
1 parent bc1eca9 commit abc0117

2 files changed

Lines changed: 65 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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2015-08-21-1.xml"/>
1213
<xi:include href="entries/2015-08-06-4.xml"/>
1314
<xi:include href="entries/2015-08-06-3.xml"/>
1415
<xi:include href="entries/2015-08-06-2.xml"/>

archive/entries/2015-08-21-1.xml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.0.0 RC 1 Released</title>
4+
<id>http://php.net/archive/2015.php#id2015-08-21-1</id>
5+
<published>2015-08-21T10:10:00+01:00</published>
6+
<updated>2015-08-21T10:10:00+01:00</updated>
7+
<category term="releases" label="New PHP release"/>
8+
<category term="frontpage" label="PHP.net frontpage news"/>
9+
<link href="http://php.net/index.php#id2015-08-21-1" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2015.php#id2015-08-21-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 announces the immediate availability of
15+
PHP 7.0.0 RC 1. This is the sixth pre-release of the new PHP 7
16+
major series. All users of PHP are encouraged to test this version carefully,
17+
and report any bugs and incompatibilities in <a href="https://bugs.php.net">the bug tracking system</a>.
18+
</p>
19+
20+
<strong>THIS IS A DEVELOPMENT PREVIEW - DO <u>NOT</u> USE IT IN PRODUCTION!</strong>
21+
22+
<p>
23+
PHP 7.0.0 RC 1 contains fixes for 27 reported bugs, and altogether over 200 commits with various stability improvements for database, array, assert, streams and other functionality.
24+
</p>
25+
26+
<p>
27+
PHP 7.0.0 comes with new version of the Zend Engine with features such as (incomplete list):
28+
</p>
29+
<ul>
30+
<li>Improved performance: PHP 7 is up to twice as fast as PHP 5.6</li>
31+
<li>Consistent 64-bit support</li>
32+
<li>Many fatal errors are now Exceptions</li>
33+
<li>Removal of old and unsupported SAPIs and extensions</li>
34+
<li>The null coalescing operator (??)</li>
35+
<li>Combined comparison Operator (&lt;=&gt;)</li>
36+
<li>Return Type Declarations</li>
37+
<li>Scalar Type Declarations</li>
38+
<li>Anonymous Classes</li>
39+
</ul>
40+
41+
<p>
42+
For more information on the new features and other changes, you can read the
43+
<a href="https://github.com/php/php-src/blob/php-7.0.0RC1/NEWS">NEWS file</a>, or the
44+
<a href="https://github.com/php/php-src/blob/php-7.0.0RC1/UPGRADING">UPGRADING file</a>
45+
for a complete list of upgrading notes. These files can also be found in the release archive.
46+
</p>
47+
48+
<p>
49+
For source downloads of PHP 7.0.0 RC 1 please visit
50+
the <a href="https://downloads.php.net/ab/">download page</a>, Windows source and binaries
51+
can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
52+
</p>
53+
54+
<p>
55+
The next release will be RC 2, which is to be released on the 3rd of September. You can also
56+
read the full list of planned releases on our <a href="https://wiki.php.net/todo/php70#timetable">wiki</a>.
57+
</p>
58+
59+
<p>
60+
Thank you for helping us make PHP better.
61+
</p>
62+
</div>
63+
</content>
64+
</entry>

0 commit comments

Comments
 (0)