xref: /web-php/archive/entries/2017-11-30-1.xml (revision cd93a176)
1<?xml version="1.0" encoding="utf-8"?>
2<entry xmlns="http://www.w3.org/2005/Atom">
3  <title>PHP 7.2.0 Released</title>
4  <id>http://php.net/archive/2017.php#id2017-11-30-1</id>
5  <published>2017-11-30T10:04:21+00:00</published>
6  <updated>2017-11-30T10:04:21+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#id2017-11-30-1" rel="alternate" type="text/html"/>
10  <link href="http://php.net/archive/2017.php#id2017-11-30-1" rel="via" type="text/html"/>
11  <content type="xhtml">
12    <div xmlns="http://www.w3.org/1999/xhtml">
13
14	<p>The PHP development team announces the immediate availability of PHP 7.2.0.
15	This release marks the second feature update to the PHP 7 series.</p>
16
17	<p>PHP 7.2.0 comes with numerous improvements and new features such as</p>
18
19	<ul>
20	<li><a href="https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts">Convert numeric keys in object/array casts</a></li>
21	<li><a href="https://wiki.php.net/rfc/counting_non_countables">Counting of non-countable objects</a></li>
22	<li><a href="https://wiki.php.net/rfc/object-typehint">Object typehint</a></li>
23	<li><a href="https://wiki.php.net/rfc/hash-context.as-resource">HashContext as Object</a></li>
24	<li><a href="https://wiki.php.net/rfc/argon2_password_hash">Argon2 in password hash</a></li>
25	<li><a href="https://wiki.php.net/rfc/improved-tls-constants">Improve TLS constants to sane values</a></li>
26	<li><a href="https://wiki.php.net/rfc/mcrypt-viking-funeral">Mcrypt extension removed</a></li>
27	<li><a href="https://wiki.php.net/rfc/libsodium">New sodium extension</a></li>
28	</ul>
29
30	<p>For source downloads of PHP 7.2.0 please visit our <a href="http://www.php.net/downloads">downloads</a> page
31	Windows binaries can be found on the <a href="http://windows.php.net/download">PHP for Windows</a> site.
32	The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.0">ChangeLog</a>.</p>
33
34	<p>The <a href="http://php.net/manual/en/migration72.php">migration guide</a> is available in the PHP Manual.
35	Please consult it for the detailed list of new features and backward incompatible changes.</p>
36
37	<p>Many thanks to all the contributors and supporters!</p>
38    </div>
39  </content>
40</entry>
41