Commit:    d24fd6ac8d6b5230f83886f72347338403ea32b6
Author:    Davey Shafik <m...@daveyshafik.com>         Thu, 1 Dec 2016 18:56:06 
-0800
Parents:   da1483c2ff3923a15cd1e55ea3c794b5d7925fca
Branches:  master

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

Log:
Add 7.1.0 news announcement

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2016-12-02-1.xml


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 6e10986..0d444c3 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2016-12-02-1.xml"/>
   <xi:include href="entries/2016-12-01-2.xml"/>
   <xi:include href="entries/2016-12-01-1.xml"/>
   <xi:include href="entries/2016-11-24-1.xml"/>
diff --git a/archive/entries/2016-12-02-1.xml b/archive/entries/2016-12-02-1.xml
new file mode 100644
index 0000000..387702a
--- /dev/null
+++ b/archive/entries/2016-12-02-1.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.0 Released</title>
+  <id>http://php.net/archive/2016.php#id2016-12-02-1</id>
+  <published>2016-12-02T02:55:05+00:00</published>
+  <updated>2016-12-02T02:55:05+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#id2016-12-02-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2016.php#id2016-12-02-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 
7.1.0. This release is the first point release in the 7.x series.</p>
+     
+     <p>PHP 7.1.0 comes with numerous improvements and new features such as</p>
+     
+     <ul>
+     <li><a href="https://wiki.php.net/rfc/nullable_types";>Nullable 
types</a></li>
+     <li><a href="https://wiki.php.net/rfc/void_return_type";>Void return 
type</a></li>
+     <li><a href="https://wiki.php.net/rfc/iterable";>Iterable 
psuedo-type</a></li>
+     <li><a href="https://wiki.php.net/rfc/class_const_visibility";>Class 
constant visiblity modifiers</a></li>
+     <li><a href="https://wiki.php.net/rfc/short_list_syntax";>Square bracket 
syntax for <code>list()</code></a> and <a 
href="https://wiki.php.net/rfc/list_keys";>the ability to specify keys in 
<code>list()</code></a></li>
+     <li><a href="https://wiki.php.net/rfc/multiple-catch";>Catching multiple 
exceptions types</a></li>
+     <li><a href="https://wiki.php.net/rfc#php_71";>Many more features and 
changes…</a></li>
+     </ul>
+     
+     <p>For source downloads of PHP 7.1.0 please visit our <a 
href="http://www.php.net/downloads";>downloads</a> page, Windows binaries can be 
found on windows.php.net/download/. The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-7.php#7.1.0";>ChangeLog</a>.</p>
+     
+     <p>The <a href="http://php.net/manual/en/migration71.php";>migration 
guide</a> is available in the PHP Manual. Please consult it for the detailed 
list of new features and backward incompatible changes.</p>
+     
+     <p>Many thanks to all the contributors and supporters!</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