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

Announce 8.0.14

This commit is contained in:
Sara Golemon
2021-12-17 15:36:28 +00:00
parent 0fbd71c022
commit 7dcfd52821
6 changed files with 125 additions and 6 deletions

View File

@@ -300,6 +300,50 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_0"></a>
<section class="version" id="8.0.14"><!-- {{{ 8.0.14 -->
<h3>Version 8.0.14</h3>
<b><?php release_date('16-Dec-2021'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(81582); ?> (Stringable not implicitly declared if __toString() came from a trait).</li>
<li><?php bugfix(81591); ?> (Fatal Error not properly logged in particular cases).</li>
<li><?php bugfix(81626); ?> (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).</li>
<li><?php bugfix(81631); ?> (::class with dynamic class name may yield wrong line number).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(81513); ?> (Future possibility for heap overflow in FPM zlog).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(71316); ?> (libpng warning from imagecreatefromstring).</li>
</ul></li>
<li>IMAP:
<ul>
<li><?php bugfix(81649); ?> (imap_(un)delete accept sequences, not single numbers).</li>
</ul></li>
<li>OpenSSL:
<ul>
<li><?php bugfix(75725); ?> (./configure: detecting RAND_egd).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(74604); ?> (Out of bounds in php_pcre_replace_impl).</li>
</ul></li>
<li>SPL:
<ul>
<li><?php bugfix(81587); ?> (MultipleIterator Segmentation fault w/ SimpleXMLElement attached).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(81618); ?> (dns_get_record fails on FreeBSD for missing type).</li>
<li><?php bugfix(81659); ?> (stream_get_contents() may unnecessarily overallocate).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.0.13"><!-- {{{ 8.0.13 -->
<h3>Version 8.0.13</h3>
<b><?php release_date('18-Nov-2021'); ?></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/2021-12-16-2.xml"/>
<xi:include href="entries/2021-12-16-1.xml"/>
<xi:include href="entries/2021-12-13-1.xml"/>
<xi:include href="entries/2021-11-25-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.14 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-12-17-1</id>
<published>2021-12-16T23:33:54+00:00</published>
<updated>2021-12-16T23:33:54+00:00</updated>
<link href="https://www.php.net/index.php#id2021-12-16-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-12-16-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.14. This is a bug fix release.</p>
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.0.14 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.14">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.0.13' =>
array (
'announcement' =>
array (
'English' => '/releases/8_0_13.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '18 Nov 2021',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.0.13.tar.gz',
'name' => 'PHP 8.0.13 (tar.gz)',
'sha256' => 'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8',
'date' => '18 Nov 2021',
),
1 =>
array (
'filename' => 'php-8.0.13.tar.bz2',
'name' => 'PHP 8.0.13 (tar.bz2)',
'sha256' => 'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836',
'date' => '18 Nov 2021',
),
2 =>
array (
'filename' => 'php-8.0.13.tar.xz',
'name' => 'PHP 8.0.13 (tar.xz)',
'sha256' => 'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52',
'date' => '18 Nov 2021',
),
),
'museum' => false,
),
'8.0.12' =>
array (
'announcement' =>

View File

@@ -32,13 +32,13 @@ $RELEASES = (function() {
/* PHP 8.0 Release */
$data['8.0'] = [
'version' => '8.0.13',
'date' => '18 Nov 2021',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.0.14',
'date' => '16 Dec 2021',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8',
'tar.bz2' => 'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836',
'tar.xz' => 'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52',
'tar.gz' => 'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20',
'tar.bz2' => 'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b',
'tar.xz' => 'fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3',
]
];

16
releases/8_0_14.php Normal file
View File

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