Commit: 09e7c20f3a8f6fedef6824334d038903927ed57f Author: Ferenc Kovacs <[email protected]> Fri, 24 Jan 2014 03:48:00 +0100 Parents: a03de4f68861c289f370eb66a0e59d7b189b2094 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=09e7c20f3a8f6fedef6824334d038903927ed57f Log: 5.6.0alpha1 Changed paths: M archive/archive.xml A archive/entries/2014-01-23-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index efe2d25..33f083e 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-01-23-1.xml"/> <xi:include href="entries/2014-01-22-2.xml"/> <xi:include href="entries/2014-01-22-1.xml"/> <xi:include href="entries/2014-01-10-2.xml"/> diff --git a/archive/entries/2014-01-23-1.xml b/archive/entries/2014-01-23-1.xml new file mode 100644 index 0000000..dff6148 --- /dev/null +++ b/archive/entries/2014-01-23-1.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.0alpha1 released</title> + <id>http://php.net/archive/2014.php#id2014-01-23-1</id> + <published>2014-01-23T23:24:10+01:00</published> + <updated>2014-01-23T23:24:10+01:00</updated> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2014-01-23-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-01-23-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.0alpha1. This release marks the beginning of the PHP 5.6.0 release cycle. + 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.0alpha1 comes with new features such as (incomplete list) : + </p> + <ul> + <li>constant scalar expressions,</li> + <li>variadic functions,</li> + <li>argument unpacking,</li> + <li>support for large(>2GiB) file uploads,</li> + <li>SSL/TLS improvements,</li> + <li>a new command line debugger called phpdbg.</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.0alpha1/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.6.0alpha1 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 second beta should show up on 6th of February. + </p> + + <p> + Thank you for helping us making PHP better. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
