Commit: 79524c69996238de8accb5f1e9ad3d131ee1a81b
Author: kovacs.ferenc <[email protected]> Fri, 29 Apr 2016
01:06:41 +0200
Parents: e7ccfcfd28c4681f77fabcd167fa535589927452
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=79524c69996238de8accb5f1e9ad3d131ee1a81b
Log:
announce 5.6.21
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2016-04-28-2.xml
M include/releases.inc
M include/version.inc
D releases/5_6_12.php
A releases/5_6_21.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 9e46dd2..0ef32ea 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -7,6 +7,76 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
?>
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.6.21"><!-- {{{ 5.6.21 -->
+<h3>Version 5.6.21</h3>
+<b><?php release_date('28-Apr-2016'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(69537); ?> (__debugInfo with empty string for key gives
error).</li>
+ <li><?php bugfix(71841); ?> (EG(error_zval) is not handled well).</li>
+</ul></li>
+<li>BCmath:
+<ul>
+ <li><?php bugfix(72093); ?> (bcpowmod accepts negative scale and corrupts
_one_ definition).</li>
+</ul></li>
+<li>Curl:
+<ul>
+ <li><?php bugfix(71831); ?> (CURLOPT_NOPROXY applied as long instead of
string).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li><?php bugfix(71889); ?> (DateInterval::format Segmentation fault).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+ <li><?php bugfix(72094); ?> (Out of bounds heap read access in exif header
processing).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(71952); ?> (Corruption inside imageaffinematrixget).</li>
+ <li><?php bugfix(71912); ?> (libgd: signedness vulnerability).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li><?php bugfix(72061); ?> (Out-of-bounds reads in zif_grapheme_stripos
with negative offset).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li><?php bugfix(71422); ?> (Fix ORA-01438: value larger than specified
precision allowed for this column).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(63171); ?> (Script hangs after max_execution_time).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(71843); ?> (null ptr deref
ZEND_RETURN_SPEC_CONST_HANDLER).</li>
+</ul></li>
+<li>PDO:
+<ul>
+ <li><?php bugfix(52098); ?> (Own PDOStatement implementation ignore
__call()).</li>
+ <li><?php bugfix(71447); ?> (Quotes inside comments not properly
handled).</li>
+</ul></li>
+<li>Postgres:
+<ul>
+ <li><?php bugfix(71820); ?> (pg_fetch_object binds parameters before call
constructor).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(67582); ?> (Cloned SplObjectStorage with overwritten
getHash fails offsetExists()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(71840); ?> (Unserialize accepts wrongly data).</li>
+ <li><?php bugfix(67512); ?> (php_crypt() crashes if crypt_r() does not exist
or _REENTRANT is not defined).</li>
+</ul></li>
+<li>XML:
+<ul>
+ <li><?php bugfix(72099); ?> (xml_parse_into_struct segmentation fault).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.5.35"><!-- {{{ 5.5.35 -->
<h3>Version 5.5.35</h3>
<b><?php release_date('28-Apr-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index be690c1..aa44c79 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/2016-04-28-2.xml"/>
<xi:include href="entries/2016-04-28-1.xml"/>
<xi:include href="entries/2016-04-18-1.xml"/>
<xi:include href="entries/2016-04-05-1.xml"/>
diff --git a/archive/entries/2016-04-28-2.xml b/archive/entries/2016-04-28-2.xml
new file mode 100644
index 0000000..f952873
--- /dev/null
+++ b/archive/entries/2016-04-28-2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.6.21 is available</title>
+ <id>http://php.net/archive/2016.php#id2016-04-28-2</id>
+ <published>2016-04-28T16:04:29-07:00</published>
+ <updated>2016-04-28T16:04:29-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#id2016-04-28-2" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2016.php#id2016-04-28-2" 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.21. This is a security release. Several security bugs were fixed in
this release.
+ </p>
+ <p>
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+ <p>For source downloads of PHP 5.6.21 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.21">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 6c9e849..fc86f83 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -185,6 +185,42 @@ $OLDRELEASES = array (
),
5 =>
array (
+ '5.6.20' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_20.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.20.tar.bz2',
+ 'name' => 'PHP 5.6.20 (tar.bz2)',
+ 'md5' => 'e6422449bb0342f074eb649a9adf586b',
+ 'sha256' =>
'5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f',
+ 'date' => '31 Marc 2016',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.20.tar.gz',
+ 'name' => 'PHP 5.6.20 (tar.gz)',
+ 'md5' => 'bdb3cb4dd2306ed247bd8ad7002ef179',
+ 'sha256' =>
'9a7ec6e1080ee93dcbe7df3e49ea1c3c3da5fc2258aff763f39ab3786baf8d56',
+ 'date' => '31 Marc 2016',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.20.tar.xz',
+ 'name' => 'PHP 5.6.20 (tar.xz)',
+ 'md5' => 'e81f3993997acafeac2ddd2c8bab7153',
+ 'sha256' =>
'2b87d40213361112af49157a435e0d4cdfd334c9b7c731c8b844932b1f444e7a',
+ 'date' => '31 Marc 2016',
+ ),
+ ),
+ 'date' => '31 Marc 2016',
+ 'museum' => false,
+ ),
'5.5.34' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 10e48ac..ebf3c17 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.21RC1"; // 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 = '18 Apr 2016';
-$PHP_5_6_VERSION = "5.6.20";
-$PHP_5_6_DATE = "31 Marc 2016";
+$PHP_5_6_VERSION = "5.6.21";
+$PHP_5_6_DATE = "28 Apr 2016";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "e6422449bb0342f074eb649a9adf586b",
- "tar.gz" => "bdb3cb4dd2306ed247bd8ad7002ef179",
- "tar.xz" => "e81f3993997acafeac2ddd2c8bab7153",
+ "tar.bz2" => "141464ce6b297aa2295b8416c6dbd5e5",
+ "tar.gz" => "89047bc5219b95dcb47c045774893c4f",
+ "tar.xz" => "177c69d47024541739c439c9d9eb6ba5",
);
$PHP_5_6_SHA256 = array(
- "tar.bz2" =>
"5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f",
- "tar.gz" =>
"9a7ec6e1080ee93dcbe7df3e49ea1c3c3da5fc2258aff763f39ab3786baf8d56",
- "tar.xz" =>
"2b87d40213361112af49157a435e0d4cdfd334c9b7c731c8b844932b1f444e7a",
+ "tar.bz2" =>
"b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590",
+ "tar.gz" =>
"5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5",
+ "tar.xz" =>
"566ff1a486cb0485ed477a91ea292423f77a58671270ff73b74e67e3ce7084f9",
);
/* 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_12.php b/releases/5_6_12.php
deleted file mode 100644
index 8a90202..0000000
--- a/releases/5_6_12.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-// $Id$
-$_SERVER['BASE_PAGE'] = 'releases/5_6_12.php';
-include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
-site_header("PHP 5.6.12 Release Announcement");
-?>
- <h1>PHP 5.6.12 Release Announcement</h1>
-
- <p>The PHP development team announces the immediate availability of PHP
- 5.6.12. 12 security-related issues 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.12 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.12">ChangeLog</a>.
- </p>
-
-<?php site_footer(); ?>
diff --git a/releases/5_6_21.php b/releases/5_6_21.php
new file mode 100644
index 0000000..7f487d0
--- /dev/null
+++ b/releases/5_6_21.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_21.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.21 Release Announcement");
+?>
+ <h1>PHP 5.6.21 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.6.21. 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.21 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.21">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php