Commit: 2f887421c20219cf3334e17e827e8681449a17aa Author: Julien Pauli <[email protected]> Thu, 24 Jan 2013 11:41:14 +0100 Parents: 017acb2dcbf796dd82f6aa1cd31d65399bad6307 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2f887421c20219cf3334e17e827e8681449a17aa Log: Announced PHP5.5.0 alpha4 Changed paths: M archive/archive.xml A archive/entries/2013-01-24-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 13c0b7b..62743b5 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/2013-01-24-1.xml"/> <xi:include href="entries/2013-01-17-1.xml"/> <xi:include href="entries/2013-01-11-1.xml"/> <xi:include href="entries/2013-01-10-1.xml"/> diff --git a/archive/entries/2013-01-24-1.xml b/archive/entries/2013-01-24-1.xml new file mode 100644 index 0000000..868cf1b --- /dev/null +++ b/archive/entries/2013-01-24-1.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>alpha4</title> + <id>http://php.net/archive/2013.php#id2013-01-24-1</id> + <published>2013-01-24T10:28:02+00:00</published> + <updated>2013-01-24T10:28:02+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#id2013-01-24-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-01-24-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + The PHP development team announces the release of PHP 5.5.0alpha4. + This release fixe some bugs from alpha3 and add some new features. + 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.5.0 Alpha 4 is shipped with new features and improvements such as (incomplete list) : + </p> + <ul> + <li>Class Name Resolution as scalar via "class" keyword , + </li> + <li>Added DateTimeImmutable class, a variant of DateTime that only returns the + modified state instead of changing itself + </li> + </ul> + + <p>You can read the full list of changes in the + <a href="https://github.com/php/php-src/blob/php-5.5.0alpha4/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.5.0 Alpha 4 please visit + the <a href="http://downloads.php.net/dsp">download page</a>, Windows binaries + can be found on <a href="http://windows.php.net/qa/">windows.php.net/qa/</a>. + </p> + + <p> + Alpha4 is the last alpha for PHP5.5. We are now beginning the betas, and the first beta + is expected for February 7th. Betas won't add any new features but consolidate the source + code and fix found bugs. + </p> + + <p> + Thank you for supporting PHP. + </p> + </div> + </content> +</entry> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
