Commit: 6f0c900ce6dc9c6dfc30c2b3bd408f73025a7a88 Author: Ferenc Kovacs <tyr...@gmail.com> Fri, 14 Feb 2014 01:30:11 +0100 Parents: ef60ce4e1bffc4a2a3b824ef25b7aaee6eacb1d7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6f0c900ce6dc9c6dfc30c2b3bd408f73025a7a88 Log: 5.6.0alpha2 release announcement Changed paths: M archive/archive.xml A archive/entries/2014-02-13-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index c2348d1..f61aff9 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2014-02-13-1.xml"/> <xi:include href="entries/2014-02-06-1.xml"/> <xi:include href="entries/2014-02-05-4.xml"/> <xi:include href="entries/2014-02-05-3.xml"/> diff --git a/archive/entries/2014-02-13-1.xml b/archive/entries/2014-02-13-1.xml new file mode 100644 index 0000000..b3f2706 --- /dev/null +++ b/archive/entries/2014-02-13-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.0alpha2 released</title> + <id>http://php.net/archive/2014.php#id2014-02-13-1</id> + <published>2014-02-13T23:00:39+01:00</published> + <updated>2014-02-13T23:00:39+01: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-02-13-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-02-13-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.0alpha2. This release adds new features and fixes bugs. + All users of PHP are encouraged to test this version carefully, + and report any bugs in <a href="https://bugs.php.net">the bug tracking system</a>. + </p> + + <strong>THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!</strong> + + <p> + PHP 5.6.0alpha2 comes with a number of new features, including: + </p> + <ul> + <li>Peer certificates are now verified by default when connecting to SSL/TLS servers</li> + <li>An exponentiation operator has been added: **</li> + <li>Output encoding handling has been simplified by using default_charset as the default character encoding</li> + </ul> + + <p>For more information about the new features you can check out the work-in-progress + <a href="http://docs.php.net/manual/en/migration56.new-features.php">documentation</a> + or you can read the full list of changes in the + <a href="https://github.com/php/php-src/blob/php-5.6.0alpha2/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.6.0alpha2 please visit + the <a href="http://downloads.php.net/tyrael">download page</a>. Windows binaries + can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. + </p> + + <p> + Our third alpha should show up on 28th of February. + </p> + + <p> + Thank you for helping us make PHP better. + </p> + </div> + </content> +</entry> \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php