Author: Jakub Zelenka (bukka)
Date: 2025-06-05T22:48:54+02:00
Commit: Announce PHP 8.3.22 · php/web-php@1b4c42a · GitHub
Raw diff: PHP 8.3.22 Released!
Announce PHP 8.3.22
Changed paths:
A archive/entries/2025-06-05-2.xml
A releases/8_3_22.php
M ChangeLog-8.php
M archive/archive.xml
M include/release-qa.php
M include/releases.inc
M include/version.inc
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 0866cfe516..cbce359757 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1249,6 +1249,70 @@
<a id="PHP_8_3"></a>
+<section class="version" id="8.3.22"><!-- {{{ 8.3.22 -->
+<h3>Version 8.3.22</h3>
+<b><?php release_date('05-Jun-2025'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed <?php githubissuel('php/php-src', 18480); ?> (array_splice with large values for offset/length arguments).</li>
+ <li>Partially fixed <?php githubissuel('php/php-src', 18572); ?> (nested object comparisons leading to stack overflow).</li>
+ <li>Fixed OSS-Fuzz #417078295.</li>
+ <li>Fixed OSS-Fuzz #418106144.</li>
+</ul></li>
+<li>Curl:
+<ul>
+ <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>
+</ul></li>
+<li>Date:
+<ul>
+ <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>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18481); ?> (date_sunrise with unexpected nan value for the offset).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fix various reference issues.</li>
+</ul></li>
+<li>LDAP:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18417); ?> (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18567); ?> (Preloading with internal class alias triggers assertion failure).</li>
+ <li>Fix leak of accel_globals->key.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fix missing checks against php_set_blocking() in xp_ssl.c.</li>
+</ul></li>
+<li>PDO_OCI:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18494); ?> (PDO OCI segfault in statement GC).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18421); ?> (Integer overflow with large numbers in LimitIterator).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 17403); ?> (Potential deadlock when putenv fails).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18509); ?> (Dynamic calls to assert() ignore zend.assertions).</li>
+</ul></li>
+<li>Windows:
+<ul>
+ <li>Fix leak+crash with sapi_windows_set_ctrl_handler().</li>
+</ul></li>
+<li>Zip:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18431); ?> (Registering ZIP progress callback twice doesn't work).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 18438); ?> (Handling of empty data and errors in ZipArchive::addPattern).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.3.21"><!-- {{{ 8.3.21 -->
<h3>Version 8.3.21</h3>
<b><?php release_date('08-May-2025'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d25f1bf056..2d5f4a1e8b 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>PHP: Manual Quick Reference;
<email>php-webmaster@lists.php.net</email>
</author>
+ <xi:include href="entries/2025-06-05-2.xml"/>
<xi:include href="entries/2025-06-05-1.xml"/>
<xi:include href="entries/2025-06-04-1.xml"/>
<xi:include href="entries/2025-05-12-1.xml"/>
diff --git a/archive/entries/2025-06-05-2.xml b/archive/entries/2025-06-05-2.xml
new file mode 100644
index 0000000000..6fd95637f0
--- /dev/null
+++ b/archive/entries/2025-06-05-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.3.22 Released!</title>
+ <id>PHP: News Archive - 2025;
+ <published>2025-06-05T20:46:27+00:00</published>
+ <updated>2025-06-05T20:46:27+00:00</updated>
+ <link href="PHP: Hypertext Preprocessor; rel="alternate" type="text/html"/>
+ <link href="PHP: News Archive - 2025; 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.3.22. This is a bug fix release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.22 please visit our <a href="PHP: Manual Quick Reference 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.3.22">ChangeLog</a>\.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/release-qa.php b/include/release-qa.php
index d48f99ee05..3a1098313e 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -75,12 +75,12 @@
'active' => true,
'release' => [
'type' => 'RC',
- 'number' => 1,
- 'sha256_bz2' => '378a0ed126f191da9f58324f0071d9169deafa77733c3a22ae6ab5afdc1eaa34',
- 'sha256_gz' => '0fa5c6abcd4196c5ad08f4883b4435db462e828ced42c76c132ad354bd29bd23',
- 'sha256_xz' => '394bc99ecc9faa5afe5b586c76b0c53a9fe7a565073e43151d2c66bdfea5afc6',
+ 'number' => 0,
+ 'sha256_bz2' => '',
+ 'sha256_gz' => '',
+ 'sha256_xz' => '',
'date' => '22 May 2025',
- 'baseurl' => 'Index of /~jakub‘,
+ 'baseurl' => 'https://downloads.php.net/’,
],
],
diff --git a/include/releases.inc b/include/releases.inc
index fc5d7d69b7..5efaf01488 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.3.21' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_3_21.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '8 May 2025',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.3.21.tar.gz',
+ 'name' => 'PHP 8.3.21 (tar.gz)',
+ 'sha256' => 'e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d',
+ 'date' => '8 May 2025',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.3.21.tar.bz2',
+ 'name' => 'PHP 8.3.21 (tar.bz2)',
+ 'sha256' => 'd0769e6e11cfa6c59a16de241668be8c7f31a729950a8d06190dfad2d8622b04',
+ 'date' => '8 May 2025',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.3.21.tar.xz',
+ 'name' => 'PHP 8.3.21 (tar.xz)',
+ 'sha256' => '4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6',
+ 'date' => '8 May 2025',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.4.7' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index b71da51be1..fccf77370e 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.3 Release */
$data['8.3'] = [
- 'version' => '8.3.21',
- 'date' => '8 May 2025',
+ 'version' => '8.3.22',
+ 'date' => '5 Jun 2025',
'tags' => , // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' => 'e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d',
- 'tar.bz2' => 'd0769e6e11cfa6c59a16de241668be8c7f31a729950a8d06190dfad2d8622b04',
- 'tar.xz' => '4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6',
+ 'tar.gz' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103',
+ 'tar.bz2' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b',
+ 'tar.xz' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36',
]
];
diff --git a/releases/8_3_22.php b/releases/8_3_22.php
new file mode 100644
index 0000000000..5ecced5f7f
--- /dev/null
+++ b/releases/8_3_22.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_3_22.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.3.22 Release Announcement');
+?>
+<h1>PHP 8.3.22 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.3.22. This is a bug fix release.</p>
+
+<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.3.22 please visit our <a href="PHP: Manual Quick Reference 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.3.22">ChangeLog</a>\.
+</p>
+<?php site_footer();