Author: Sergey Panteleev (saundefined)
Date: 2023-08-16T21:16:51+03:00
Commit:
https://github.com/php/web-php/commit/165d938b7c1dc270d4e8c94e4200830a65c0cc3e
Raw diff:
https://github.com/php/web-php/commit/165d938b7c1dc270d4e8c94e4200830a65c0cc3e.diff
Announce PHP 8.2.9
Changed paths:
A archive/entries/2023-08-16-1.xml
A releases/8_2_9.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 cd2055491..f0929092b 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,115 @@
?>
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.9"><!-- {{{ 8.2.9 -->
+<h3>Version 8.2.9</h3>
+<b><?php release_date('03-Aug-2023'); ?></b>
+<ul><li>Build:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11522); ?> (PHP version
check fails with '-' separator).</li>
+</ul></li>
+<li>CLI:
+<ul>
+ <li>Fix interrupted CLI output causing the process to exit.</li>
+</ul></li>
+<li>Core:
+<ul>
+ <li>Fixed oss-fuzz #60011 (Mis-compilation of by-reference nullsafe
operator).</li>
+ <li>Fixed line number of JMP instruction over else block.</li>
+ <li>Fixed use-of-uninitialized-value with ??= on assert.</li>
+ <li>Fixed oss-fuzz #60411 (Fix double-compilation of arrow-functions).</li>
+ <li>Fixed build for FreeBSD before the 11.0 releases.</li>
+</ul></li>
+<li>Curl:
+<ul>
+ <li>Fix crash when an invalid callback function is passed to
CURLMOPT_PUSHFUNCTION.</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11368); ?> (Date modify
returns invalid datetime).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11600); ?> (Can't parse time
strings which include (narrow) non-breaking space characters).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11854); ?>
(DateTime:createFromFormat stopped parsing datetime with extra space).</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11625); ?>
(DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but
just deletes node or causes wrapping <></> depending on libxml2
version).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11298); ?> (finfo returns
wrong mime type for xz files).</li>
+</ul></li>
+<li>FTP:
+<ul>
+ <li>Fix context option check for "overwrite".</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10562); ?> (Memory leak and
invalid state with consecutive ftp_nb_fget).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li>Fix most of the external libgd test failures.</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fix memory leak in MessageFormatter::format() on failure.</li>
+</ul></li>
+<li>Libxml:
+<ul>
+ <li>Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity
loading in XML without enabling it). (CVE-2023-3823)</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 11300); ?> (license issue:
restricted unicode license headers).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10914); ?> (OPCache with
Enum and Callback functions results in segmentation fault).</li>
+ <li>Prevent potential deadlock if accelerated globals cannot be
allocated.</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11498); ?> (SIGCHLD is not
always returned from proc_open).</li>
+</ul></li>
+<li>PDO:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 11587); ?> (After php8.1,
when PDO::ATTR_EMULATE_PREPARES is true and PDO::ATTR_STRINGIFY_FETCHES is
true, decimal zeros are no longer filled).</li>
+</ul></li>
+<li>PDO SQLite:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 11492); ?> (Make test failure:
ext/pdo_sqlite/tests/bug_42589.phpt).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Add missing check on EVP_VerifyUpdate() in phar util.</li>
+ <li>Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
(CVE-2023-3824)</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9669); ?> (phpdbg -h options
doesn't list the -z option).</li>
+</ul></li>
+<li>Session:
+<ul>
+ <li>Removed broken url support for transferring session ID.</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fix serialization of RC1 objects appearing in object graph twice.</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11735); ?> (Use-after-free
when unregistering user stream wrapper from itself).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+ <li>Fix replaced error handling in SQLite3Stmt::__construct.</li>
+</ul></li>
+<li>XMLReader:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 11548); ?> (Argument corruption
when calling XMLReader::open or XMLReader::XML non-statically with observer
active).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.8"><!-- {{{ 8.2.8 -->
<h3>Version 8.2.8</h3>
<b><?php release_date('06-Jul-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3a89aab1c..dfe15d7c8 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2023-08-16-1.xml"/>
<xi:include href="entries/2023-10-06-1.xml"/>
<xi:include href="entries/2023-08-04-1.xml"/>
<xi:include href="entries/2023-08-03-2.xml"/>
diff --git a/archive/entries/2023-08-16-1.xml b/archive/entries/2023-08-16-1.xml
new file mode 100644
index 000000000..254b3b9f8
--- /dev/null
+++ b/archive/entries/2023-08-16-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.2.9 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-08-16-1</id>
+ <published>2023-08-16T18:06:57+00:00</published>
+ <updated>2023-08-16T18:06:57+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-08-16-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-08-16-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.2.9. This is a security release.</p>
+
+ <p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+ <p><b>Windows source and binaries are not synchronized and do not
contain a fix for GH-11854.</b></p>
+
+ <p>For source downloads of PHP 8.2.9 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.2.9">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 00104640f..56b871e47 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.8' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_8.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '06 Jul 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.8.tar.gz',
+ 'name' => 'PHP 8.2.8 (tar.gz)',
+ 'sha256' =>
'6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1',
+ 'date' => '06 Jul 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.8.tar.bz2',
+ 'name' => 'PHP 8.2.8 (tar.bz2)',
+ 'sha256' =>
'995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517',
+ 'date' => '06 Jul 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.8.tar.xz',
+ 'name' => 'PHP 8.2.8 (tar.xz)',
+ 'sha256' =>
'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801',
+ 'date' => '06 Jul 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.0.29' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index c570cbf15..b8ace15e3 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
- 'version' => '8.2.8',
- 'date' => '06 Jul 2023',
- 'tags' => [], // Set to ['security'] for security releases.
+ 'version' => '8.2.9',
+ 'date' => '03 Aug 2023',
+ 'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'6419b74e9b675c8d5a1afd2788c4d7996a19bbe2be409716ccb2067897af9df1',
- 'tar.bz2' =>
'995ed4009c7917c962d31837a1a3658f36d4af4f357b673c97ffdbe6403f8517',
- 'tar.xz' =>
'cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801',
+ 'tar.gz' =>
'5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04',
+ 'tar.bz2' =>
'48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c',
+ 'tar.xz' =>
'1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765',
]
];
diff --git a/releases/8_2_9.php b/releases/8_2_9.php
new file mode 100644
index 000000000..a86172fd6
--- /dev/null
+++ b/releases/8_2_9.php
@@ -0,0 +1,18 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_9.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.9 Release Announcement');
+?>
+<h1>PHP 8.2.9 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.2.9.
This is a security release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p><b>Windows source and binaries are not synchronized and do not contain a
fix for GH-11854.</b></p>
+
+<p>For source downloads of PHP 8.2.9 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.2.9">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php