1<?xml version="1.0" encoding="utf-8"?> 2<entry xmlns="http://www.w3.org/2005/Atom"> 3 <title>PHP 7.2.0 Beta 1 Released</title> 4 <id>http://php.net/archive/2017.php#id2017-07-20-1</id> 5 <published>2017-07-20T12:00:00+00:00</published> 6 <updated>2017-07-21T02:21:00+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-07-20-1" rel="alternate" type="text/html"/> 10 <link href="http://php.net/archive/2017.php#id2017-07-20-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.2.0 Beta 1. 15 This release is the first beta for 7.2.0. All users of PHP are encouraged to test this 16 version carefully, and report any bugs and incompatibilities in the 17 <a href="https://bugs.php.net/">bug tracking system</a>. 18 </p> 19 20 <p><strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong></p> 21 22 <p>PHP 7.2.0 Beta 1 builds on previous releases with:</p> 23 24 <ul> 25 <li>The much anticipated Sodium extension</li> 26 <li>Opcache improvements</li> 27 <li>Countable support for DOMNodeList and DOMNamedNodeMap</li> 28 <li>Improved handling for invalid UTF8 in json_decode()</li> 29 <li>And many bugfixes...</li> 30 </ul> 31 32 <p> 33 For more information on the new features and other changes, you can read the 34 <a href="https://github.com/php/php-src/blob/php-7.2.0beta1/NEWS">NEWS</a> file, 35 or the <a href="https://github.com/php/php-src/blob/php-7.2.0beta1/UPGRADING">UPGRADING</a> 36 file for a complete list of upgrading notes. These files can also be found in the release archive. 37 </p> 38 39 <p> 40 For source downloads of PHP 7.2.0 Beta 1 please visit the 41 <a href="https://downloads.php.net/~pollita/">download</a> page, 42 Windows sources and binaries can be found at 43 <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. 44 </p> 45 46 <p> 47 The second beta will be released on the 3rd of August. 48 You can also read the full list of planned releases on 49 <a href="https://wiki.php.net/todo/php72">our wiki</a>. 50 </p> 51 52 <p>Thank you for helping us make PHP better.</p> 53 </div> 54 </content> 55</entry> 56