1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.3.16

This commit is contained in:
Christoph M. Becker
2020-03-19 10:19:19 +01:00
parent 9b6a58916a
commit 708014c12a
6 changed files with 150 additions and 5 deletions

View File

@@ -671,6 +671,70 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_3"></a>
<section class="version" id="7.3.16"><!-- {{{ 7.3.16 -->
<h3>Version 7.3.16</h3>
<b><?php release_date('19-Mar-2020'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(63206); ?> (restore_error_handler does not restore previous errors mask).</li>
</ul></li>
<li>COM:
<ul>
<li><?php bugfix(66322); ?> (COMPersistHelper::SaveToFile can save to wrong location).</li>
<li><?php bugfix(79242); ?> (COM error constants don't match com_exception codes on x86).</li>
<li><?php bugfix(79248); ?> (Traversing empty VT_ARRAY throws com_exception).</li>
<li><?php bugfix(79299); ?> (com_print_typeinfo prints duplicate variables).</li>
<li><?php bugfix(79332); ?> (php_istreams are never freed).</li>
<li><?php bugfix(79333); ?> (com_print_typeinfo() leaks memory).</li>
</ul></li>
<li>DOM:
<ul>
<li><?php bugfix(77569); ?>: (Write Access Violation in DomImplementation).</li>
<li><?php bugfix(79271); ?> (DOMDocumentType::$childNodes is NULL).</li>
</ul></li>
<li>Enchant:
<ul>
<li><?php bugfix(79311); ?> (enchant_dict_suggest() fails on big endian architecture).</li>
</ul></li>
<li>EXIF:
<ul>
<li><?php bugfix(79282); ?> (Use-of-uninitialized-value in exif). (CVE-2020-7064)</li>
</ul></li>
<li>MBstring:
<ul>
<li><?php bugfix(79371); ?> (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full). (CVE-2020-7065)</li>
</ul></li>
<li>MySQLi:
<ul>
<li><?php bugfix(64032); ?> (mysqli reports different client_version).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(79188); ?> (Memory corruption in preg_replace/preg_replace_callback and unicode).</li>
</ul></li>
<li>PDO_ODBC:
<ul>
<li><?php bugfix(79038); ?> (PDOStatement::nextRowset() leaks column values).</li>
</ul></li>
<li>Reflection:
<ul>
<li><?php bugfix(79062); ?> (Property with heredoc default value returns false for getDocComment).</li>
</ul></li>
<li>SQLite3:
<ul>
<li><?php bugfix(79294); ?> (::columnType() may fail after SQLite3Stmt::reset()).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(79329); ?> (get_headers() silently truncates after a null byte). (CVE-2020-7066)</li>
<li><?php bugfix(79254); ?> (getenv() w/o arguments not showing changes).</li>
<li><?php bugfix(79265); ?> (Improper injection of Host header when using fopen for http requests).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.15"><!-- {{{ 7.3.15 -->
<h3>Version 7.3.15</h3>
<b><?php release_date('20-Feb-2020'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2020-03-19-1.xml"/>
<xi:include href="entries/2020-02-20-3.xml"/>
<xi:include href="entries/2020-02-20-2.xml"/>
<xi:include href="entries/2020-02-20-1.xml"/>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.3.16 Released</title>
<id>https://www.php.net/archive/2020.php#2020-03-19-1</id>
<published>2020-03-19T09:16:55+00:00</published>
<updated>2020-03-19T09:16:55+00:00</updated>
<link href="https://www.php.net/index.php#id2020-03-19-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2020.php#2020-03-19-1" rel="via" type="text/html"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The PHP development team announces the immediate availability of PHP
7.3.16. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.16">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.3.15' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_15.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '20 Feb 2020',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.15.tar.bz2',
'name' => 'PHP 7.3.15 (tar.bz2)',
'sha256' => '8dbe1507ea0035f4211faa0db80fe95f39df0e39d8408223820fe9123487043d',
'date' => '20 Feb 2020',
),
1 =>
array (
'filename' => 'php-7.3.15.tar.gz',
'name' => 'PHP 7.3.15 (tar.gz)',
'sha256' => 'c606dd09de2edff1e6b6c5b9f0076214a59f6f1a3272e15d681ed16257737ef6',
'date' => '20 Feb 2020',
),
2 =>
array (
'filename' => 'php-7.3.15.tar.xz',
'name' => 'PHP 7.3.15 (tar.xz)',
'sha256' => 'de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166',
'date' => '20 Feb 2020',
),
),
'museum' => false,
),
'7.4.2' =>
array (
'announcement' =>

View File

@@ -27,13 +27,13 @@ $RELEASES = (function() {
);
/* PHP 7.3 Release */
$PHP_7_3_VERSION = "7.3.15";
$PHP_7_3_DATE = "20 Feb 2020";
$PHP_7_3_VERSION = "7.3.16";
$PHP_7_3_DATE = "19 Mar 2020";
$PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_3_SHA256 = array(
"tar.bz2" => "8dbe1507ea0035f4211faa0db80fe95f39df0e39d8408223820fe9123487043d",
"tar.gz" => "c606dd09de2edff1e6b6c5b9f0076214a59f6f1a3272e15d681ed16257737ef6",
"tar.xz" => "de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166",
"tar.bz2" => "b8072d526a283182963b03960b7982392daa43cb31131eca4cf0b996764a042e",
"tar.gz" => "a01ae4f6baf427413c28f8cfddbae86aeff61cdb88658e75404f2d93d98e3255",
"tar.xz" => "91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb",
);
/* PHP 7.2 Release */

19
releases/7_3_16.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_3_16.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 7.3.16 Release Announcement");
?>
<h1>PHP 7.3.16 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.3.16. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.3.16">ChangeLog</a>.
</p>
<?php site_footer(); ?>