Author: Sergey Panteleev (saundefined)
Date: 2023-05-11T13:13:41+03:00
Commit:
https://github.com/php/web-php/commit/1869e90eec81e261eb01301d51ef63e603d33db9
Raw diff:
https://github.com/php/web-php/commit/1869e90eec81e261eb01301d51ef63e603d33db9.diff
Announce PHP 8.2.6
Changed paths:
A archive/entries/2023-05-11-1.xml
A releases/8_2_6.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 e05708a73..7f05daa61 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,61 @@
?>
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.6"><!-- {{{ 8.2.6 -->
+<h3>Version 8.2.6</h3>
+<b><?php release_date('11-May-2023'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fix inconsistent float negation in constant expressions.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 8841); ?> (php-cli core dump
calling a badly formed function).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10737); ?> (PHP 8.1.16
segfaults on line 597 of sapi/apache2handler/sapi_apache2.c).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11028); ?> (Heap Buffer
Overflow in zval_undefined_cv.).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11108); ?> (Incorrect
CG(memoize_mode) state after bailout in ??=).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug where the diff() method would not return the right result
around DST changeover for date/times associated with a timezone identifier.</li>
+ <li>Fixed out-of-range bug when converting to/from around the LONG_MIN unix
timestamp.</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li><?php bugfix(80602); ?> (Segfault when using
DOMChildNode::before()).</li>
+ <li>Fixed incorrect error handling in dom_zvals_to_fragment().</li>
+</ul></li>
+<li>Exif:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9397); ?> (exif read :
warnings and errors : Potentially invalid endianess, Illegal IFD size and
Undefined index).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11071); ?> (TZData version
not displayed anymore).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10968); ?> (Segfault in
preg_replace_callback_array()).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10983); ?> (State-dependant
segfault in ReflectionObject::getProperties).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Handle indirect zvals and use up-to-date properties in
SplFixedArray::__serialize.</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10990); ?> (mail() throws
TypeError after iterating over $additional_headers array by reference).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9775); ?> (Duplicates
returned by array_unique when using enums).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10406); ?> (feof() behavior
change for UNIX based socket resources).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.5"><!-- {{{ 8.2.5 -->
<h3>Version 8.2.5</h3>
<b><?php release_date('13-Apr-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index fdd036ad5..de6b07a55 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-05-11-1.xml"/>
<xi:include href="entries/2023-04-13-2.xml"/>
<xi:include href="entries/2023-04-13-1.xml"/>
<xi:include href="entries/2023-03-16-2.xml"/>
diff --git a/archive/entries/2023-05-11-1.xml b/archive/entries/2023-05-11-1.xml
new file mode 100644
index 000000000..1ace88e07
--- /dev/null
+++ b/archive/entries/2023-05-11-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.6 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-05-11-1</id>
+ <published>2023-05-11T10:08:59+00:00</published>
+ <updated>2023-05-11T10:08:59+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-05-11-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-05-11-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.6. This is a bug fix release.</p>
+
+ <p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+ <p>For source downloads of PHP 8.2.6 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.6">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 22a0712fa..7f2155a39 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.5' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_5.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '13 Apr 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.5.tar.gz',
+ 'name' => 'PHP 8.2.5 (tar.gz)',
+ 'sha256' =>
'8974dea2507155471660b13a0bcbdc165ac778eeb845a7dbd65d5ffb92738c0a',
+ 'date' => '13 Apr 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.5.tar.bz2',
+ 'name' => 'PHP 8.2.5 (tar.bz2)',
+ 'sha256' =>
'e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757',
+ 'date' => '13 Apr 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.5.tar.xz',
+ 'name' => 'PHP 8.2.5 (tar.xz)',
+ 'sha256' =>
'800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76',
+ 'date' => '13 Apr 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.1.17' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 1cbd86a61..e27d716b0 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.5',
- 'date' => '13 Apr 2023',
+ 'version' => '8.2.6',
+ 'date' => '11 May 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'8974dea2507155471660b13a0bcbdc165ac778eeb845a7dbd65d5ffb92738c0a',
- 'tar.bz2' =>
'e5a80663cca4f6044ad86a489798147c7af037eca96f6cd357ab36d28cb63757',
- 'tar.xz' =>
'800738c359b7f1e67e40c22713d2d90276bc85ba1c21b43d99edd43c254c5f76',
+ 'tar.gz' =>
'1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8',
+ 'tar.bz2' =>
'44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100',
+ 'tar.xz' =>
'10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca',
]
];
diff --git a/releases/8_2_6.php b/releases/8_2_6.php
new file mode 100644
index 000000000..73d016531
--- /dev/null
+++ b/releases/8_2_6.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_6.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.6 Release Announcement');
+?>
+<h1>PHP 8.2.6 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.2.6.
This is a bug fix release.</p>
+
+<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.6 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.6">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php