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

Announce 8.0.16

This commit is contained in:
Sara Golemon
2022-02-17 23:16:20 +00:00
parent 63aa8c72af
commit d101a0437e
6 changed files with 123 additions and 7 deletions

View File

@@ -398,6 +398,48 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_0"></a>
<section class="version" id="8.0.16"><!-- {{{ 8.0.16 -->
<h3>Version 8.0.16</h3>
<b><?php release_date('17-Feb-2022'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(81430); ?> (Attribute instantiation leaves dangling pointer).</li>
<li>Fixed bug <?php githubissuel('php/php-src',7896); ?> (Environment vars may be mangled on Windows).</li>
</ul></li>
<li>FFI:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src',7867); ?> (FFI::cast() from pointer to array is broken).</li>
</ul></li>
<li>Filter:
<ul>
<li>Fix #81708: UAF due to php_filter_float() failing for ints.</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed memory leak on invalid port.</li>
</ul></li>
<li>MBString:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src',7902); ?> (mb_send_mail may delimit headers with LF only).</li>
</ul></li>
<li>MySQLnd:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src',7972); ?> (MariaDB version prefix 5.5.5- is not stripped).</li>
</ul></li>
<li>Sockets:
<ul>
<li>Fixed ext/sockets build on Haiku.</li>
<li>Fixed bug <?php githubissuel('php/php-src',7978); ?> (sockets extension compilation errors).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src',7875); ?> (mails are sent even if failure to log throws exception).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.0.15"><!-- {{{ 8.0.15 -->
<h3>Version 8.0.15</h3>
<b><?php release_date('20-Jan-2022'); ?></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/2022-02-17-2.xml"/>
<xi:include href="entries/2022-02-17-1.xml"/>
<xi:include href="entries/2022-01-24-1.xml"/>
<xi:include href="entries/2022-01-21-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.0.16 Released!</title>
<id>https://www.php.net/archive/2022.php#2022-02-17-2</id>
<published>2022-02-17T23:14:20+00:00</published>
<updated>2022-02-17T23:14:20+00:00</updated>
<link href="https://www.php.net/index.php#id2022-02-17-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2022.php#2022-02-17-2" rel="via" type="text/html"/>
<category term="releases" label="New PHP release"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.0.16. This is a security release.</p>
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.0.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-8.php#8.0.16">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.0.15' =>
array (
'announcement' =>
array (
'English' => '/releases/8_0_15.php',
),
'tags' =>
array (
),
'date' => '20 Jan 2022',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.0.15.tar.gz',
'name' => 'PHP 8.0.15 (tar.gz)',
'sha256' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370',
'date' => '20 Jan 2022',
),
1 =>
array (
'filename' => 'php-8.0.15.tar.bz2',
'name' => 'PHP 8.0.15 (tar.bz2)',
'sha256' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc',
'date' => '20 Jan 2022',
),
2 =>
array (
'filename' => 'php-8.0.15.tar.xz',
'name' => 'PHP 8.0.15 (tar.xz)',
'sha256' => '5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2',
'date' => '20 Jan 2022',
),
),
'museum' => false,
),
'8.1.1' =>
array (
'announcement' =>

View File

@@ -32,13 +32,13 @@ $RELEASES = (function() {
/* PHP 8.0 Release */
$data['8.0'] = [
'version' => '8.0.15',
'date' => '20 Jan 2022',
'tags' => [], // Set to ['security'] for security releases.
'version' => '8.0.16',
'date' => '17 Feb 2022',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370',
'tar.bz2' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc',
'tar.xz' => '5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2',
'tar.gz' => 'ce0ea32ff9c5af18cfb70197b40caf55824400dc8d5b4258a783ec9168baa5b1',
'tar.bz2' => 'f49f8181ee29463a0d23a0c65969e92d58fee8ac564df917cff58e48d65e1849',
'tar.xz' => 'f27a2f25259e8c51e42dfd74e24a546ee521438ad7d9f6c6e794aa91f38bab0a',
]
];
@@ -46,7 +46,7 @@ $RELEASES = (function() {
$data['7.4'] = [
'version' => '7.4.28',
'date' => '17 Feb 2022',
'tags' => [], // Set to ['security'] for security releases
'tags' => ['security'], // Set to ['security'] for security releases
'sha256' => [
'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb',
'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58',

16
releases/8_0_16.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_0_16.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.0.16 Release Announcement');
?>
<h1>PHP 8.0.16 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.0.16. This is a security release.</p>
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.0.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-8.php#8.0.16">ChangeLog</a>.
</p>
<?php site_footer();