Author: Sara Golemon (sgolemon) Date: 2022-09-30T03:15:27Z Commit: https://github.com/php/web-php/commit/b461cfcec5d7c90b9a55662281ce468999a583c2 Raw diff: https://github.com/php/web-php/commit/b461cfcec5d7c90b9a55662281ce468999a583c2.diff
8.0.24 Changed paths: A archive/entries/2022-09-30-1.xml A releases/8_0_24.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 4a4eef07c..f951e1231 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -906,6 +906,55 @@ <a id="PHP_8_0"></a> +<section class="version" id="8.0.24"><!-- {{{ 8.0.24 --> +<h3>Version 8.0.24</h3> +<b><?php release_date('29-Sep-2022'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9323); ?> (Crash in ZEND_RETURN/GC/zend_call_function) (Tim Starling)</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9361); ?> (Segmentation fault on script exit #9379).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9407); ?> (LSP error in eval'd code refers to wrong class for static type).</li> + <li>Fix #81727 (Don't mangle semantically meaningful HTTP var names).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(79451); ?> (DOMDocument->replaceChild on doctype causes double free).</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8885); ?> (FPM access.log with stderr begins to write logs to error_log after daemon reload).</li> + <li><?php bugfix(77780); ?> ("Headers already sent..." when previous connection was aborted).</li> +</ul></li> +<li>GMP: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9308); ?> (GMP throws the wrong error when a GMP object is passed to gmp_init()).</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9421); ?> (Incorrect argument number for ValueError in NumberFormatter).</li> +</ul></li> +<li>Phar: +<ul> + <li>Fix #81726 (DOS when using quine gzip file).</li> +</ul></li> +<li>PDO_PGSQL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9411); ?> (PgSQL large object resource is incorrectly closed).</li> +</ul></li> +<li>Reflection: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8932); ?> (ReflectionFunction provides no way to get the called class of a Closure).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9409); ?> (Private method is incorrectly dumped as "overwrites").</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9316); ?> ($http_response_header is wrong for long status line).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.0.23"><!-- {{{ 8.0.23 --> <h3>Version 8.0.23</h3> <b><?php release_date('01-Sep-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 07fc49ed9..c7f5c7dc7 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-30-1.xml"/> <xi:include href="entries/2022-09-29-3.xml"/> <xi:include href="entries/2022-09-29-2.xml"/> <xi:include href="entries/2022-09-29-1.xml"/> diff --git a/archive/entries/2022-09-30-1.xml b/archive/entries/2022-09-30-1.xml new file mode 100644 index 000000000..c53e57870 --- /dev/null +++ b/archive/entries/2022-09-30-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.0.24 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-09-30-1</id> + <published>2022-09-30T03:13:42+00:00</published> + <updated>2022-09-30T03:13:42+00:00</updated> + <link href="https://www.php.net/index.php#2022-09-30-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-09-30-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.0.24. 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.24 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.24">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 8305d1e41..7dd6a4b13 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_23.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '01 Sep 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.23.tar.gz', + 'name' => 'PHP 8.0.23 (tar.gz)', + 'sha256' => 'a2dd50e9c4a0328d921b6bc914e8b4e6572f94f09867318f88acca5ac4fa76c7', + 'date' => '01 Sep 2022', + ), + 1 => + array ( + 'filename' => 'php-8.0.23.tar.bz2', + 'name' => 'PHP 8.0.23 (tar.bz2)', + 'sha256' => '1412db46800a45ced377c2892ec6261b3c412f13dc133bfc998cfb2f147b40cf', + 'date' => '01 Sep 2022', + ), + 2 => + array ( + 'filename' => 'php-8.0.23.tar.xz', + 'name' => 'PHP 8.0.23 (tar.xz)', + 'sha256' => '65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87', + 'date' => '01 Sep 2022', + ), + ), + 'museum' => false, + ), '8.1.10' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f401d3eb6..d77696ba6 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.23', - 'date' => '01 Sep 2022', + 'version' => '8.0.24', + 'date' => '29 Sep 2022', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'a2dd50e9c4a0328d921b6bc914e8b4e6572f94f09867318f88acca5ac4fa76c7', - 'tar.bz2' => '1412db46800a45ced377c2892ec6261b3c412f13dc133bfc998cfb2f147b40cf', - 'tar.xz' => '65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87', + 'tar.gz' => '6020843a2f1ce36745d958b3ca17f3fdc42e78a43899f552ab5dbc509ff19232', + 'tar.bz2' => '908e17cea331d5abb8506b4a89c6392b962e127c391327777c7485eb4b415d43', + 'tar.xz' => '8e6a63ac9cdabe4c345b32a54b18f348d9e50a1decda217faf2d61278d22f08b', ] ]; diff --git a/releases/8_0_24.php b/releases/8_0_24.php new file mode 100644 index 000000000..8c81909d3 --- /dev/null +++ b/releases/8_0_24.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_0_24.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.0.24 Release Announcement'); +?> +<h1>PHP 8.0.24 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.0.24. 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.24 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.24">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php