Commit: 03dc6b3ecb2a458cf8f64671fe6a657f8d892fcc Author: Julien Pauli <[email protected]> Thu, 28 Aug 2014 10:51:55 +0200 Parents: a0307e3817e4cdde5332d71361cea9441c97af6f Branches: PHP-5.6.0
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=03dc6b3ecb2a458cf8f64671fe6a657f8d892fcc Log: 5.6.0 announcement Changed paths: M archive/archive.xml A archive/entries/2014-08-28-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 3b943d5..a198f80 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2014-08-28-1.xml"/> <xi:include href="entries/2014-08-27-1.xml"/> <xi:include href="entries/2014-08-22-1.xml"/> <xi:include href="entries/2014-08-21-1.xml"/> diff --git a/archive/entries/2014-08-28-1.xml b/archive/entries/2014-08-28-1.xml new file mode 100644 index 0000000..2473a9e --- /dev/null +++ b/archive/entries/2014-08-28-1.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.0 released</title> + <id>http://php.net/archive/2014.php#id2014-08-28-1</id> + <published>2014-08-28T08:14:28+00:00</published> + <updated>2014-08-28T08:14:28+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2014-08-28-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-08-28-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP Development Team announces the immediate availability of PHP 5.6.0. +This new version release comes with new features, some backward incompatible changes and many improvements. +</p> + + <p><b>The main features of PHP 5.6.0 include:</b></p> + <ul> + <li><a href="http://php.net/migration56.new-features.const-scalar-exprs">Constant scalar expressionss</a>.</li> + <li><a href="http://php.net/functions.arguments.php#functions.variable-arg-list">Variadic functions</a>, and argument unpacking syntax</li> + <li><a href="http://php.net/language.operators.arithmetic">Exponentiation operator</a>.</li> + <li><a href="http://php.net/migration56.new-features.use">Function and constants imports</a> with the <a href="http://php.net/language.namespaces.importing.php">use keyword</a>.</li> + <li><a href="http://phpdbg.com/docs">phpdbg</a> as an interactive integrated debugger SAPI.</li> + <li><a href="http://php.net/wrappers.php.php#wrappers.php.input">php://input</a> attribute changes as well as POST data parsing mechanism.</li> + <li><a href="http://php.net/book.gmp">GMP</a> objects now support operator overloading.</li> + <li>Files larger than 2 gigabytes in size are now accepted.</li> + </ul> + + <p>For a full list of new features, you may read <a href="http://php.net/migration56.new-features"> our migration guide new features</a> chapter.</p> + + <p> + <b>PHP 5.6.0 also introduces changes that affect compatibility:</b> + </p> + + <ul> + <li>Array keys won't be overwritten when defining an array as a property of a class via an array literal.</li> + <li><a href="http://php.net/function.json-decode">json_decode()</a> is more strict in JSON syntax parsing.</li> + <li>Stream wrappers now verify peer certificates and host names by default when using SSL/TLS.</li> + <li><a href="http://php.net/book.gmp">GMP</a> resources are now objects.</li> + <li><a href="http://php.net/book.mcrypt">Mcrypt</a> functions now require valid keys and IVs.</li> + </ul> + + <p> + For users upgrading from PHP 5.5, <a href="http://php.net/migration56">a full migration guide</a> is available, detailing the changes between 5.5 and 5.6.0. + </p> + + <p>For source downloads of PHP 5.6.0, please visit our <a href="http://www.php.net/downloads.php">downloads page</a>. + Windows binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The full list of changes is available in the <a href="http://www.php.net/ChangeLog-5.php#5.6.0">ChangeLog</a>. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
