Commit: 827c8c4ed761762583c7ca4625da30f72d3df1ab
Author: kovacs.ferenc <[email protected]> Thu, 3 Mar 2016
23:29:30 +0100
Parents: 5cc248b60edc4269a997a99f49201beb3a0306dd
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=827c8c4ed761762583c7ca4625da30f72d3df1ab
Log:
announce 5.6.19
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2016-03-03-3.xml
M include/releases.inc
M include/version.inc
A releases/5_6_19.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 2bb2170..4f6f330 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.19"><!-- {{{ 5.6.19 -->
+<h3>Version 5.6.19</h3>
+<b><?php release_date('03-Mar-2016'); ?></b>
+<ul><li>CLI server:
+<ul>
+ <li><?php bugfix(71559); ?> (Built-in HTTP server, we can download file in
web by bug).</li>
+</ul></li>
+<li>CURL:
+<ul>
+ <li><?php bugfix(71523); ?> (Copied handle with new option
CURLOPT_HTTPHEADER crashes while curl_multi_exec).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li><?php bugfix(68078); ?> (Datetime comparisons ignore microseconds).</li>
+ <li><?php bugfix(71525); ?> (Calls to date_modify will mutate
timelib_rel_time, causing date_date_set issues).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(71434); ?> (finfo throws notice for specific python
file).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(62172); ?> (FPM not working with Apache httpd 2.4
balancer/fcgi setup).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(71584); ?> (Possible use-after-free of ZCG(cwd) in Zend
Opcache).</li>
+</ul></li>
+<li>PDO MySQL:
+<ul>
+ <li><?php bugfix(71569); ?> (#70389 fix causes segmentation fault).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(71498); ?> (Out-of-Bound Read in phar_parse_zipfile()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(70720); ?> (strip_tags improper php code parsing).</li>
+</ul></li>
+<li>WDDX:
+<ul>
+ <li><?php bugfix(71587); ?> (Use-After-Free / Double-Free in WDDX
Deserialize).</li>
+</ul></li>
+<li>XSL:
+<ul>
+ <li><?php bugfix(71540); ?> (NULL pointer dereference in
xsl_ext_function_php()).</li>
+</ul></li>
+<li>Zip:
+<ul>
+ <li><?php bugfix(71561); ?> (NULL pointer dereference in
Zip::ExtractTo).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.5.33"><!-- {{{ 5.5.33 -->
<h3>Version 5.5.33</h3>
<b><?php release_date('03-Mar-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index cab356c..768956f 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-03-03-3.xml"/>
<xi:include href="entries/2016-03-03-2.xml"/>
<xi:include href="entries/2016-03-03-1.xml"/>
<xi:include href="entries/2016-03-01-1.xml"/>
diff --git a/archive/entries/2016-03-03-3.xml b/archive/entries/2016-03-03-3.xml
new file mode 100644
index 0000000..c6dcd62
--- /dev/null
+++ b/archive/entries/2016-03-03-3.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.6.19 is available</title>
+ <id>http://php.net/archive/2016.php#id2016-03-03-3</id>
+ <published>2016-03-03T14:27:37-08:00</published>
+ <updated>2016-03-03T14:27: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-03-03-3" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2016.php#id2016-03-03-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.19. This is a security release in which several security bugs were
fixed.
+
+ All PHP 5.6 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.6.19 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.19">ChangeLog</a>.
+ </p>
+
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 709344d..a50499f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -149,6 +149,42 @@ $OLDRELEASES = array (
),
5 =>
array (
+ '5.6.18' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_6_18.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.6.18.tar.bz2',
+ 'name' => 'PHP 5.6.18 (tar.bz2)',
+ 'md5' => '7340353bedd998286ba2c4d87d7864f8',
+ 'sha256' =>
'c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed',
+ 'date' => '04 Feb 2016',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.6.18.tar.gz',
+ 'name' => 'PHP 5.6.18 (tar.gz)',
+ 'md5' => '9ce52b13aefd652d221f100341497d74',
+ 'sha256' =>
'76da4150dc2da86b7b63b1aad3c20d1d11964796251ac0dd4d26d0a3f5045015',
+ 'date' => '04 Feb 2016',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.6.18.tar.xz',
+ 'name' => 'PHP 5.6.18 (tar.xz)',
+ 'md5' => '177ba962557795866ae331ad4ad99bba',
+ 'sha256' =>
'54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0',
+ 'date' => '04 Feb 2016',
+ ),
+ ),
+ 'date' => '04 Feb 2016',
+ 'museum' => false,
+ ),
'5.5.32' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 4418e40..f344f86 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.19RC1'; // 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 Feb 2016';
-$PHP_5_6_VERSION = "5.6.18";
-$PHP_5_6_DATE = "04 Feb 2016";
+$PHP_5_6_VERSION = "5.6.19";
+$PHP_5_6_DATE = "03 Marc 2016";
$PHP_5_6_MD5 = array(
- "tar.bz2" => "7340353bedd998286ba2c4d87d7864f8",
- "tar.gz" => "9ce52b13aefd652d221f100341497d74",
- "tar.xz" => "177ba962557795866ae331ad4ad99bba",
+ "tar.bz2" => "aec4374c660d7b160497001c25f8c75e",
+ "tar.gz" => "0b723125d28ec4b52206c506430302d1",
+ "tar.xz" => "aab960cc1b2bfbeb00d030a9d42b38bd",
);
$PHP_5_6_SHA256 = array(
- "tar.bz2" =>
"c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed",
- "tar.gz" =>
"76da4150dc2da86b7b63b1aad3c20d1d11964796251ac0dd4d26d0a3f5045015",
- "tar.xz" =>
"54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0",
+ "tar.bz2" =>
"2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168",
+ "tar.gz" =>
"fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22",
+ "tar.xz" =>
"bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f",
);
/* 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_19.php b/releases/5_6_19.php
new file mode 100644
index 0000000..a0b30aa
--- /dev/null
+++ b/releases/5_6_19.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_6_19.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.6.19 Release Announcement");
+?>
+ <h1>PHP 5.6.19 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.6.19. 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.19 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.19">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php