|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<entry xmlns="http://www.w3.org/2005/Atom"> |
| 3 | + <title>PHP 7.0.0 Beta 1 Released</title> |
| 4 | + <id>http://php.net/archive/2015.php#id2015-07-10-4</id> |
| 5 | + <published>2015-07-10T23:30:00+01:00</published> |
| 6 | + <updated>2015-07-10T23:30: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-07-10-4" rel="alternate" type="text/html"/> |
| 10 | + <link href="http://php.net/archive/2015.php#id2015-07-10-4" 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 Beta 1. This is the third 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 | + Beta 1 marks the feature complete phase. From now on, fundamental |
| 24 | + changes are not to be expected. What's more, this release brings |
| 25 | + over 200 commits with about 25 reported bug fixes, as well as security, |
| 26 | + stability and other improvements. However it was delayed to catch up with |
| 27 | + the latest OpenSSL release issued on July 9th. |
| 28 | + </p> |
| 29 | + |
| 30 | + <p> |
| 31 | + PHP 7.0.0 comes with new version of the Zend Engine with features such as (incomplete list): |
| 32 | + </p> |
| 33 | + <ul> |
| 34 | + <li>Improved performance: PHP 7 is up to twice as fast as PHP 5.6</li> |
| 35 | + <li>Consistent 64-bit support</li> |
| 36 | + <li>Many fatal errors are now Exceptions</li> |
| 37 | + <li>Removal of old and unsupported SAPIs and extensions</li> |
| 38 | + <li>The null coalescing operator (??)</li> |
| 39 | + <li>Combined comparison Operator (<=>)</li> |
| 40 | + <li>Return Type Declarations</li> |
| 41 | + <li>Scalar Type Declarations</li> |
| 42 | + <li>Anonymous Classes</li> |
| 43 | + </ul> |
| 44 | + |
| 45 | + <p> |
| 46 | + For more information on the new features and other changes, you can read the |
| 47 | + <a href="https://github.com/php/php-src/blob/php-7.0.0beta1/NEWS">NEWS file</a>, or the |
| 48 | + <a href="https://github.com/php/php-src/blob/php-7.0.0beta1/UPGRADING">UPGRADING file</a> |
| 49 | + for a complete list of upgrading notes. These files can also be found in the release archive. |
| 50 | + </p> |
| 51 | + |
| 52 | + <p> |
| 53 | + For source downloads of PHP 7.0.0 Beta 1 please visit |
| 54 | + the <a href="https://downloads.php.net/ab/">download page</a>, Windows source and binaries |
| 55 | + can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. |
| 56 | + </p> |
| 57 | + |
| 58 | + <p> |
| 59 | + The next release will be Beta 2, which is to be released on the 23rd of July. You can also |
| 60 | + read the full list of planned releases on our <a href="https://wiki.php.net/todo/php70#timetable">wiki</a>. |
| 61 | + </p> |
| 62 | + |
| 63 | + <p> |
| 64 | + Thank you for helping us make PHP better. |
| 65 | + </p> |
| 66 | + </div> |
| 67 | + </content> |
| 68 | +</entry> |
0 commit comments