Commit:    bd939c3a70875cd7379637eed60e543ce7e8e1ef
Author:    Julien Pauli <[email protected]>         Thu, 7 Mar 2013 14:47:56 +0100
Parents:   2dca309444ad14ccf0fbdff80073122f4cb9e4b6
Branches:  master

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

Log:
Announcing PHP5.5 alpha 6

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2013-03-07-1.xml


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 2c15d91..95127fd 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-03-07-1.xml"/>
   <xi:include href="entries/2013-02-24-1.xml"/>
   <xi:include href="entries/2013-02-21-1.xml"/>
   <xi:include href="entries/2013-02-21-2.xml"/>
diff --git a/archive/entries/2013-03-07-1.xml b/archive/entries/2013-03-07-1.xml
new file mode 100644
index 0000000..edee2eb
--- /dev/null
+++ b/archive/entries/2013-03-07-1.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.0 Alpha6 released</title>
+  <id>http://php.net/archive/2013.php#id2013-03-07-1</id>
+  <published>2013-03-07T13:26:26+00:00</published>
+  <updated>2013-03-07T13:26:26+00:00</updated>
+  <link href="http://php.net/index.php#id2013-03-07-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2013.php#id2013-03-07-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.0alpha6.
+        This release fixe some bugs from alpha5. It also serves as a delay for 
our next beta 1
+        integrating ZendOptimizer+ OPCode cache which is not ready yet to be 
merged.
+        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 6 is shipped with improvements. Here is an incomplete 
list :
+     </p>
+     <ul>
+        <li>Fixed a bug where uninitialized ++$foo->bar; does not cause a 
notice,</li>
+        <li>Updated bundled PCRE 8.32,</li>
+        <li>Fixed a bug in ext/sockets where sendmsg/recvmsg shutdown handler 
causes segfault</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.0alpha6/NEWS";>NEWS 
file</a> contained
+      in the release archive.
+     </p>
+
+     <p>
+      For source downloads of PHP 5.5.0 Alpha 6 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>
+      Our first beta should show up on 21st of March.
+     </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