Commit:    642b539ec77020d5fa371383724838e46996b7d1
Author:    Anatol Belski <[email protected]>         Thu, 13 Apr 2017 12:27:44 +0200
Parents:   e732f2d74ed7a9ba876fec35dc4483e413fd9ddc
Branches:  master

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

Log:
7.0.18 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2017-04-13-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_0_18.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index af2bccf..b6d7e8a 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.0.18"><!-- {{{ 7.0.18 -->
+<h3>Version 7.0.18</h3>
+<b><?php release_date('13-Apr-2017'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(73370); ?> (falsely exits with "Out of Memory" when using 
USE_ZEND_ALLOC=0).</li>
+  <li><?php bugfix(73960); ?> (Leak with instance method calling static method 
with referenced return).</li>
+  <li><?php bugfix(74265); ?> (Build problems after 7.0.17 release: undefined 
reference to `isfinite').</li>
+  <li><?php bugfix(74302); ?> (yield fromLABEL is over-greedy).</li>
+</ul></li>
+<li>Apache:
+<ul>
+  <li>Reverted patch for bug #61471, fixes bug #74318.</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(72096); ?> (Swatch time value incorrect for dates before 
1970).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(74004); ?> (LIBXML_NOWARNING flag ingnored on 
loadHTML*).</li>
+</ul></li>
+<li>iconv:
+<ul>
+  <li><?php bugfix(74230); ?> (iconv fails to fail on surrogates).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(72333); ?> (fwrite() on non-blocking SSL sockets doesn't 
work).</li>
+</ul></li>
+<li>PDO MySQL:
+<ul>
+  <li><?php bugfix(71003); ?> (Expose 
MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT to PDO interface).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(74216); ?> (Correctly fail on invalid IP address 
ports).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li><?php bugfix(74240); ?> (deflate_add can allocate too much memory).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.1.3"><!-- {{{ 7.1.3 -->
 <h3>Version 7.1.3</h3>
 <b><?php release_date('16-Mar-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index c65979d..3dafb2b 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/2017-04-13-1.xml"/>
   <xi:include href="entries/2017-03-30-2.xml"/>
   <xi:include href="entries/2017-03-30-1.xml"/>
   <xi:include href="entries/2017-03-16-2.xml"/>
diff --git a/archive/entries/2017-04-13-1.xml b/archive/entries/2017-04-13-1.xml
new file mode 100644
index 0000000..d34a617
--- /dev/null
+++ b/archive/entries/2017-04-13-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.0.18 Released</title>
+  <id>http://php.net/archive/2017.php#id2017-04-13-1</id>
+  <published>2017-04-13T13:00:00+01:00</published>
+  <updated>2017-04-13T13:00: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#id2017-04-13-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2017.php#id2017-04-13-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.18. Several bugs have been fixed.
+     
+      All PHP 7.0 users are encouraged to upgrade to this version.
+      </p>
+     
+      <p>For source downloads of PHP 7.0.18 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+      Windows source and 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.18";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index d0c3570..ae871f2 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.0.17' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_0_17.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.0.17.tar.bz2',
+          'name' => 'PHP 7.0.17 (tar.bz2)',
+          'md5' => '12ebc113a221959cebaf33ba22fd46c1',
+          'sha256' => 
'aee503926b96d807692fac3e0fd64e3259788f5139819a983152679cb6e91d4b',
+          'date' => '30 Mar 2017',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.0.17.tar.gz',
+          'name' => 'PHP 7.0.17 (tar.gz)',
+          'md5' => '5fd4e26265b213610a4be7fdc88dcee4',
+          'sha256' => 
'1f42ffe9895dad746baf4a0e8d81f2272f55fdef66cf298ac911d8791ceb1e80',
+          'date' => '30 Mar 2017',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.0.17.tar.xz',
+          'name' => 'PHP 7.0.17 (tar.xz)',
+          'md5' => '549df69a7a3c79d49fcafe2097579d9e',
+          'sha256' => 
'471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be',
+          'date' => '30 Mar 2017',
+        ),
+      ),
+      'date' => '30 Mar 2017',
+      'museum' => false,
+    ),
     '7.1.2' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index b50a4d5..b653be9 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -35,20 +35,20 @@ $PHP_7_1_SHA256     = array(
 );
 
 /* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.18RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_0_RC_DATE = "30 Mar 2017";
 
-$PHP_7_0_VERSION         = "7.0.17";
-$PHP_7_0_DATE            = "16 Mar 2017";
+$PHP_7_0_VERSION         = "7.0.18";
+$PHP_7_0_DATE            = "13 Apr 2017";
 $PHP_7_0_MD5     = array(
-                       "tar.bz2"       => "12ebc113a221959cebaf33ba22fd46c1",
-                       "tar.gz"        => "5fd4e26265b213610a4be7fdc88dcee4",
-                       "tar.xz"        => "549df69a7a3c79d49fcafe2097579d9e",
+                       "tar.bz2"       => "f3b3934799c18614b0775ddd0d602a4d",
+                       "tar.gz"        => "6417a761ceab0c2a96f60d66d4fdc75e",
+                       "tar.xz"        => "a578c55644d233635d2caa96c3a6f9c7",
 );
 $PHP_7_0_SHA256     = array(
-                       "tar.bz2"       => 
"aee503926b96d807692fac3e0fd64e3259788f5139819a983152679cb6e91d4b",
-                       "tar.gz"        => 
"1f42ffe9895dad746baf4a0e8d81f2272f55fdef66cf298ac911d8791ceb1e80",
-                       "tar.xz"        => 
"471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be",
+                       "tar.bz2"       => 
"b20cc63d507032b39d8bb14cb64784e460b0e47997e90a8704b703bcbb233fd1",
+                       "tar.gz"        => 
"e0fb336749d72e6c9cfcebb9b48497f004fa99f93b68c21cb3eb657053665e1d",
+                       "tar.xz"        => 
"679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d",
 );
 
 /* PHP 5.6 Release */
diff --git a/releases/7_0_18.php b/releases/7_0_18.php
new file mode 100644
index 0000000..fe23feb
--- /dev/null
+++ b/releases/7_0_18.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_18.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.18 Release Announcement");
+?>
+
+     <h1>PHP 7.0.18 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     7.0.18. Several bugs have been fixed.
+     
+     All PHP 7.0 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.0.18 please visit our <a 
href="http://www.php.net/downloads.php";>downloads page</a>,
+     Windows source and 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.18";>ChangeLog</a>.
+     </p>
+
+<?php site_footer(); ?>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to