Skip to content

Commit dd99904

Browse files
committed
Announce PHP 8.2.16
1 parent 8d6871e commit dd99904

File tree

6 files changed

+140
-5
lines changed

6 files changed

+140
-5
lines changed

ChangeLog-8.php

+61
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,67 @@
508508

509509
<a id="PHP_8_2"></a>
510510

511+
<section class="version" id="8.2.16"><!-- {{{ 8.2.16 -->
512+
<h3>Version 8.2.16</h3>
513+
<b><?php release_date('15-Feb-2024'); ?></b>
514+
<ul><li>Core:
515+
<ul>
516+
<li>Fixed timer leak in zend-max-execution-timers builds.</li>
517+
<li>Fixed bug <?php githubissuel('php/php-src', 12349); ?> (linking failure on ARM with mold).</li>
518+
<li>Fixed bug <?php githubissuel('php/php-src', 13097); ?> (Anonymous class reference in trigger_error / thrown Exception).</li>
519+
<li>Fixed bug <?php githubissuel('php/php-src', 13215); ?> (GCC 14 build failure).</li>
520+
</ul></li>
521+
<li>Curl:
522+
<ul>
523+
<li>Fix missing error check in curl_multi_init().</li>
524+
</ul></li>
525+
<li>FPM:
526+
<ul>
527+
<li>Fixed bug <?php githubissuel('php/php-src', 12996); ?> (Incorrect SCRIPT_NAME with Apache ProxyPassMatch when plus in path).</li>
528+
</ul></li>
529+
<li>GD:
530+
<ul>
531+
<li>Fixed bug <?php githubissuel('php/php-src', 10344); ?> (imagettfbbox(): Could not find/open font UNC path).</li>
532+
<li>Fixed bug <?php githubissuel('php/php-src', 10614); ?> (imagerotate will turn the picture all black, when rotated 90).</li>
533+
</ul></li>
534+
<li>MySQLnd:
535+
<ul>
536+
<li>Fixed bug <?php githubissuel('php/php-src', 12107); ?> (When running a stored procedure (that returns a result set) twice, PHP crashes).</li>
537+
</ul></li>
538+
<li>Opcache:
539+
<ul>
540+
<li>Fixed bug <?php githubissuel('php/php-src', 13232); ?> (Segmentation fault will be reported when JIT is off but JIT_debug is still on).</li>
541+
</ul></li>
542+
<li>OpenSSL:
543+
<ul>
544+
<li>Fixed LibreSSL undefined reference when OPENSSL_NO_ENGINE not set. (David Carlier).</li>
545+
</ul></li>
546+
<li>PDO_Firebird:
547+
<ul>
548+
<li>Fix <?php githubissuel('php/php-src', 13119); ?> (Changed to convert float and double values ​​into strings using `H` format).</li>
549+
</ul></li>
550+
<li>Phar:
551+
<ul>
552+
<li><?php bugfix(71465); ?> (PHAR doesn't know about litespeed).</li>
553+
<li>Fixed bug <?php githubissuel('php/php-src', 13037); ?> (PharData incorrectly extracts zip file).</li>
554+
</ul></li>
555+
<li>Random:
556+
<ul>
557+
<li>Fixed bug <?php githubissuel('php/php-src', 13138); ?> (Randomizer::pickArrayKeys() does not detect broken engines).</li>
558+
</ul></li>
559+
<li>Session:
560+
<ul>
561+
<li>Fixed bug <?php githubissuel('php/php-src', 12504); ?> (Corrupted session written when there's a fatal error in autoloader).</li>
562+
</ul></li>
563+
<li>Streams:
564+
<ul>
565+
<li>Fixed bug <?php githubissuel('php/php-src', 13071); ?> (Copying large files using mmap-able source streams may exhaust available memory and fail).</li>
566+
</ul></li>
567+
</ul>
568+
<!-- }}} --></section>
569+
570+
571+
511572
<section class="version" id="8.2.15"><!-- {{{ 8.2.15 -->
512573
<h3>Version 8.2.15</h3>
513574
<b><?php release_date('18-Jan-2024'); ?></b>

archive/archive.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2024-02-15-2.xml"/>
1213
<xi:include href="entries/2024-02-15-1.xml"/>
1314
<xi:include href="entries/2024-02-13-1.xml"/>
1415
<xi:include href="entries/2024-01-30-1.xml"/>

archive/entries/2024-02-15-2.xml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.16 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-02-15-2</id>
5+
<published>2024-02-15T13:36:20-05:00</published>
6+
<updated>2024-02-15T13:36:20-05:00</updated>
7+
<link href="https://www.php.net/index.php#2024-02-15-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-02-15-2" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.2.16. This is a bug fix release.</p>
13+
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.2.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.16">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.15' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_15.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '18 Jan 2024',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.2.15.tar.gz',
20+
'name' => 'PHP 8.2.15 (tar.gz)',
21+
'sha256' => 'f9390d23708c65f428e868583dce7ab4a69e88ab6f377137a56643076f966b8f',
22+
'date' => '18 Jan 2024',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.2.15.tar.bz2',
27+
'name' => 'PHP 8.2.15 (tar.bz2)',
28+
'sha256' => '50c3e220b7aa63a85716233c902eb44cc0a4667ed0b8335722ae2391b1355e7a',
29+
'date' => '18 Jan 2024',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.2.15.tar.xz',
34+
'name' => 'PHP 8.2.15 (tar.xz)',
35+
'sha256' => 'eca5deac02d77d806838275f8a3024b38b35ac0a5d9853dcc71c6cbe3f1f8765',
36+
'date' => '18 Jan 2024',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.3.2' =>
642
array (
743
'announcement' =>

include/version.inc

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function () {
3232

3333
/* PHP 8.2 Release */
3434
$data['8.2'] = [
35-
'version' => '8.2.15',
36-
'date' => '18 Jan 2024',
35+
'version' => '8.2.16',
36+
'date' => '15 Feb 2024',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'f9390d23708c65f428e868583dce7ab4a69e88ab6f377137a56643076f966b8f',
40-
'tar.bz2' => '50c3e220b7aa63a85716233c902eb44cc0a4667ed0b8335722ae2391b1355e7a',
41-
'tar.xz' => 'eca5deac02d77d806838275f8a3024b38b35ac0a5d9853dcc71c6cbe3f1f8765',
39+
'tar.gz' => '62a92ef7c2c6f44b12e459d8f3d649aa8ebac5e05845f7479fe55a7580cd2dd0',
40+
'tar.bz2' => '2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71',
41+
'tar.xz' => '28cdc995b7d5421711c7044294885fcde4390c9f67504a994b4cf9bc1b5cc593',
4242
]
4343
];
4444

releases/8_2_16.php

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_2_16.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.16 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.16 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.16. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.2.16 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.16">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)