Author: Sara Golemon (sgolemon) Date: 2022-06-09T20:53:54Z Commit: https://github.com/php/web-php/commit/d9e64b1b1b0543f26c80ed408380189586d1de54 Raw diff: https://github.com/php/web-php/commit/d9e64b1b1b0543f26c80ed408380189586d1de54.diff
Announce 8.0.20 Changed paths: A archive/entries/2022-06-09-4.xml A releases/8_0_20.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 148df8309..74dd6fac5 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -676,6 +676,60 @@ <a id="PHP_8_0"></a> +<section class="version" id="8.0.20"><!-- {{{ 8.0.20 --> +<h3>Version 8.0.20</h3> +<b><?php release_date('09-Jun-2022'); ?></b> +<ul><li>CLI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8575); ?> (CLI closes standard streams too early).</li> +</ul></li> +<li>Core: +<ul> + <li>Fixed Haiku ZTS builds.</li> +</ul></li> +<li>Date: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8471); ?> (Segmentation fault when converting immutable and mutable DateTime instances created using reflection).</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed ACL build check on MacOS.</li> + <li><?php bugfix(72185); ?>: php-fpm writes empty fcgi record causing nginx 502.</li> +</ul></li> +<li>Mysqlnd: +<ul> + <li><?php bugfix(81719); ?>: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)</li> +</ul></li> +<li>OPcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8466); ?> (ini_get() is optimized out when the option does not exist).</li> +</ul></li> +<li>Pcntl: +<ul> + <li>Fixed Haiku build.</li> +</ul></li> +<li>Pgsql: +<ul> + <li><?php bugfix(81720); ?>: Uninitialized array in pg_query_params(). (CVE-2022-31625)</li> +</ul></li> +<li>Soap: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8578); ?> (Error on wrong parameter on SoapHeader constructor).</li> + <li>Fixed bug <?php githubissuel('php/php-src',8538); ?> (SoapClient may strip parts of nmtokens).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8235); ?> (iterator_count() may run indefinitely).</li> +</ul></li> +<li>Zip: +<ul> + <li>Fixed type for index in ZipArchive::replaceFile.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.0.19"><!-- {{{ 8.0.19 --> <h3>Version 8.0.19</h3> <b><?php release_date('12-May-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index dd350387d..f6e6fbdaf 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2022-06-09-4.xml"/> <xi:include href="entries/2022-06-09-3.xml"/> <xi:include href="entries/2022-06-09-2.xml"/> <xi:include href="entries/2022-06-09-1.xml"/> diff --git a/archive/entries/2022-06-09-4.xml b/archive/entries/2022-06-09-4.xml new file mode 100644 index 000000000..46911474f --- /dev/null +++ b/archive/entries/2022-06-09-4.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.0.20 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-06-09-4</id> + <published>2022-06-09T20:50:23+00:00</published> + <updated>2022-06-09T20:50:23+00:00</updated> + <link href="https://www.php.net/index.php#id2022-06-09-4" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-06-09-4" 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.20. 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.20 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.20">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index c1734039b..1148c6037 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.19' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_19.php', + ), + 'tags' => + array ( + ), + 'date' => '12 May 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.19.tar.gz', + 'name' => 'PHP 8.0.19 (tar.gz)', + 'sha256' => '48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5', + 'date' => '12 May 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.19.tar.bz2', + 'name' => 'PHP 8.0.19 (tar.bz2)', + 'sha256' => 'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330', + 'date' => '12 May 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.19.tar.xz', + 'name' => 'PHP 8.0.19 (tar.xz)', + 'sha256' => 'ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab', + 'date' => '12 May 2022', + ), + ), + 'museum' => false, + ), '8.1.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 56b79b70f..49fb1adbd 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.19', - 'date' => '12 May 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.0.20', + 'date' => '09 Jun 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5', - 'tar.bz2' => 'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330', - 'tar.xz' => 'ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab', + 'tar.gz' => '7e21fd985966264194cde63503b57fd0f0170b32a39bd7af2384c1071b50f164', + 'tar.bz2' => 'cb7666bf67ed9f6c987d4836caf03d4b364537e6a75e56cd5c986760ecc2fdd8', + 'tar.xz' => '973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b', ] ]; diff --git a/releases/8_0_20.php b/releases/8_0_20.php new file mode 100644 index 000000000..9a65e3273 --- /dev/null +++ b/releases/8_0_20.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_0_20.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.0.20 Release Announcement'); +?> +<h1>PHP 8.0.20 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.0.20. 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.20 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.20">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php