Author: Ben Ramsey (ramsey) Date: 2022-07-07T12:31:09-05:00 Commit: https://github.com/php/web-php/commit/fcccf51907d5eea2407a6ae7614378c1fe1cff09 Raw diff: https://github.com/php/web-php/commit/fcccf51907d5eea2407a6ae7614378c1fe1cff09.diff
Announce PHP 8.1.8 Changed paths: A archive/entries/2022-07-07-3.xml A releases/8_1_8.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 b491040de..71121b2bc 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,85 @@ ?> <a id="PHP_8_1"></a> +<section class="version" id="8.1.8"><!-- {{{ 8.1.8 --> +<h3>Version 8.1.8</h3> +<b><?php release_date('07-Jul-2022'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8338); ?> (Intel CET is disabled unintentionally).</li> + <li>Fixed leak in Enum::from/tryFrom for internal enums when using JIT</li> + <li>Fixed calling internal methods with a static return type from extension code.</li> + <li>Fixed bug <?php githubissuel('php/php-src',8655); ?> (Casting an object to array does not unwrap refcount=1 references).</li> + <li>Fixed potential use after free in php_binary_init().</li> +</ul></li> +<li>CLI: +<ul> + <li>Fixed <?php githubissuel('php/php-src',8827); ?> (Intentionally closing std handles no longer possible).</li> +</ul></li> +<li>COM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8778); ?> (Integer arithmethic with large number variants fails).</li> +</ul></li> +<li>Curl: +<ul> + <li>Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option.</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(72963); ?> (Null-byte injection in CreateFromFormat and related functions).</li> + <li><?php bugfix(74671); ?> (DST timezone abbreviation has incorrect offset).</li> + <li><?php bugfix(77243); ?> (Weekdays are calculated incorrectly for negative years).</li> + <li><?php bugfix(78139); ?> (timezone_open accepts invalid timezone string argument).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(81723); ?> (Heap buffer overflow in finfo_buffer). (CVE-2022-31627)</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(67764); ?> (fpm: syslog.ident don't work).</li> +</ul></li> +<li>GD: +<ul> + <li>Fixed imagecreatefromavif() memory leak.</li> +</ul></li> +<li>MBString: +<ul> + <li>mb_detect_encoding recognizes all letters in Czech alphabet</li> + <li>mb_detect_encoding recognizes all letters in Hungarian alphabet</li> + <li>Fixed bug <?php githubissuel('php/php-src',8685); ?> (pcre not ready at mbstring startup).</li> + <li>Backwards-compatible mappings for 0x5C/0x7E in Shift-JIS are restored, after they had been changed in 8.1.0.</li> +</ul></li> +<li>ODBC: +<ul> + <li>Fixed handling of single-key connection strings.</li> +</ul></li> +<li>OPcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8591); ?> (tracing JIT crash after private instance method change).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(50293); ?> (Several openssl functions ignore the VCWD).</li> + <li><?php bugfix(81713); ?> (NULL byte injection in several OpenSSL functions working with certificates).</li> +</ul></li> +<li>PDO_ODBC: +<ul> + <li>Fixed handling of single-key connection strings.</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8563); ?> (Different results for seek() on SplFileObject and SplTempFileObject).</li> +</ul></li> +<li>Zip: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',8781); ?> (ZipArchive::close deletes zip file without updating stat cache).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.1.7"><!-- {{{ 8.1.7 --> <h3>Version 8.1.7</h3> <b><?php release_date('09-Jun-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index fdf4335ff..38b5caab1 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-07-07-3.xml"/> <xi:include href="entries/2022-07-07-2.xml"/> <xi:include href="entries/2022-07-07-1.xml"/> <xi:include href="entries/2022-07-06-1.xml"/> diff --git a/archive/entries/2022-07-07-3.xml b/archive/entries/2022-07-07-3.xml new file mode 100644 index 000000000..668aa8211 --- /dev/null +++ b/archive/entries/2022-07-07-3.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.1.8 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-07-07-3</id> + <published>2022-07-07T17:25:36+00:00</published> + <updated>2022-07-07T17:25:36+00:00</updated> + <link href="https://www.php.net/index.php#2022-07-07-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-07-07-3" 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.8. 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.8 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.8">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 86ee5846c..cb3f32269 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_7.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '09 Jun 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.7.tar.gz', + 'name' => 'PHP 8.1.7 (tar.gz)', + 'sha256' => '5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8', + 'date' => '09 Jun 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.7.tar.bz2', + 'name' => 'PHP 8.1.7 (tar.bz2)', + 'sha256' => 'b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d', + 'date' => '09 Jun 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.7.tar.xz', + 'name' => 'PHP 8.1.7 (tar.xz)', + 'sha256' => 'f042322f1b5a9f7c2decb84b7086ef676896c2f7178739b9672afafa964ed0e5', + 'date' => '09 Jun 2022', + ), + ), + 'museum' => false, + ), '8.0.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 35bd1260e..36818029c 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.7', - 'date' => '09 Jun 2022', + 'version' => '8.1.8', + 'date' => '07 Jul 2022', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8', - 'tar.bz2' => 'b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d', - 'tar.xz' => 'f042322f1b5a9f7c2decb84b7086ef676896c2f7178739b9672afafa964ed0e5', + 'tar.gz' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d', + 'tar.bz2' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01', + 'tar.xz' => '04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c', ] ]; diff --git a/releases/8_1_8.php b/releases/8_1_8.php new file mode 100644 index 000000000..fe21935e3 --- /dev/null +++ b/releases/8_1_8.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_1_8.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.1.8 Release Announcement'); +?> +<h1>PHP 8.1.8 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.1.8. 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.8 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.8">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php