Skip to content

Commit

Permalink
Announce PHP 8.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined committed Mar 14, 2024
1 parent f003589 commit 8a55b91
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 5 deletions.
44 changes: 44 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
22 changes: 22 additions & 0 deletions archive/entries/2024-03-14-1.xml
Original file line number Diff line number Diff line change
@@ -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>
36 changes: 36 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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' =>
Expand Down
10 changes: 5 additions & 5 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
];

Expand Down
16 changes: 16 additions & 0 deletions releases/8_2_17.php
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 8a55b91

Please sign in to comment.