Author: Ben Ramsey (ramsey) Date: 2022-06-09T08:27:02-05:00 Commit: https://github.com/php/web-php/commit/da392852502051bba4ec8fb0b6a56a51e379a160 Raw diff: https://github.com/php/web-php/commit/da392852502051bba4ec8fb0b6a56a51e379a160.diff
Announce PHP 8.1.7 Changed paths: A archive/entries/2022-06-09-2.xml A releases/8_1_7.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 11c01ca94..a4d20176f 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,69 @@ ?> <a id="PHP_8_1"></a> +<section class="version" id="8.1.7"><!-- {{{ 8.1.7 --> +<h3>Version 8.1.7</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>Date: +<ul> + <li><?php bugfix(51934); ?> (strtotime plurals / incorrect time).</li> + <li><?php bugfix(51987); ?> (Datetime fails to parse an ISO 8601 ordinal date (extended format)).</li> + <li><?php bugfix(66019); ?> (DateTime object does not support short ISO 8601 time format - YYYY-MM-DDTHH) (cmb, Derick)</li> + <li><?php bugfix(68549); ?> (Timezones and offsets are not properly used when working with dates) (Derick, Roel Harbers)</li> + <li><?php bugfix(81565); ?> (date parsing fails when provided with timezones including seconds).</li> + <li>Fixed bug <?php githubissuel('php/php-src',7758); ?> (Problems with negative timestamps and fractions).</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',8461); ?> (tracing JIT crash after function/method change).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(79589); ?> (error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading).</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>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8185); ?> (Crash during unloading of extension after dl() in ZTS).</li> +</ul></li> +<li>Zip: +<ul> + <li>Fixed type for index in ZipArchive::replaceFile.</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.1.6"><!-- {{{ 8.1.6 --> <h3>Version 8.1.6</h3> <b><?php release_date('12-May-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 23362ff38..11282ec14 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-2.xml"/> <xi:include href="entries/2022-06-09-1.xml"/> <xi:include href="entries/2022-05-12-2.xml"/> <xi:include href="entries/2022-05-12-1.xml"/> diff --git a/archive/entries/2022-06-09-2.xml b/archive/entries/2022-06-09-2.xml new file mode 100644 index 000000000..fd6ea442b --- /dev/null +++ b/archive/entries/2022-06-09-2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.1.7 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-06-09-2</id> + <published>2022-06-09T13:24:09+00:00</published> + <updated>2022-06-09T13:24:09+00:00</updated> + <link href="https://www.php.net/index.php#id2022-06-09-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-06-09-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.1.7. This is a security release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.7 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.1.7">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 7a6011d2a..c1734039b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_6.php', + ), + 'tags' => + array ( + ), + 'date' => '12 May 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.6.tar.gz', + 'name' => 'PHP 8.1.6 (tar.gz)', + 'sha256' => 'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3', + 'date' => '12 May 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.6.tar.bz2', + 'name' => 'PHP 8.1.6 (tar.bz2)', + 'sha256' => '7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66', + 'date' => '12 May 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.6.tar.xz', + 'name' => 'PHP 8.1.6 (tar.xz)', + 'sha256' => 'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c', + 'date' => '12 May 2022', + ), + ), + 'museum' => false, + ), '8.1.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 048b0db6d..56b79b70f 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function() { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.6', - 'date' => '12 May 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.1.7', + 'date' => '09 Jun 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3', - 'tar.bz2' => '7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66', - 'tar.xz' => 'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c', + 'tar.gz' => '5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8', + 'tar.bz2' => 'b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d', + 'tar.xz' => 'f042322f1b5a9f7c2decb84b7086ef676896c2f7178739b9672afafa964ed0e5', ] ]; diff --git a/releases/8_1_7.php b/releases/8_1_7.php new file mode 100644 index 000000000..8b16e13d7 --- /dev/null +++ b/releases/8_1_7.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_1_7.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.1.7 Release Announcement'); +?> +<h1>PHP 8.1.7 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.1.7. This is a security release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.7 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.1.7">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php