Commit:    baa33a3f6c6fd0bdcbed1cad9ca55fcf9c4ff670
Author:    kovacs.ferenc <[email protected]>         Fri, 2 Oct 2015 
01:42:00 +0200
Parents:   686cde9948c211409acf65b6ea3c250e309794c4
Branches:  master

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

Log:
5.6.14

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2015-10-01-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_14.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 1fb020d..7bb6c9e 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,61 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.14"><!-- {{{ 5.6.14 -->
+<h3>Version 5.6.14</h3>
+<b><?php release_date('01-Oct-2015'); ?></b>
+
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(70370); ?> (Bundled libtool.m4 doesn't handle FreeBSD 10 
when building extensions).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(68291); ?> (404 on urls with '+').</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(70001); ?> (Assigning to DOMNode::textContent does 
additional entity encoding).</li>
+</ul></li>
+<li>Mysqlnd:
+<ul>
+  <li><?php bugfix(70456); ?> (mysqlnd doesn't activate TCP keep-alive when 
connecting to a server).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(55259); ?> (openssl extension does not get the DH 
parameters from DH key resource).</li>
+  <li><?php bugfix(70395); ?> (Missing ARG_INFO for openssl_seal()).</li>
+  <li><?php bugfix(60632); ?> (openssl_seal fails with AES).</li>
+  <li><?php bugfix(68312); ?> (Lookup for openssl.cnf causes a message 
box).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(70389); ?> (PDO constructor changes unrelated 
variables).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(69720); ?> (Null pointer dereference in 
phar_get_fp_offset()).</li>
+  <li><?php bugfix(70433); ?> (Uninitialized pointer in phar_make_dirstream 
when zip entry filename is "/").</li>
+</ul></li>
+<li>Phpdbg:
+<ul>
+  <li>Fix phpdbg_break_next() sometimes not breaking.</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(67131); ?> (setcookie() conditional for empty values not 
met).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li><?php bugfix(70361); ?> (HTTP stream wrapper doesn't close keep-alive 
connections).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li><?php bugfix(70322); ?> (ZipArchive::close() doesn't indicate 
errors).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.30">
 <h3>Version 5.5.30</h3>
 <b><?php release_date('01-Oct-2015'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 6280ef8..67424fc 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-10-01-3.xml"/>
   <xi:include href="entries/2015-10-01-2.xml"/>
   <xi:include href="entries/2015-10-01-1.xml"/>
   <xi:include href="entries/2015-09-30-1.xml"/>
diff --git a/archive/entries/2015-10-01-3.xml b/archive/entries/2015-10-01-3.xml
new file mode 100644
index 0000000..0385019
--- /dev/null
+++ b/archive/entries/2015-10-01-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.14 is available</title>
+  <id>http://php.net/archive/2015.php#id2015-10-01-3</id>
+  <published>2015-10-01T16:32:14-07:00</published>
+  <updated>2015-10-01T16:32:14-07:00</updated>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <link href="http://php.net/index.php#id2015-10-01-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-10-01-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.14. This is a security release. Two 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.14 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.14";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 7af2f53..312e032 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.6.13' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_13.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.13.tar.bz2',
+          'name' => 'PHP 5.6.13 (tar.bz2)',
+          'md5' => '64d9a82068e3b0bbb16c261261391172',
+          'sha256' => 
'6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893',
+          'date' => '03 Sep 2015',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.13.tar.gz',
+          'name' => 'PHP 5.6.13 (tar.gz)',
+          'md5' => '349f183c0f8e2567772e2eb3dee84504',
+          'sha256' => 
'92acc6c067f5e015a6881b4119eafec10eca11722e810f2c2083f72e17119bcf',
+          'date' => '03 Sep 2015',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.13.tar.xz',
+          'name' => 'PHP 5.6.13 (tar.xz)',
+          'md5' => 'de4a8ff544986d9e0da90522fa66f195',
+          'sha256' => 
'c1f0837df20cd3bed149033924770deca3e7e2d18e2e7e81395096576f153fdc',
+          'date' => '03 Sep 2015',
+        ),
+      ),
+      'date' => '03 Sep 2015',
+      'museum' => false,
+    ),
     '5.5.29' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 9c9f1d7..b6d561c 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,20 +17,20 @@
  *     ),
  * );
 /* PHP 5.6 Release */
-$PHP_5_6_RC = '5.6.14RC1'; // 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 = '17 Sep 2015';
 
-$PHP_5_6_VERSION         = "5.6.13";
-$PHP_5_6_DATE            = "03 Sep 2015";
+$PHP_5_6_VERSION         = "5.6.14";
+$PHP_5_6_DATE            = "01 Oct 2015";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "64d9a82068e3b0bbb16c261261391172",
-                       "tar.gz"        => "349f183c0f8e2567772e2eb3dee84504",
-                       "tar.xz"        => "de4a8ff544986d9e0da90522fa66f195",
+                       "tar.bz2"       => "2e1332123a7e19d15ed2af2d1d6bd6fd",
+                       "tar.gz"        => "ae625e0cfcfdacea3e7a70a075e47155",
+                       "tar.xz"        => "96080ad8c5111446f58290cc6f18698c",
 );
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893",
-                       "tar.gz"        => 
"92acc6c067f5e015a6881b4119eafec10eca11722e810f2c2083f72e17119bcf",
-                       "tar.xz"        => 
"c1f0837df20cd3bed149033924770deca3e7e2d18e2e7e81395096576f153fdc",
+                       "tar.bz2"       => 
"36f295f11641c1839a5df00e693f685fd134c65e8a1d46e8ee0abae8662b2eb0",
+                       "tar.gz"        => 
"29baf7ffca644f7f8e86028c40275b9e460342bdf9562d45f8f0498899cb738d",
+                       "tar.xz"        => 
"c8edf6b05fd8a69ebd88d90c5c0975ee168502204622ad5cfcd550bc222632d9",
 );
 /* 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_14.php b/releases/5_6_14.php
new file mode 100644
index 0000000..2d63a44
--- /dev/null
+++ b/releases/5_6_14.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_14.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.14 Release Announcement");
+?>
+     <h1>PHP 5.6.14 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.14. This is a security release. Two 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.14 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.14";>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