Author: Pierrick Charron (adoy)
Date: 2023-06-08T12:56:41-04:00
Commit:
https://github.com/php/web-php/commit/c9b636fd9882d445a615ffb83f1f4e345e38f3c3
Raw diff:
https://github.com/php/web-php/commit/c9b636fd9882d445a615ffb83f1f4e345e38f3c3.diff
Announce PHP 8.2.7 (for real)
Changed paths:
A archive/entries/2023-06-08-2.xml
A releases/8_2_7.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 5560976a4..0d66440f1 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,87 @@
?>
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.7"><!-- {{{ 8.2.7 -->
+<h3>Version 8.2.7</h3>
+<b><?php release_date('08-Jun-2023'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11152); ?> (Unable to alias
namespaces containing reserved class names).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9068); ?> (Conditional jump
or move depends on uninitialised value(s)).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11189); ?> (Exceeding memory
limit in zend_hash_do_resize leaves the array in an invalid state).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11063); ?> (Compilation
error on old GCC versions).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11222); ?> (foreach by-ref
may jump over keys during a rehash).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11281); ?>
(DateTimeZone::getName() does not include seconds in offset).</li>
+</ul></li>
+<li>Exif:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10834); ?> (exif_read_data()
cannot read smaller stream wrapper chunk sizes).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10461); ?> (PHP-FPM segfault
due to after free usage of child->ev_std(out|err)).</li>
+ <li><?php bugfix(64539); ?> (FPM status page: query_string not properly JSON
encoded).</li>
+ <li>Fixed memory leak for invalid primary script file handle.</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11180); ?> (hash_file()
appears to be restricted to 3 arguments).</li>
+</ul></li>
+<li>LibXML:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11160); ?> (Few tests failed
building with new libxml 2.11.0).</li>
+</ul></li>
+<li>MBString:
+<ul>
+ <li>Fix bug <?php githubissuel('php/php-src', 11217); ?> (Segfault in
mb_strrpos / mb_strripos when using negative offset and ASCII encoding).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11134); ?> (Incorrect match
default branch optimization).</li>
+ <li>Fixed too wide OR and AND range inference.</li>
+ <li>Fixed missing class redeclaration error with OPcache enabled.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11245); ?> (In some specific
cases SWITCH with one default statement will cause segfault).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+ <li>Fixed maximum argument count of pcntl_forkx().</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed parameter parsing of pg_lo_export().</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11099); ?> (Generating
phar.php during cross-compile can't be done).</li>
+</ul></li>
+<li>Soap:
+<ul>
+ <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient
random bytes in HTTP Digest authentication for SOAP).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 8426); ?> (make test fail
while soap extension build).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11178); ?> (Segmentation
fault in spl_array_it_get_current_data (PHP 8.1.18)).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11138); ?>
(move_uploaded_file() emits open_basedir warning for source file).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11274); ?> (POST/PATCH
request switches to GET after a HTTP 308 redirect).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10031); ?> ([Stream]
STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of
data).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11175); ?> (Stream Socket
Timeout).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11177); ?> (ASAN
UndefinedBehaviorSanitizer when timeout = -1 passed to
stream_socket_accept/stream_socket_client).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.6"><!-- {{{ 8.2.6 -->
<h3>Version 8.2.6</h3>
<b><?php release_date('11-May-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3b39659f6..9d3e11732 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-06-08-2.xml"/>
<xi:include href="entries/2023-06-08-1.xml"/>
<xi:include href="entries/2023-06-03-1.xml"/>
<xi:include href="entries/2023-05-23-1.xml"/>
diff --git a/archive/entries/2023-06-08-2.xml b/archive/entries/2023-06-08-2.xml
new file mode 100644
index 000000000..063d900f1
--- /dev/null
+++ b/archive/entries/2023-06-08-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.2.7 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-06-08-2</id>
+ <published>2023-06-08T16:50:22+00:00</published>
+ <updated>2023-06-08T16:50:22+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-06-08-2" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-06-08-2" 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.7. This is a security
release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.7 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.7">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index e1b6bb40e..9323216e4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.6' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_6.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '11 May 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.6.tar.gz',
+ 'name' => 'PHP 8.2.6 (tar.gz)',
+ 'sha256' =>
'1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8',
+ 'date' => '11 May 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.6.tar.bz2',
+ 'name' => 'PHP 8.2.6 (tar.bz2)',
+ 'sha256' =>
'44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100',
+ 'date' => '11 May 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.6.tar.xz',
+ 'name' => 'PHP 8.2.6 (tar.xz)',
+ 'sha256' =>
'10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca',
+ 'date' => '11 May 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.0.28' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 638c7c7f5..5f9dece91 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.6',
- 'date' => '11 May 2023',
- 'tags' => [], // Set to ['security'] for security releases.
+ 'version' => '8.2.7',
+ 'date' => '08 Jun 2023',
+ 'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8',
- 'tar.bz2' =>
'44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100',
- 'tar.xz' =>
'10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca',
+ 'tar.gz' =>
'7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4',
+ 'tar.bz2' =>
'5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f',
+ 'tar.xz' =>
'4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0',
]
];
diff --git a/releases/8_2_7.php b/releases/8_2_7.php
new file mode 100644
index 000000000..6eb5f34dd
--- /dev/null
+++ b/releases/8_2_7.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_7.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.7 Release Announcement');
+?>
+<h1>PHP 8.2.7 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.2.7.
This is a security release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.7 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.7">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php