xref: /web-php/archive/entries/2016-07-07-1.xml (revision e235f794)
1<?xml version="1.0" encoding="utf-8"?>
2<entry xmlns="http://www.w3.org/2005/Atom">
3  <title>PHP 7.1.0 Alpha 3 Released</title>
4  <id>http://php.net/archive/2016.php#id2016-07-07-1</id>
5  <published>2016-07-07T19:40:54+00:00</published>
6  <updated>2016-07-07T19:40:54+00:00</updated>
7  <category term="frontpage" label="PHP.net frontpage news"/>
8  <category term="releases" label="New PHP release"/>
9  <link href="http://php.net/index.php#id2016-07-07-1" rel="alternate" type="text/html"/>
10  <link href="http://php.net/archive/2016.php#id2016-07-07-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 PHP 7.1.0 Alpha 3. This release is the last alpha for 7.1.0. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
15     </p>
16
17     <p>
18       <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong>
19     </p>
20
21     <p>
22       PHP 7.1.0 Alpha 3 builds on previous releases with:
23     </p>
24
25     <ul>
26       <li>
27       	<a href="https://wiki.php.net/rfc/iterable">Iterable type</a>.
28       </li>
29       <li>
30       	<a href="https://wiki.php.net/rfc/curl_http2_push">HTTP/2 Server Push Support in ext/curl</a> &amp; <a href="https://wiki.php.net/rfc/new-curl-error-functions">other ext/curl improvements</a>
31       </li>
32       <li>
33       	<a href="https://wiki.php.net/rfc/this_var">Fix inconsistent behavior in <code>$this</code> variable</a>
34       </li>
35       <li>
36       	<a href="https://wiki.php.net/rfc/short_list_syntax">Square bracket syntax for array destructuring assignment</a>
37       </li>
38       <li>
39         <a href="https://wiki.php.net/rfc/closurefromcallable">Create closure from callable</a>
40       </li>
41       <li>
42         <a href="https://wiki.php.net/rfc/precise_float_value">More precise float values.</a>
43       </li>
44     </ul>
45
46     <p>
47       For more information on the new features and other changes, you can read the <a href="https://github.com/php/php-src/blob/master/NEWS">NEWS</a> file,
48       or the <a href="https://github.com/php/php-src/blob/master/UPGRADING">UPGRADING</a> file for a complete list of upgrading notes. These files can also be found in the release archive.
49     </p>
50
51     <p>
52       For source downloads of PHP 7.1.0 Alpha 3 please visit the <a href="https://downloads.php.net/~krakjoe/">download</a> page, Windows sources and binaries can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>.
53     </p>
54
55     <p>
56       The first beta will be released on the 21st of July. You can also read the full list of planned releases on <a href="https://wiki.php.net/todo/php71">our wiki</a>.
57     </p>
58
59     <p>
60       Thank you for helping us make PHP better.
61     </p>
62    </div>
63  </content>
64</entry>
65