Commit:    b288a13047a18c1af299551d6cc978cd0bef57a1
Author:    kovacs.ferenc <kovacs.fer...@ustream.tv>         Thu, 4 Feb 2016 
21:12:42 +0100
Parents:   7a93c918714c3fe86cb704a9cd57ba563e1fca18
Branches:  master

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

Log:
5.6.18

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2016-02-04-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_18.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index a1ad1fd..83519fa 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -7,6 +7,61 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 
 <h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.6.18"><!-- {{{ 5.6.18 -->
+<h3>Version 5.6.18</h3>
+<b><?php release_date('04-Feb-2016'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(71039); ?> (exec functions ignore length but look for NULL 
termination).</li>
+  <li><?php bugfix(71089); ?> (No check to duplicate zend_extension).</li>
+  <li><?php bugfix(71201); ?> (round() segfault on 64-bit builds).</li>
+  <li>Added support for new HTTP 451 code.</li>
+  <li><?php bugfix(71273); ?> (A wrong ext directory setup in php.ini leads to 
crash).</li>
+  <li><?php bugfix(71323); ?> (Output of stream_get_meta_data can be falsified 
by its input).</li>
+  <li><?php bugfix(71459); ?> (Integer overflow in iptcembed()).</li>
+</ul></li>
+<li>Apache2handler:
+<ul>
+  <li>Fix &gt;2G Content-Length headers in apache2handler.</li>
+</ul></li>
+<li>FTP:
+<ul>
+  <li>Implemented FR <?php bugl(55651); ?> (Option to ignore the returned FTP 
PASV address).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(71127); ?> (Define in auto_prepend_file is overwrite).</li>
+  <li><?php bugfix(71024); ?> (Unable to use PHP 7.0 x64 side-by-side with PHP 
5.6 x32 on the same server).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Upgraded bundled PCRE library to 8.38.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(71354); ?> (Heap corruption in tar/zip/phar parser).</li>
+  <li><?php bugfix(71391); ?> (NULL Pointer Dereference in 
phar_tar_setupmetadata()).</li>
+  <li><?php bugfix(71488); ?> (Stack overflow when decompressing tar 
archives).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(69111); ?> (Crash in SessionHandler::read()).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(70979); ?> (crash with bad soap request).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(71204); ?> (segfault if clean spl_autoload_funcs while 
autoloading).</li>
+</ul></li>
+<li>WDDX:
+<ul>
+  <li><?php bugfix(71335); ?> (Type Confusion in WDDX Packet 
Deserialization).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.32"><!-- {{{ 5.5.32 -->
 <h3>Version 5.5.32</h3>
 <b><?php release_date('04-Feb-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index e037f8c..486611a 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-02-04-3.xml"/>
   <xi:include href="entries/2016-02-04-2.xml"/>
   <xi:include href="entries/2016-02-04-1.xml"/>
   <xi:include href="entries/2016-01-30-1.xml"/>
diff --git a/archive/entries/2016-02-04-3.xml b/archive/entries/2016-02-04-3.xml
new file mode 100644
index 0000000..fe72a2a
--- /dev/null
+++ b/archive/entries/2016-02-04-3.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.18 is available</title>
+  <id>http://php.net/archive/2016.php#id2016-02-04-3</id>
+  <published>2016-02-04T12:08:37-08:00</published>
+  <updated>2016-02-04T12:08:37-08: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-02-04-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2016.php#id2016-02-04-3"; 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.6.18. This is a security release. Several security bugs were fixed in 
this release.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.18 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-5.php#5.6.18";>ChangeLog</a>.
+     </p>     
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9cfb63f..78ed51c 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -113,7 +113,43 @@ $OLDRELEASES = array (
   ),
   5 => 
   array (
-     '5.5.31' => 
+    '5.6.17' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_17.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.17.tar.bz2',
+          'name' => 'PHP 5.6.17 (tar.bz2)',
+          'md5' => '23e2183852b172a8e2b2c739b7dde4ca',
+          'sha256' => 
'77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b',
+          'date' => '07 Jan 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.17.tar.gz',
+          'name' => 'PHP 5.6.17 (tar.gz)',
+          'md5' => '9cbf226d0b5d852e66a0b7272368ecea',
+          'sha256' => 
'f5036535651e919415f4b6589391c95e4ff48f2d391818251c45da216791aac8',
+          'date' => '07 Jan 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.17.tar.xz',
+          'name' => 'PHP 5.6.17 (tar.xz)',
+          'md5' => '5e080e4b7df5db24f1b64313f8114bd8',
+          'sha256' => 
'ea9d5749380c7c7171e131616466deacd7cb124b5010eafc34e551b0a7b0fb2c',
+          'date' => '07 Jan 2016',
+        ),
+      ),
+      'date' => '07 Jan 2016',
+      'museum' => false,
+    ),
+    '5.5.31' => 
     array (
       'announcement' => 
       array (
diff --git a/include/version.inc b/include/version.inc
index 45271a4..ccf6961 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -36,20 +36,20 @@ $PHP_7_0_SHA256     = array(
 );
 
 /* PHP 5.6 Release */
-$PHP_5_6_RC = "5.6.18RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_6_RC_DATE = '21 Jan 2016';
 
-$PHP_5_6_VERSION         = "5.6.17";
-$PHP_5_6_DATE            = "07 Jan 2016";
+$PHP_5_6_VERSION         = "5.6.18";
+$PHP_5_6_DATE            = "04 Feb 2016";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "23e2183852b172a8e2b2c739b7dde4ca",
-                       "tar.gz"        => "9cbf226d0b5d852e66a0b7272368ecea",
-                       "tar.xz"        => "5e080e4b7df5db24f1b64313f8114bd8",
+                       "tar.bz2"       => "7340353bedd998286ba2c4d87d7864f8",
+                       "tar.gz"        => "9ce52b13aefd652d221f100341497d74",
+                       "tar.xz"        => "177ba962557795866ae331ad4ad99bba",
 );
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b",
-                       "tar.gz"        => 
"f5036535651e919415f4b6589391c95e4ff48f2d391818251c45da216791aac8",
-                       "tar.xz"        => 
"ea9d5749380c7c7171e131616466deacd7cb124b5010eafc34e551b0a7b0fb2c",
+                       "tar.bz2"       => 
"c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed",
+                       "tar.gz"        => 
"76da4150dc2da86b7b63b1aad3c20d1d11964796251ac0dd4d26d0a3f5045015",
+                       "tar.xz"        => 
"54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0",
 );
 /* PHP 5.5 Release */
 $PHP_5_5_RC =  false; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_6_18.php b/releases/5_6_18.php
new file mode 100644
index 0000000..e409eab
--- /dev/null
+++ b/releases/5_6_18.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_18.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.18 Release Announcement");
+?>
+     <h1>PHP 5.6.18 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.18. This is a security release. Several security bugs were fixed in 
this release.
+
+     All PHP 5.6 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.6.18 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-5.php#5.6.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