Author: Ben Ramsey (ramsey) Date: 2022-08-31T19:46:57-05:00 Commit: https://github.com/php/web-php/commit/3ed690eb7e9f4036869f7c8652afe7255a9425af Raw diff: https://github.com/php/web-php/commit/3ed690eb7e9f4036869f7c8652afe7255a9425af.diff
Announce PHP 8.1.10 Changed paths: A archive/entries/2022-09-01-1.xml A releases/8_1_10.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 5b7d99ff8..a2d1bae55 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,62 @@ ?> <a id="PHP_8_1"></a> +<section class="version" id="8.1.10"><!-- {{{ 8.1.10 --> +<h3>Version 8.1.10</h3> +<b><?php release_date('01-Sep-2022'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed --CGI-- support of run-tests.php.</li> + <li>Fixed incorrect double to long casting in latest clang.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9266); ?> (GC root buffer keeps growing when dtors are present).</li> +</ul></li> +<li>Date: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8730); ?> (DateTime::diff miscalculation is same time zone of different type).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 8964); ?> (DateTime object comparison after applying delta less than 1 second).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9106); ?>: (DateInterval 1.5s added to DateTimeInterface is rounded down since PHP 8.1.0).</li> + <li><?php bugfix(81263); ?> (Wrong result from DateTimeImmutable::diff).</li> +</ul></li> +<li>DBA: +<ul> + <li>Fixed LMDB driver memory leak on DB creation failure (Girgias)</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9155); ?> (dba_open("non-existing", "c-", "flatfile") segfaults) (cmb)</li> +</ul></li> +<li>IMAP: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9309); ?> (Segfault when connection is used after imap_close()).</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed IntlDateFormatter::formatObject() parameter type.</li> +</ul></li> +<li>MBString: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9008); ?> (mb_detect_encoding(): wrong results with null $encodings).</li> +</ul></li> +<li>OPcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9033); ?> (Loading blacklist file can fail due to negative length).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9164); ?> (Segfault in zend_accel_class_hash_copy).</li> +</ul></li> +<li>PDO_SQLite: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9032); ?> (SQLite3 authorizer crashes on NULL values).</li> +</ul></li> +<li>SQLite3: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9032); ?> (SQLite3 authorizer crashes on NULL values).</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8472); ?> (The resource returned by stream_socket_accept may have incorrect metadata).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 8409); ?> (SSL handshake timeout leaves persistent connections hanging).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.1.9"><!-- {{{ 8.1.9 --> <h3>Version 8.1.9</h3> <b><?php release_date('04-Aug-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index fb5465776..920bc5b86 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-09-01-1.xml"/> <xi:include href="entries/2022-08-18-1.xml"/> <xi:include href="entries/2022-08-04-3.xml"/> <xi:include href="entries/2022-08-04-2.xml"/> diff --git a/archive/entries/2022-09-01-1.xml b/archive/entries/2022-09-01-1.xml new file mode 100644 index 000000000..fc9f8cb6c --- /dev/null +++ b/archive/entries/2022-09-01-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.1.10 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-09-01-1</id> + <published>2022-09-01T00:18:05+00:00</published> + <updated>2022-09-01T00:18:05+00:00</updated> + <link href="https://www.php.net/index.php#2022-09-01-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-09-01-1" 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.10. This is a bug fix release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.10 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.10">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index a06adcd0b..526549518 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.9' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_9.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Aug 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.9.tar.gz', + 'name' => 'PHP 8.1.9 (tar.gz)', + 'sha256' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76', + 'date' => '04 Aug 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.9.tar.bz2', + 'name' => 'PHP 8.1.9 (tar.bz2)', + 'sha256' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff', + 'date' => '04 Aug 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.9.tar.xz', + 'name' => 'PHP 8.1.9 (tar.xz)', + 'sha256' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf', + 'date' => '04 Aug 2022', + ), + ), + 'museum' => false, + ), '8.1.8' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f83ccdc39..75166fecf 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.9', - 'date' => '04 Aug 2022', + 'version' => '8.1.10', + 'date' => '01 Sep 2022', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76', - 'tar.bz2' => '9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff', - 'tar.xz' => '53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf', + 'tar.gz' => '3ea4f323109dfbc8d2631d08aa0e08602c1f713678e9dc6c750f081ef49eab0f', + 'tar.bz2' => '2de8e0402285f7c56887defe651922308aded58ba60befcf3b77720209e31f10', + 'tar.xz' => '90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162', ] ]; diff --git a/releases/8_1_10.php b/releases/8_1_10.php new file mode 100644 index 000000000..7ddc3808a --- /dev/null +++ b/releases/8_1_10.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_1_10.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.1.10 Release Announcement'); +?> +<h1>PHP 8.1.10 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.1.10. This is a bug fix release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.10 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.10">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php