Commit:    a8fa8f20372974d2065b58fba3535ee4b1829a39
Author:    Anatol Belski <[email protected]>         Thu, 3 Dec 2015 20:20:27 +0100
Parents:   f78798ff00b204cf63130dbe88c78d88fa6f5a53
Branches:  master

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

Log:
7.0.0 announce

Changed paths:
  M  archive/archive.xml
  A  archive/entries/2015-12-03-1.xml


Diff:
diff --git a/archive/archive.xml b/archive/archive.xml
index 2f3ab79..3013b3f 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/2015-12-03-1.xml"/>
   <xi:include href="entries/2015-11-26-2.xml"/>
   <xi:include href="entries/2015-11-26-1.xml"/>
   <xi:include href="entries/2015-11-12-1.xml"/>
diff --git a/archive/entries/2015-12-03-1.xml b/archive/entries/2015-12-03-1.xml
new file mode 100644
index 0000000..c89139f
--- /dev/null
+++ b/archive/entries/2015-12-03-1.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.0 Released</title>
+  <id>http://php.net/archive/2015.php#id2015-12-03-1</id>
+  <published>2015-12-03T21:30:00+01:00</published>
+  <updated>2015-12-03T21:30:00+01:00</updated>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <link href="http://php.net/index.php#id2015-12-03-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-12-03-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.0.0. This release marks the start of the new major PHP 7 series.
+     </p>
+     <p>
+     PHP 7.0.0 comes with a new version of the Zend Engine, numerous 
improvements 
+     and new features such as
+     </p>
+     <ul>
+        <li>Improved performance: PHP 7 is up to twice as fast as PHP 5.6</li>
+       <li>Significantly reduced memory usage</li>
+        <li>Abstract Syntax Tree</li>
+        <li>Consistent 64-bit support</li>
+        <li>Improved Exception hierarchy</li>
+       <li>Many fatal errors converted to Exceptions</li>
+       <li>Secure random number generator</li>
+        <li>Removed old and unsupported SAPIs and extensions</li>
+        <li>The null coalescing operator (??)</li>
+        <li>Return and Scalar Type Declarations</li>
+        <li>Anonymous Classes</li>
+       <li>Zero cost asserts</li>
+     </ul>
+
+     <p>For source downloads of PHP 7.0.0 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows binaries can be found on <a 
href="http://windows.php.net/download/";>windows.php.net/download/</a>.
+     The list of changes is recorded in the <a 
href="http://www.php.net/ChangeLog-7.php#7.0.0";>ChangeLog</a>.
+     </p>
+     <p>
+     The <a href="http://php.net/manual/migration70.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>
+     The inconvenience of the release lateness in several time zones is caused 
by the need to ensure the
+     compatibility with the latest OpenSSL 1.0.2e release. Thanks for the 
patience!
+     </p>
+
+     <p>
+     It is not just a next major PHP version being released today.
+     The release being introduced is an outcome of the almost two years 
development
+     journey. It is a very special accomplishment of the core team. And, it is 
a
+     result of incredible efforts of many active community members.
+     Indeed, it is not just a final release being brought out today, it is the 
rise of
+     a new PHP generation with an enormous potential.
+     </p>
+
+     <p>Congratulations everyone to this spectacular day for the PHP world!</p>
+     <p>Grateful 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