Commit:    de9e107627fb75d8488358145ee787f60eab5bae
Author:    Julien Pauli <[email protected]>         Thu, 15 Nov 2012 18:13:48 +0100
Parents:   4dca522a87603f4a5035fcd612eaf4acdb5fdf17
Branches:  master

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

Log:
PHP5.5.0alpha1 announcement

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2012-11-15-1.xml


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index e3af403..923284a 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/2012-11-15-1.xml"/>
   <xi:include href="entries/2012-11-03-1.xml"/>
   <xi:include href="entries/2012-11-02-1.xml"/>
   <xi:include href="entries/2012-10-18-1.xml"/>
diff --git a/archive/entries/2012-11-15-1.xml b/archive/entries/2012-11-15-1.xml
new file mode 100644
index 0000000..ed8b9e0
--- /dev/null
+++ b/archive/entries/2012-11-15-1.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP5.5.0alpha1 released</title>
+  <id>http://www.php.net/archive/2012.php#id2012-11-15-1</id>
+  <published>2012-11-15T14:10:06+00:00</published>
+  <updated>2012-11-15T14:10:06+00:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://www.php.net/index.php#id2012-11-15-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://www.php.net/archive/2012.php#id2012-11-15-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.5.0alpha1. This release marks the beginning of the PHP 5.5.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>
+      PHP5.5.0alpha1 comes with new features such as (incomplete list) :
+     </p>
+     <ul>
+        <li>generators,</li>
+        <li>a new password hashing API,</li>
+        <li>the finally keyword,</li>
+        <li>array/string dereferencing,</li>
+        <li>ext/intl improvement,</li>
+        <li>support for list() in foreach.</li>
+     </ul>
+     <p>We also dropped support for Windows XP and 2003.</p>
+
+     <p>You can read the full list of changes in the
+      <a href="https://github.com/php/php-src/blob/php-5.5.0alpha1/NEWS";>NEWS 
file</a> contained
+      in the release archive.
+     </p>
+
+     <p>
+      For source downloads of PHP 5.5.0alpha1 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>
+        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

Reply via email to