Author: Sara Golemon (sgolemon) Date: 2022-09-01T13:23:08Z Commit: https://github.com/php/web-php/commit/25aad7fa39f3878abc003ef5e4819dfae920c9ae Raw diff: https://github.com/php/web-php/commit/25aad7fa39f3878abc003ef5e4819dfae920c9ae.diff
Announce 8.0.23 Changed paths: A archive/entries/2022-09-01-3.xml A releases/8_0_23.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 a2d1bae55..e222113ca 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -857,6 +857,48 @@ <a id="PHP_8_0"></a> +<section class="version" id="8.0.23"><!-- {{{ 8.0.23 --> +<h3>Version 8.0.23</h3> +<b><?php release_date('01-Sep-2022'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed incorrect double to long casting in latest clang.</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).</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed IntlDateFormatter::formatObject() parameter type.</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> +</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>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9017); ?> (php_stream_sock_open_from_socket could return NULL).</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.0.22"><!-- {{{ 8.0.22 --> <h3>Version 8.0.22</h3> <b><?php release_date('04-Aug-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index d1d460846..10afdccde 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-3.xml"/> <xi:include href="entries/2022-09-01-2.xml"/> <xi:include href="entries/2022-09-01-1.xml"/> <xi:include href="entries/2022-08-18-1.xml"/> diff --git a/archive/entries/2022-09-01-3.xml b/archive/entries/2022-09-01-3.xml new file mode 100644 index 000000000..e58bbface --- /dev/null +++ b/archive/entries/2022-09-01-3.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.0.23 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-09-01-3</id> + <published>2022-09-01T13:20:39+00:00</published> + <updated>2022-09-01T13:20:39+00:00</updated> + <link href="https://www.php.net/index.php#2022-09-01-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-09-01-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.0.23. 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.23 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.23">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 526549518..0be8627d5 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_22.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Aug 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.22.tar.gz', + 'name' => 'PHP 8.0.22 (tar.gz)', + 'sha256' => '56fce7529a9798fd0895bca3539d2a65b9cac5d23ffbdf6338419c62ed083519', + 'date' => '04 Aug 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.22.tar.bz2', + 'name' => 'PHP 8.0.22 (tar.bz2)', + 'sha256' => 'e342918d3ecd422f10032df0ac3ffb0e17f568fad6cf8e232b6f7a6a1fdc3c9c', + 'date' => '04 Aug 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.22.tar.xz', + 'name' => 'PHP 8.0.22 (tar.xz)', + 'sha256' => '130937c0fa3050cd33d6c415402f6ccbf0682ae83eb8d39c91164224ddfe57f1', + 'date' => '04 Aug 2022', + ), + ), + 'museum' => false, + ), '8.1.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 75166fecf..3d24b461c 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.22', - 'date' => '04 Aug 2022', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.0.23', + 'date' => '01 Sep 2022', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '56fce7529a9798fd0895bca3539d2a65b9cac5d23ffbdf6338419c62ed083519', - 'tar.bz2' => 'e342918d3ecd422f10032df0ac3ffb0e17f568fad6cf8e232b6f7a6a1fdc3c9c', - 'tar.xz' => '130937c0fa3050cd33d6c415402f6ccbf0682ae83eb8d39c91164224ddfe57f1', + 'tar.gz' => 'a2dd50e9c4a0328d921b6bc914e8b4e6572f94f09867318f88acca5ac4fa76c7', + 'tar.bz2' => '1412db46800a45ced377c2892ec6261b3c412f13dc133bfc998cfb2f147b40cf', + 'tar.xz' => '65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87', ] ]; diff --git a/releases/8_0_23.php b/releases/8_0_23.php new file mode 100644 index 000000000..6903fca2e --- /dev/null +++ b/releases/8_0_23.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_0_23.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.0.23 Release Announcement'); +?> +<h1>PHP 8.0.23 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.0.23. 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.23 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.23">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php