Author: Sergey Panteleev (saundefined)
Date: 2024-03-14T18:23:21+03:00
Commit:
https://github.com/php/web-php/commit/8a55b910ccc355c17df668f6aad26c2b42142e87
Raw diff:
https://github.com/php/web-php/commit/8a55b910ccc355c17df668f6aad26c2b42142e87.diff
Announce PHP 8.2.17
Changed paths:
A archive/entries/2024-03-14-1.xml
A releases/8_2_17.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 8b349b0f6c..d8abf99fed 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -508,6 +508,50 @@
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.17"><!-- {{{ 8.2.17 -->
+<h3>Version 8.2.17</h3>
+<b><?php release_date('14-Mar-2024'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fix ZTS persistent resource crashes on shutdown.</li>
+</ul></li>
+<li>Curl:
+<ul>
+ <li>Fix failing tests due to string changes in libcurl 8.6.0.</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li>Fix reference access in dimensions for DOMNodeList and DOMNodeMap.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13344); ?> (finfo::buffer():
Failed identify data 0:(null), backport).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(75712); ?> (getenv in php-fpm should not read $_ENV,
$_SERVER).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 12019); ?> (detection of
image formats in system gd library).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11950); ?> ([mysqlnd] Fixed
not to set CR_MALFORMED_PACKET to error if CR_SERVER_GONE_ERROR is already
set).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13354); ?>
(pg_execute/pg_send_query_params/pg_send_execute with null value passed by
reference).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed array key as hash to string (case insensitive) comparison typo for
the second operand buffer size (albeit unused for now).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.16"><!-- {{{ 8.2.16 -->
<h3>Version 8.2.16</h3>
<b><?php release_date('15-Feb-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 1d48b31984..75ef00050d 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/2024-03-14-1.xml"/>
<xi:include href="entries/2024-02-23-1.xml"/>
<xi:include href="entries/2024-05-17-1.xml"/>
<xi:include href="entries/2024-02-15-2.xml"/>
diff --git a/archive/entries/2024-03-14-1.xml b/archive/entries/2024-03-14-1.xml
new file mode 100644
index 0000000000..187acd4135
--- /dev/null
+++ b/archive/entries/2024-03-14-1.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.2.17 Released!</title>
+ <id>https://www.php.net/archive/2024.php#2024-03-14-1</id>
+ <published>2024-03-14T15:21:29+00:00</published>
+ <updated>2024-03-14T15:21:29+00:00</updated>
+ <link href="https://www.php.net/index.php#2024-03-14-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2024.php#2024-03-14-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.17. 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.17 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.17">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 3980daf64b..5260266fec 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.16' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_16.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '15 Feb 2024',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.16.tar.gz',
+ 'name' => 'PHP 8.2.16 (tar.gz)',
+ 'sha256' =>
'62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0',
+ 'date' => '15 Feb 2024',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.16.tar.bz2',
+ 'name' => 'PHP 8.2.16 (tar.bz2)',
+ 'sha256' =>
'2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71',
+ 'date' => '15 Feb 2024',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.16.tar.xz',
+ 'name' => 'PHP 8.2.16 (tar.xz)',
+ 'sha256' =>
'28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593',
+ 'date' => '15 Feb 2024',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.15' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index aefe3a8045..a4d90c1556 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
- 'version' => '8.2.16',
- 'date' => '15 Feb 2024',
+ 'version' => '8.2.17',
+ 'date' => '14 Mar 2024',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0',
- 'tar.bz2' =>
'2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71',
- 'tar.xz' =>
'28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593',
+ 'tar.gz' =>
'1d8ab98e1c09518c672c5afcbef0e61f9003173c7638fc686461ae670d12742e',
+ 'tar.bz2' =>
'191316c203267d96160b47d22f955d4dc11793de8a5f327e0c2a76275a6894ea',
+ 'tar.xz' =>
'1cc4ef733ba58f6557db648012471f1916e5bac316303aa165535bedab08ee35',
]
];
diff --git a/releases/8_2_17.php b/releases/8_2_17.php
new file mode 100644
index 0000000000..9e0d21f10f
--- /dev/null
+++ b/releases/8_2_17.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_17.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.17 Release Announcement');
+?>
+<h1>PHP 8.2.17 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.2.17. 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.17 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.17">ChangeLog</a>.
+</p>
+<?php site_footer();