Skip to content

Commit 13350a7

Browse files
committed
Announce PHP 8.3.26
1 parent b1e08d4 commit 13350a7

7 files changed

Lines changed: 160 additions & 10 deletions

File tree

ChangeLog-8.php

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,82 @@
16021602

16031603
<a id="PHP_8_3"></a>
16041604

1605+
<section class="version" id="8.3.26"><!-- {{{ 8.3.26 -->
1606+
<h3>Version 8.3.26</h3>
1607+
<b><?php release_date('25-Sep-2025'); ?></b>
1608+
<ul><li>Core:
1609+
<ul>
1610+
<li>Fixed bug <?php githubissuel('php/php-src', 18850); ?> (Repeated inclusion of file with __halt_compiler() triggers "Constant already defined" warning).</li>
1611+
<li>Partially fixed bug <?php githubissuel('php/php-src', 19542); ?> (Scanning of string literals &gt;=2GB will fail due to signed int overflow).</li>
1612+
<li>Fixed bug <?php githubissuel('php/php-src', 19544); ?> (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references).</li>
1613+
<li>Fixed bug <?php githubissuel('php/php-src', 19613); ?> (Stale array iterator pointer).</li>
1614+
<li>Fixed bug <?php githubissuel('php/php-src', 19679); ?> (zend_ssa_range_widening may fail to converge).</li>
1615+
<li>Fixed bug <?php githubissuel('php/php-src', 19681); ?> (PHP_EXPAND_PATH broken with bash 5.3.0).</li>
1616+
<li>Fixed bug <?php githubissuel('php/php-src', 19720); ?> (Assertion failure when error handler throws when accessing a deprecated constant).</li>
1617+
</ul></li>
1618+
<li>CLI:
1619+
<ul>
1620+
<li>Fixed bug <?php githubissuel('php/php-src', 19461); ?> (Improve error message on listening error with IPv6 address).</li>
1621+
</ul></li>
1622+
<li>Date:
1623+
<ul>
1624+
<li>Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.</li>
1625+
</ul></li>
1626+
<li>DOM:
1627+
<ul>
1628+
<li>Fixed bug <?php githubissuel('php/php-src', 19612); ?> (Mitigate libxml2 tree dictionary bug).</li>
1629+
</ul></li>
1630+
<li>FPM:
1631+
<ul>
1632+
<li>Fixed failed debug assertion when php_admin_value setting fails.</li>
1633+
</ul></li>
1634+
<li>GD:
1635+
<ul>
1636+
<li>Fixed bug <?php githubissuel('php/php-src', 19579); ?> (imagefilledellipse underflow on width argument).</li>
1637+
</ul></li>
1638+
<li>Intl:
1639+
<ul>
1640+
<li>Fixed bug <?php githubissuel('php/php-src', 11952); ?> (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter).</li>
1641+
</ul></li>
1642+
<li>OpenSSL:
1643+
<ul>
1644+
<li>Fixed bug <?php githubissuel('php/php-src', 19245); ?> (Success error message on TLS stream accept failure).</li>
1645+
</ul></li>
1646+
<li>PGSQL:
1647+
<ul>
1648+
<li>Fixed bug <?php githubissuel('php/php-src', 19485); ?> (potential use after free when using persistent pgsql connections).</li>
1649+
</ul></li>
1650+
<li>Phar:
1651+
<ul>
1652+
<li>Fixed memory leaks when verifying OpenSSL signature.</li>
1653+
<li>Fix memory leak in phar tar temporary file error handling code.</li>
1654+
<li>Fix metadata leak when phar convert logic fails.</li>
1655+
<li>Fix memory leak on failure in phar_convert_to_other().</li>
1656+
<li>Fixed bug <?php githubissuel('php/php-src', 19752); ?> (Phar decompression with invalid extension can cause UAF).</li>
1657+
</ul></li>
1658+
<li>Standard:
1659+
<ul>
1660+
<li>Fixed bug <?php githubissuel('php/php-src', 16649); ?> (UAF during array_splice).</li>
1661+
<li>Fixed bug <?php githubissuel('php/php-src', 19577); ?> (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator).</li>
1662+
</ul></li>
1663+
<li>Streams:
1664+
<ul>
1665+
<li>Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().</li>
1666+
<li>Fix OSS-Fuzz #385993744.</li>
1667+
</ul></li>
1668+
<li>Tidy:
1669+
<ul>
1670+
<li>Fixed <?php githubissuel('php/php-src', 19021); ?> build issue with libtidy in regard of tidyOptIsReadonly deprecation and TidyInternalCategory being available later than tidyOptGetCategory.</li>
1671+
</ul></li>
1672+
<li>Zip:
1673+
<ul>
1674+
<li>Fix memory leak in zip when encountering empty glob result.</li>
1675+
</ul></li>
1676+
</ul>
1677+
<!-- }}} --></section>
1678+
1679+
1680+
16051681
<section class="version" id="8.3.25"><!-- {{{ 8.3.25 -->
16061682
<h3>Version 8.3.25</h3>
16071683
<b><?php release_date('28-Aug-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>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2025-09-25-2.xml"/>
1213
<xi:include href="entries/2025-09-25-1.xml"/>
1314
<xi:include href="entries/2025-09-23-1.xml"/>
1415
<xi:include href="entries/2025-09-11-1.xml"/>

archive/entries/2025-09-25-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.26 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-09-25-2</id>
5+
<published>2025-09-25T22:24:19+00:00</published>
6+
<updated>2025-09-25T22:24:19+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-09-25-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-09-25-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.26. 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.26 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.26">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' => '9fd1963008e116ab2da513645381484e61c04c75a432e013b40f6607fb204c17',
80-
'sha256_gz' => '6225da9473eeb04e8f0e30d10e0481999129d08e12b0467b2542f306b517e2c9',
81-
'sha256_xz' => 'f8fa51d9e5b58186f415dc3f6e15b61459c50a01258d6c187bab5edfdd45d732',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '11 Sep 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.25' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_25.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '28 Aug 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.25.tar.gz',
20+
'name' => 'PHP 8.3.25 (tar.gz)',
21+
'sha256' => '86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
22+
'date' => '28 Aug 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.25.tar.bz2',
27+
'name' => 'PHP 8.3.25 (tar.bz2)',
28+
'sha256' => '06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
29+
'date' => '28 Aug 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.25.tar.xz',
34+
'name' => 'PHP 8.3.25 (tar.xz)',
35+
'sha256' => '187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
36+
'date' => '28 Aug 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.12' =>
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.25',
36-
'date' => '28 Aug 2025',
35+
'version' => '8.3.26',
36+
'date' => '25 Sep 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
40-
'tar.bz2' => '06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
41-
'tar.xz' => '187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
39+
'tar.gz' => 'c96dac9745db9216a299007d144b593f4e4e7d95b4618b2a9591e5e5585200d5',
40+
'tar.bz2' => '721b63d5349f131f5097537b3be6ba6801e2d8e6faba1f1f2ea95b4fd62e7525',
41+
'tar.xz' => '2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd2',
4242
]
4343
];
4444

releases/8_3_26.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_26.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.26 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.26 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.26. 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.26 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.26">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)