Commit:    1dc8a62e309c71a65ddc4798a5a1b25ccd17a675
Author:    David Soria Parra <[email protected]>         Fri, 22 Feb 2013 09:37:10 
+0000
Parents:   cce14bf932b5bbe92e5bfbabd302c0cff79f0f53 
5864c99e3b19525c0808303bf9bb1e464317434a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=1dc8a62e309c71a65ddc4798a5a1b25ccd17a675

Log:
Merge master from git://github.com/jpauli/web-php.git

Changed paths:
  MM  archive/archive.xml
  AA  archive/entries/2013-02-21-2.xml


Diff:
diff --cc archive/archive.xml
index 944f689,944f689..2bc0ec6
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@@ -10,6 -10,6 +10,7 @@@
      <email>[email protected]</email>
    </author>
    <xi:include href="entries/2013-02-21-1.xml"/>
++  <xi:include href="entries/2013-02-21-2.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 --cc archive/entries/2013-02-21-2.xml
index 0000000,0000000..ead6335
new file mode 100644
--- /dev/null
+++ b/archive/entries/2013-02-21-2.xml
@@@ -1,0 -1,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

Reply via email to