diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index f3b194320..18c826f5d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -7,6 +7,58 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
?>
PHP 5 ChangeLog
+
+Version 5.6.20
+
+CLI Server:
+
+ (Support MKCALENDAR request method).
+
+Core:
+
+ (Segmentation fault on ZTS with date function (setlocale)).
+
+Curl:
+
+ (Support constant CURLM_ADDED_ALREADY).
+
+Date:
+
+ (DatePeriod::getEndDate segfault).
+
+Fileinfo:
+
+ (Buffer over-write in finfo_open with malformed magic file).
+
+Mbstring:
+
+ (AddressSanitizer: negative-size-param (-1) in mbfl_strcut).
+
+ODBC:
+
+ , (Executing prepared statements is succesfull only for the first two statements).
+ (Invalid memory write in phar on filename with \0 in name).
+
+PDO_DBlib:
+
+ (PDO::MSSQL forces format of datetime fields).
+
+Phar:
+
+ (Crash in php7.dll with bad phar filename).
+ (Parsing of tar file with duplicate filenames causes memory leak).
+
+SNMP:
+
+ (php_snmp_error() Format String Vulnerability).
+
+Standard:
+
+ (Integer Overflow in php_raw_url_encode).
+
+
+
+
Version 5.5.34
diff --git a/archive/archive.xml b/archive/archive.xml
index 8cd0fdb29..bfa70ad2b 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
http://php.net/contact
php-webmaster@lists.php.net
+
diff --git a/archive/entries/2016-03-31-4.xml b/archive/entries/2016-03-31-4.xml
new file mode 100644
index 000000000..cdadf24f8
--- /dev/null
+++ b/archive/entries/2016-03-31-4.xml
@@ -0,0 +1,25 @@
+
+
+ PHP 5.6.20 is available
+ http://php.net/archive/2016.php#id2016-03-31-4
+ 2016-03-31T16:28:02-07:00
+ 2016-03-31T16:28:02-07:00
+
+
+
+
+
+
+
The PHP development team announces the immediate availability of PHP
+ 5.6.20. 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.
+
+
+
For source downloads of PHP 5.6.20 please visit our downloads page ,
+ Windows binaries can be found on windows.php.net/download/ .
+ The list of changes is recorded in the ChangeLog .
+
+
+
+
diff --git a/include/releases.inc b/include/releases.inc
index 9132285f0..317f092b7 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -183,8 +183,45 @@ $OLDRELEASES = array (
'museum' => false,
),
),
- 5 => array(
- '5.5.33' =>
+ 5 =>
+ array (
+ '5.6.19' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_19.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.19.tar.bz2',
+ 'name' => 'PHP 5.6.19 (tar.bz2)',
+ 'md5' => 'aec4374c660d7b160497001c25f8c75e',
+ 'sha256' => '2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168',
+ 'date' => '03 Marc 2016',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.19.tar.gz',
+ 'name' => 'PHP 5.6.19 (tar.gz)',
+ 'md5' => '0b723125d28ec4b52206c506430302d1',
+ 'sha256' => 'fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22',
+ 'date' => '03 Marc 2016',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.19.tar.xz',
+ 'name' => 'PHP 5.6.19 (tar.xz)',
+ 'md5' => 'aab960cc1b2bfbeb00d030a9d42b38bd',
+ 'sha256' => 'bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f',
+ 'date' => '03 Marc 2016',
+ ),
+ ),
+ 'date' => '03 Marc 2016',
+ 'museum' => false,
+ ),
+ '5.5.33' =>
array (
'announcement' =>
array (
diff --git a/include/version.inc b/include/version.inc
index 73d3da1db..3f7b50925 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.20RC1'; // 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 Mar 2016';
-$PHP_5_6_VERSION = "5.6.19";
-$PHP_5_6_DATE = "03 Marc 2016";
+$PHP_5_6_VERSION = "5.6.20";
+$PHP_5_6_DATE = "31 Marc 2016";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "aec4374c660d7b160497001c25f8c75e",
- "tar.gz" => "0b723125d28ec4b52206c506430302d1",
- "tar.xz" => "aab960cc1b2bfbeb00d030a9d42b38bd",
+ "tar.bz2" => "e6422449bb0342f074eb649a9adf586b",
+ "tar.gz" => "bdb3cb4dd2306ed247bd8ad7002ef179",
+ "tar.xz" => "e81f3993997acafeac2ddd2c8bab7153",
);
$PHP_5_6_SHA256 = array(
- "tar.bz2" => "2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168",
- "tar.gz" => "fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22",
- "tar.xz" => "bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f",
+ "tar.bz2" => "5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f",
+ "tar.gz" => "9a7ec6e1080ee93dcbe7df3e49ea1c3c3da5fc2258aff763f39ab3786baf8d56",
+ "tar.xz" => "2b87d40213361112af49157a435e0d4cdfd334c9b7c731c8b844932b1f444e7a",
);
/* 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_20.php b/releases/5_6_20.php
new file mode 100644
index 000000000..4e5d11cf1
--- /dev/null
+++ b/releases/5_6_20.php
@@ -0,0 +1,20 @@
+
+ PHP 5.6.20 Release Announcement
+
+ The PHP development team announces the immediate availability of PHP
+ 5.6.20. 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.
+
+
+ For source downloads of PHP 5.6.20 please visit our downloads page ,
+ Windows binaries can be found on windows.php.net/download/ .
+ The list of changes is recorded in the ChangeLog .
+
+
+