Skip to content

Commit 90b486b

Browse files
committed
Announce PHP 8.3.25
1 parent 4bcef0e commit 90b486b

File tree

7 files changed

+174
-10
lines changed

7 files changed

+174
-10
lines changed

ChangeLog-8.php

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,96 @@
15261526

15271527
<a id="PHP_8_3"></a>
15281528

1529+
<section class="version" id="8.3.25"><!-- {{{ 8.3.25 -->
1530+
<h3>Version 8.3.25</h3>
1531+
<b><?php release_date('28-Aug-2025'); ?></b>
1532+
<ul><li>Core:
1533+
<ul>
1534+
<li>Fixed <?php githubissuel('php/php-src', 19169); ?> build issue with C++17 and ZEND_STATIC_ASSERT macro.</li>
1535+
<li>Fixed bug <?php githubissuel('php/php-src', 18581); ?> (Coerce numeric string keys from iterators when argument unpacking).</li>
1536+
<li>Fixed OSS-Fuzz #434346548 (Failed assertion with throwing __toString in binary const expr).</li>
1537+
<li>Fixed bug <?php githubissuel('php/php-src', 19305); ?> (Operands may be being released during comparison).</li>
1538+
<li>Fixed bug <?php githubissuel('php/php-src', 19303); ?> (Unpacking empty packed array into uninitialized array causes assertion failure).</li>
1539+
<li>Fixed bug <?php githubissuel('php/php-src', 19306); ?> (Generator can be resumed while fetching next value from delegated Generator).</li>
1540+
<li>Fixed bug <?php githubissuel('php/php-src', 19326); ?> (Calling Generator::throw() on a running generator with a non-Generator delegate crashes).</li>
1541+
<li>Fixed bug <?php githubissuel('php/php-src', 18736); ?> (Circumvented type check with return by ref + finally).</li>
1542+
<li>Fixed zend call stack size for macOs/arm64.</li>
1543+
<li>Fixed bug <?php githubissuel('php/php-src', 19065); ?> (Long match statement can segfault compiler during recursive SSA renaming).</li>
1544+
</ul></li>
1545+
<li>Calendar:
1546+
<ul>
1547+
<li>Fixed bug <?php githubissuel('php/php-src', 19371); ?> (integer overflow in calendar.c).</li>
1548+
</ul></li>
1549+
<li>FTP:
1550+
<ul>
1551+
<li>Fix theoretical issues with hrtime() not being available.</li>
1552+
</ul></li>
1553+
<li>GD:
1554+
<ul>
1555+
<li>Fix incorrect comparison with result of php_stream_can_cast().</li>
1556+
</ul></li>
1557+
<li>Hash:
1558+
<ul>
1559+
<li>Fix crash on clone failure.</li>
1560+
</ul></li>
1561+
<li>Intl:
1562+
<ul>
1563+
<li>Fixed <?php githubissuel('php/php-src', 19261); ?>: msgfmt_parse_message leaks on message creation failure.</li>
1564+
<li>Fix return value on failure for resourcebundle count handler.</li>
1565+
</ul></li>
1566+
<li>LDAP:
1567+
<ul>
1568+
<li>Fixed bug <?php githubissuel('php/php-src', 18529); ?> (additional inheriting of TLS int options).</li>
1569+
</ul></li>
1570+
<li>LibXML:
1571+
<ul>
1572+
<li>Fixed bug <?php githubissuel('php/php-src', 19098); ?> (libxml&lt;2.13 segmentation fault caused by php_libxml_node_free).</li>
1573+
</ul></li>
1574+
<li>MbString:
1575+
<ul>
1576+
<li>Fixed bug <?php githubissuel('php/php-src', 19397); ?> (mb_list_encodings() can cause crashes on shutdown).</li>
1577+
</ul></li>
1578+
<li>Opcache:
1579+
<ul>
1580+
<li>Reset global pointers to prevent use-after-free in zend_jit_status().</li>
1581+
</ul></li>
1582+
<li>OpenSSL:
1583+
<ul>
1584+
<li>Fixed bug <?php githubissuel('php/php-src', 18986); ?> (OpenSSL backend: incorrect RAND_{load,write}_file() return value check).</li>
1585+
<li>Fix error return check of EVP_CIPHER_CTX_ctrl().</li>
1586+
<li>Fixed bug <?php githubissuel('php/php-src', 19428); ?> (openssl_pkey_derive segfaults for DH derive with low key_length param).</li>
1587+
</ul></li>
1588+
<li>PDO Pgsql:
1589+
<ul>
1590+
<li>Fixed dangling pointer access on _pdo_pgsql_trim_message helper.</li>
1591+
</ul></li>
1592+
<li>Readline:
1593+
<ul>
1594+
<li>Fixed bug <?php githubissuel('php/php-src', 19250); ?> and bug #51360 (Invalid conftest for rl_pending_input).</li>
1595+
</ul></li>
1596+
<li>SOAP:
1597+
<ul>
1598+
<li>Fixed bug <?php githubissuel('php/php-src', 18640); ?> (heap-use-after-free ext/soap/php_encoding.c:299:32 in soap_check_zval_ref).</li>
1599+
</ul></li>
1600+
<li>Sockets:
1601+
<ul>
1602+
<li>Fix some potential crashes on incorrect argument value.</li>
1603+
</ul></li>
1604+
<li>Standard:
1605+
<ul>
1606+
<li>Fixed OSS Fuzz #433303828 (Leak in failed unserialize() with opcache).</li>
1607+
<li>Fix theoretical issues with hrtime() not being available.</li>
1608+
<li>Fixed bug <?php githubissuel('php/php-src', 19300); ?> (Nested array_multisort invocation with error breaks).</li>
1609+
</ul></li>
1610+
<li>Windows:
1611+
<ul>
1612+
<li>Free opened_path when opened_path_len &gt;= MAXPATHLEN.</li>
1613+
</ul></li>
1614+
</ul>
1615+
<!-- }}} --></section>
1616+
1617+
1618+
15291619
<section class="version" id="8.3.24"><!-- {{{ 8.3.24 -->
15301620
<h3>Version 8.3.24</h3>
15311621
<b><?php release_date('31-Jul-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-08-28-2.xml"/>
1213
<xi:include href="entries/2025-08-28-1.xml"/>
1314
<xi:include href="entries/2025-08-25-1.xml"/>
1415
<xi:include href="entries/2025-08-20-1.xml"/>

archive/entries/2025-08-28-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.25 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-08-28-2</id>
5+
<published>2025-08-28T14:53:02+00:00</published>
6+
<updated>2025-08-28T14:53:02+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-08-28-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-08-28-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.25. 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.25 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.25">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' => '92192c5affbaf1d181357511e47e7bb87a6be925555332636ab546cb9578a889',
80-
'sha256_gz' => '3e65cacc2304e7ced1b3204097d0fc0b9cafaa67f786446305813473f6915df4',
81-
'sha256_xz' => '82538664d35eaf6302fb43ef201e956717ef16430268e2172b778bcce49a56d9',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '14 Aug 2025',
83-
'baseurl' => 'https://downloads.php.net/~eric/',
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.24' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_24.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '31 Jul 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.24.tar.gz',
20+
'name' => 'PHP 8.3.24 (tar.gz)',
21+
'sha256' => 'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
22+
'date' => '31 Jul 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.24.tar.bz2',
27+
'name' => 'PHP 8.3.24 (tar.bz2)',
28+
'sha256' => 'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
29+
'date' => '31 Jul 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.24.tar.xz',
34+
'name' => 'PHP 8.3.24 (tar.xz)',
35+
'sha256' => '388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
36+
'date' => '31 Jul 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.11' =>
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.24',
36-
'date' => '31 Jul 2025',
35+
'version' => '8.3.25',
36+
'date' => '28 Aug 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
40-
'tar.bz2' => 'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
41-
'tar.xz' => '388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
39+
'tar.gz' => '86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05',
40+
'tar.bz2' => '06e54791e11192f089e4d20c716f25bddcebdde951b570b555edfb5988a8b71a',
41+
'tar.xz' => '187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)