Commit:    abe44fe44b7187a277239171bceb6d39bda9c9a2
Author:    Ferenc Kovacs <tyr...@gmail.com>         Thu, 10 Nov 2016 20:48:16 
+0100
Parents:   b8e8453f52cc27e34ec518529b1a302cb1d62e69
Branches:  master

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

Log:
announce 5.6.28

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2016-11-10-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_6_28.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 15f3e4e..46cda90 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,55 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.6.28"><!-- {{{ 5.6.28 -->
+<h3>Version 5.6.28</h3>
+<b><?php release_date('10-Nov-2016'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(73337); ?> (try/catch not working with two exceptions 
inside a same operation).</li>
+</ul></li>
+<li>Bz2:
+<ul>
+  <li><?php bugfix(73356); ?> (crash in bzcompress function).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(73213); ?> (Integer overflow in imageline() with 
antialiasing).</li>
+  <li><?php bugfix(73272); ?> (imagescale() is not affected by, but affects 
imagesetinterpolation()).</li>
+  <li><?php bugfix(73279); ?> (Integer overflow in 
gdImageScaleBilinearPalette()).</li>
+  <li><?php bugfix(73280); ?> (Stack Buffer Overflow in GD dynamicGetbuf).</li>
+  <li><?php bugfix(72482); ?> (Illegal write/read access caused by 
gdImageAALine overflow).</li>
+  <li><?php bugfix(72696); ?> (imagefilltoborder stackoverflow on truecolor 
images).</li>
+</ul></li>
+<li>Imap:
+<ul>
+  <li><?php bugfix(73418); ?> (Integer Overflow in "_php_imap_mail" leads Heap 
Overflow).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(73144); ?> (Use-after-free in ArrayObject 
Deserialization).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(73037); ?> (SoapServer reports Bad Request when 
gzipped).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+  <li><?php bugfix(73333); ?> (2147483647 is fetched as string).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(73203); ?> (passing additional_parameters causes mail to 
fail).</li>
+  <li><?php bugfix(73188); ?> (use after free in userspace streams).</li>
+  <li><?php bugfix(73192); ?> (parse_url return wrong hostname).</li>
+</ul></li>
+<li>Wddx:
+<ul>
+  <li><?php bugfix(73331); ?> (NULL Pointer Dereference in WDDX Packet 
Deserialization with PDORow).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.27"><!-- {{{ 5.6.27 -->
 <h3>Version 5.6.27</h3>
 <?php release_date('13-Oct-2016'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index ce39693..e9d7508 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-11-10-3.xml"/>
   <xi:include href="entries/2016-11-10-2.xml"/>
   <xi:include href="entries/2016-11-10-1.xml"/>
   <xi:include href="entries/2016-10-28-1.xml"/>
diff --git a/archive/entries/2016-11-10-3.xml b/archive/entries/2016-11-10-3.xml
new file mode 100644
index 0000000..cd2f4c9
--- /dev/null
+++ b/archive/entries/2016-11-10-3.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.6.28 Released</title>
+  <id>http://php.net/archive/2016.php#id2016-11-10-3</id>
+  <published>2016-11-10T19:24:41+00:00</published>
+  <updated>2016-11-10T19:24:41+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-11-10-3"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2016.php#id2016-11-10-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.28. 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.28 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-5.php#5.6.28";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index abef45c..c2a14d1 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -473,6 +473,42 @@ $OLDRELEASES = array (
   ),
   5 => 
   array (
+    '5.6.27' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_6_27.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.6.27.tar.bz2',
+          'name' => 'PHP 5.6.27 (tar.bz2)',
+          'md5' => 'b5a66d238c27cfdc6cdf5e83062e50d9',
+          'sha256' => 
'3b77d3a067b6e9cc7bb282d4d5b0e6eeb0623a828bb0479241e3b030446f2a3c',
+          'date' => '13 Oct 2016',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.6.27.tar.gz',
+          'name' => 'PHP 5.6.27 (tar.gz)',
+          'md5' => 'a1ca69f4d44fe83d3bb6f7c459ce512f',
+          'sha256' => 
'3e6cecec615907587a2b35fa8e7f915f038034dc57530734c2b94d381e664a1a',
+          'date' => '13 Oct 2016',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.6.27.tar.xz',
+          'name' => 'PHP 5.6.27 (tar.xz)',
+          'md5' => '9ce6efc96d5ab81ef808f8ed6b1f242d',
+          'sha256' => 
'16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5',
+          'date' => '13 Oct 2016',
+        ),
+      ),
+      'date' => '13 Oct 2016',
+      'museum' => false,
+    ),
     '5.6.26' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index c319611..8b74489 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -35,20 +35,20 @@ $PHP_7_0_SHA256     = array(
 );
 
 /* PHP 5.6 Release */
-$PHP_5_6_RC = "5.6.28RC1"; // 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 = "28 Oct 2016";
 
-$PHP_5_6_VERSION         = "5.6.27";
-$PHP_5_6_DATE            = "13 Oct 2016";
+$PHP_5_6_VERSION         = "5.6.28";
+$PHP_5_6_DATE            = "10 Nov 2016";
 $PHP_5_6_MD5     = array(
-                       "tar.bz2"       => "b5a66d238c27cfdc6cdf5e83062e50d9",
-                       "tar.gz"        => "a1ca69f4d44fe83d3bb6f7c459ce512f",
-                       "tar.xz"        => "9ce6efc96d5ab81ef808f8ed6b1f242d",
+                       "tar.bz2"       => "56758fdb5ff156a36fb600950b7999aa",
+                       "tar.gz"        => "db41e97006dd9660208c0f3d32ce192e",
+                       "tar.xz"        => "1e01c66b2e67ab3b56a6180ee560fe4c",
 );
 $PHP_5_6_SHA256     = array(
-                       "tar.bz2"       => 
"3b77d3a067b6e9cc7bb282d4d5b0e6eeb0623a828bb0479241e3b030446f2a3c",
-                       "tar.gz"        => 
"3e6cecec615907587a2b35fa8e7f915f038034dc57530734c2b94d381e664a1a",
-                       "tar.xz"        => 
"16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5",
+                       "tar.bz2"       => 
"c55ea3f4aad5a0b65631d01c4468930fd981ad208ffcd242acdf731bcb47548f",
+                       "tar.gz"        => 
"27a47ac15e0868d51181d3909cfe3c63ae9b643a3ab40dc30a75b5b500bce500",
+                       "tar.xz"        => 
"07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11",
 );
 /* 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_28.php b/releases/5_6_28.php
new file mode 100644
index 0000000..c1969f5
--- /dev/null
+++ b/releases/5_6_28.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_28.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.28 Release Announcement");
+?>
+
+     <h1>PHP 5.6.28 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.6.28. 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.28 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-5.php#5.6.28";>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