Commit: 5864c99e3b19525c0808303bf9bb1e464317434a Author: Julien Pauli <[email protected]> Thu, 21 Feb 2013 14:41:22 +0100 Parents: 9c52573a5b975d1c5422e0137bcb49c4f086a016 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5864c99e3b19525c0808303bf9bb1e464317434a Log: Announcing alpha5 Changed paths: M archive/archive.xml A archive/entries/2013-02-21-1.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index c4e5591..944f689 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-02-21-1.xml"/> <xi:include href="entries/2013-02-12-1.xml"/> <xi:include href="entries/2013-02-07-1.xml"/> <xi:include href="entries/2013-01-24-1.xml"/> diff --git a/archive/entries/2013-02-21-1.xml b/archive/entries/2013-02-21-1.xml new file mode 100644 index 0000000..ead6335 --- /dev/null +++ b/archive/entries/2013-02-21-1.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.0 Alpha5 released</title> + <id>http://php.net/archive/2013.php#id2013-02-21-1</id> + <published>2013-02-21T13:33:25+00:00</published> + <updated>2013-02-21T13:33:25+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-02-21-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2013.php#id2013-02-21-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.0alpha5. + This release fixe some bugs from alpha4 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 5 is shipped with new features and improvements. Here is an incomplete list : + </p> + <ul> + <li>Added the ability to change the tmp dir PHP will use during runtime, using a new php.ini + entry , + </li> + <li>Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented all + options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT + and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and their + respective OO counterparts. + These changes are reflected in the mysqlnd API as well , + </li> + <li> + Added recvmsg() and sendmsg() wrappers for ext/sockets + </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.0alpha5/NEWS">NEWS file</a> contained + in the release archive. + </p> + + <p> + For source downloads of PHP 5.5.0 Alpha 5 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> + Alpha5 is the last alpha for PHP5.5. There has been a delay in alpha releases due to late coming new features. + We are now beginning the betas, and the first beta + is expected for March 7th. Betas won't add any new features, except the first one, 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
