Skip to content

Commit 1b4c42a

Browse files
committed
Announce PHP 8.3.22
1 parent f8ccd1a commit 1b4c42a

File tree

7 files changed

+148
-10
lines changed

7 files changed

+148
-10
lines changed

ChangeLog-8.php

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,70 @@
12491249

12501250
<a id="PHP_8_3"></a>
12511251

1252+
<section class="version" id="8.3.22"><!-- {{{ 8.3.22 -->
1253+
<h3>Version 8.3.22</h3>
1254+
<b><?php release_date('05-Jun-2025'); ?></b>
1255+
<ul><li>Core:
1256+
<ul>
1257+
<li>Fixed <?php githubissuel('php/php-src', 18480); ?> (array_splice with large values for offset/length arguments).</li>
1258+
<li>Partially fixed <?php githubissuel('php/php-src', 18572); ?> (nested object comparisons leading to stack overflow).</li>
1259+
<li>Fixed OSS-Fuzz #417078295.</li>
1260+
<li>Fixed OSS-Fuzz #418106144.</li>
1261+
</ul></li>
1262+
<li>Curl:
1263+
<ul>
1264+
<li>Fixed <?php githubissuel('php/php-src', 18460); ?> (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).</li>
1265+
</ul></li>
1266+
<li>Date:
1267+
<ul>
1268+
<li>Fixed bug <?php githubissuel('php/php-src', 18076); ?> (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).</li>
1269+
<li>Fixed bug <?php githubissuel('php/php-src', 18481); ?> (date_sunrise with unexpected nan value for the offset).</li>
1270+
</ul></li>
1271+
<li>Intl:
1272+
<ul>
1273+
<li>Fix various reference issues.</li>
1274+
</ul></li>
1275+
<li>LDAP:
1276+
<ul>
1277+
<li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).</li>
1278+
</ul></li>
1279+
<li>Opcache:
1280+
<ul>
1281+
<li>Fixed bug <?php githubissuel('php/php-src', 18417); ?> (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).</li>
1282+
<li>Fixed bug <?php githubissuel('php/php-src', 18567); ?> (Preloading with internal class alias triggers assertion failure).</li>
1283+
<li>Fix leak of accel_globals-&gt;key.</li>
1284+
</ul></li>
1285+
<li>OpenSSL:
1286+
<ul>
1287+
<li>Fix missing checks against php_set_blocking() in xp_ssl.c.</li>
1288+
</ul></li>
1289+
<li>PDO_OCI:
1290+
<ul>
1291+
<li>Fixed bug <?php githubissuel('php/php-src', 18494); ?> (PDO OCI segfault in statement GC).</li>
1292+
</ul></li>
1293+
<li>SPL:
1294+
<ul>
1295+
<li>Fixed bug <?php githubissuel('php/php-src', 18421); ?> (Integer overflow with large numbers in LimitIterator).</li>
1296+
</ul></li>
1297+
<li>Standard:
1298+
<ul>
1299+
<li>Fixed bug <?php githubissuel('php/php-src', 17403); ?> (Potential deadlock when putenv fails).</li>
1300+
<li>Fixed bug <?php githubissuel('php/php-src', 18509); ?> (Dynamic calls to assert() ignore zend.assertions).</li>
1301+
</ul></li>
1302+
<li>Windows:
1303+
<ul>
1304+
<li>Fix leak+crash with sapi_windows_set_ctrl_handler().</li>
1305+
</ul></li>
1306+
<li>Zip:
1307+
<ul>
1308+
<li>Fixed bug <?php githubissuel('php/php-src', 18431); ?> (Registering ZIP progress callback twice doesn't work).</li>
1309+
<li>Fixed bug <?php githubissuel('php/php-src', 18438); ?> (Handling of empty data and errors in ZipArchive::addPattern).</li>
1310+
</ul></li>
1311+
</ul>
1312+
<!-- }}} --></section>
1313+
1314+
1315+
12521316
<section class="version" id="8.3.21"><!-- {{{ 8.3.21 -->
12531317
<h3>Version 8.3.21</h3>
12541318
<b><?php release_date('08-May-2025'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
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/2025-06-05-2.xml"/>
1213
<xi:include href="entries/2025-06-05-1.xml"/>
1314
<xi:include href="entries/2025-06-04-1.xml"/>
1415
<xi:include href="entries/2025-05-12-1.xml"/>

archive/entries/2025-06-05-2.xml

Lines changed: 21 additions & 0 deletions
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.3.22 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-06-05-2</id>
5+
<published>2025-06-05T20:46:27+00:00</published>
6+
<updated>2025-06-05T20:46:27+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-06-05-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-06-05-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.3.22. This is a bug fix release.</p>
13+
14+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.3.22 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.3.22">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/release-qa.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
'active' => true,
7676
'release' => [
7777
'type' => 'RC',
78-
'number' => 1,
79-
'sha256_bz2' => '378a0ed126f191da9f58324f0071d9169deafa77733c3a22ae6ab5afdc1eaa34',
80-
'sha256_gz' => '0fa5c6abcd4196c5ad08f4883b4435db462e828ced42c76c132ad354bd29bd23',
81-
'sha256_xz' => '394bc99ecc9faa5afe5b586c76b0c53a9fe7a565073e43151d2c66bdfea5afc6',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '22 May 2025',
83-
'baseurl' => 'https://downloads.php.net/~jakub/',
83+
'baseurl' => 'https://downloads.php.net/',
8484
],
8585
],
8686

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.3.21' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_21.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '8 May 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.21.tar.gz',
20+
'name' => 'PHP 8.3.21 (tar.gz)',
21+
'sha256' => 'e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d',
22+
'date' => '8 May 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.21.tar.bz2',
27+
'name' => 'PHP 8.3.21 (tar.bz2)',
28+
'sha256' => 'd0769e6e11cfa6c59a16de241668be8c7f31a729950a8d06190dfad2d8622b04',
29+
'date' => '8 May 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.21.tar.xz',
34+
'name' => 'PHP 8.3.21 (tar.xz)',
35+
'sha256' => '4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6',
36+
'date' => '8 May 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.7' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function () {
3232

3333
/* PHP 8.3 Release */
3434
$data['8.3'] = [
35-
'version' => '8.3.21',
36-
'date' => '8 May 2025',
35+
'version' => '8.3.22',
36+
'date' => '5 Jun 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d',
40-
'tar.bz2' => 'd0769e6e11cfa6c59a16de241668be8c7f31a729950a8d06190dfad2d8622b04',
41-
'tar.xz' => '4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6',
39+
'tar.gz' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103',
40+
'tar.bz2' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b',
41+
'tar.xz' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36',
4242
]
4343
];
4444

releases/8_3_22.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_3_22.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.22 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.22 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.22. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.3.22 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.3.22">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)