Skip to content

Commit 7e88004

Browse files
committed
Announce PHP 8.3.28
1 parent 5f50b27 commit 7e88004

File tree

6 files changed

+184
-5
lines changed

6 files changed

+184
-5
lines changed

ChangeLog-8.php

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,6 +1690,111 @@
16901690

16911691
<a id="PHP_8_3"></a>
16921692

1693+
<section class="version" id="8.3.28"><!-- {{{ 8.3.28 -->
1694+
<h3>Version 8.3.28</h3>
1695+
<b><?php release_date('20-Nov-2025'); ?></b>
1696+
<ul><li>Core:
1697+
<ul>
1698+
<li>Fixed bug <?php githubissuel('php/php-src', 19934); ?> (CGI with auto_globals_jit=0 causes uouv).</li>
1699+
<li>Fixed bug <?php githubissuel('php/php-src', 20073); ?> (Assertion failure in WeakMap offset operations on reference).</li>
1700+
<li>Fixed bug <?php githubissuel('php/php-src', 19844); ?> (Don't bail when closing resources on shutdown).</li>
1701+
<li>Fixed bug <?php githubissuel('php/php-src', 20177); ?> (Accessing overridden private property in get_object_vars() triggers assertion error).</li>
1702+
<li>Fixed bug <?php githubissuel('php/php-src', 20183); ?> (Stale EG(opline_before_exception) pointer through eval).</li>
1703+
</ul></li>
1704+
<li>DOM:
1705+
<ul>
1706+
<li>Partially fixed bug <?php githubissuel('php/php-src', 16317); ?> (DOM classes do not allow __debugInfo() overrides to work).</li>
1707+
</ul></li>
1708+
<li>Exif:
1709+
<ul>
1710+
<li>Fix possible memory leak when tag is empty.</li>
1711+
</ul></li>
1712+
<li>FPM:
1713+
<ul>
1714+
<li>Fixed bug <?php githubissuel('php/php-src', 19974); ?> (fpm_status_export_to_zval segfault for parallel execution).</li>
1715+
</ul></li>
1716+
<li>FTP:
1717+
<ul>
1718+
<li>Fixed bug <?php githubissuel('php/php-src', 20240); ?> (FTP with SSL: ftp_fput(): Connection timed out on successful writes).</li>
1719+
</ul></li>
1720+
<li>GD:
1721+
<ul>
1722+
<li>Fixed bug <?php githubissuel('php/php-src', 20070); ?> (Return type violation in imagefilter when an invalid filter is provided).</li>
1723+
</ul></li>
1724+
<li>Intl:
1725+
<ul>
1726+
<li>Fix memory leak on error in locale_filter_matches().</li>
1727+
</ul></li>
1728+
<li>LibXML:
1729+
<ul>
1730+
<li>Fix not thread safe schema/relaxng calls.</li>
1731+
</ul></li>
1732+
<li>MySQLnd:
1733+
<ul>
1734+
<li>Fixed bug <?php githubissuel('php/php-src', 8978); ?> (SSL certificate verification fails (port doubled)).</li>
1735+
<li>Fixed bug <?php githubissuel('php/php-src', 20122); ?> (getColumnMeta() for JSON-column in MySQL).</li>
1736+
</ul></li>
1737+
<li>Opcache:
1738+
<ul>
1739+
<li>Fixed bug <?php githubissuel('php/php-src', 20081); ?> (access to uninitialized vars in preload_load()).</li>
1740+
<li>Fixed bug <?php githubissuel('php/php-src', 20121); ?> (JIT broken in ZTS builds on MacOS 15).</li>
1741+
</ul></li>
1742+
<li>PgSql:
1743+
<ul>
1744+
<li>Fix memory leak when first string conversion fails.</li>
1745+
<li>Fix segfaults when attempting to fetch row into a non-instantiable class name.</li>
1746+
</ul></li>
1747+
<li>Phar:
1748+
<ul>
1749+
<li>Fix memory leak of argument in webPhar.</li>
1750+
<li>Fix memory leak when setAlias() fails.</li>
1751+
<li>Fix a bunch of memory leaks in phar_parse_zipfile() error handling.</li>
1752+
<li>Fix file descriptor/memory leak when opening central fp fails.</li>
1753+
<li>Fix memleak+UAF when opening temp stream in buildFromDirectory() fails.</li>
1754+
<li>Fix potential buffer length truncation due to usage of type int instead of type size_t.</li>
1755+
<li>Fix memory leak when openssl polyfill returns garbage.</li>
1756+
<li>Fix file descriptor leak in phar_zip_flush() on failure.</li>
1757+
<li>Fix memory leak when opening temp file fails while trying to open gzip-compressed archive.</li>
1758+
<li>Fixed bug <?php githubissuel('php/php-src', 20302); ?> (Freeing a phar alias may invalidate PharFileInfo objects).</li>
1759+
</ul></li>
1760+
<li>Random:
1761+
<ul>
1762+
<li>Fix Randomizer::__serialize() w.r.t. INDIRECTs.</li>
1763+
</ul></li>
1764+
<li>SimpleXML:
1765+
<ul>
1766+
<li>Partially fixed bug <?php githubissuel('php/php-src', 16317); ?> (SimpleXML does not allow __debugInfo() overrides to work).</li>
1767+
</ul></li>
1768+
<li>Standard:
1769+
<ul>
1770+
<li>Fix shm corruption with coercion in options of unserialize().</li>
1771+
</ul></li>
1772+
<li>Streams:
1773+
<ul>
1774+
<li>Fixed bug <?php githubissuel('php/php-src', 19798); ?>: XP_SOCKET XP_SSL (Socket stream modules): Incorrect condition for Win32/Win64.</li>
1775+
</ul></li>
1776+
<li>Tidy:
1777+
<ul>
1778+
<li>Fixed <?php githubissuel('php/php-src', 19021); ?> (improved tidyOptGetCategory detection).</li>
1779+
<li>Fix UAF in tidy when tidySetErrorBuffer() fails.</li>
1780+
</ul></li>
1781+
<li>XMLReader:
1782+
<ul>
1783+
<li>Fix arginfo/zpp violations when LIBXML_SCHEMAS_ENABLED is not available.</li>
1784+
</ul></li>
1785+
<li>Windows:
1786+
<ul>
1787+
<li>Fix <?php githubissuel('php/php-src', 19722); ?> (_get_osfhandle asserts in debug mode when given a socket).</li>
1788+
</ul></li>
1789+
<li>Zip:
1790+
<ul>
1791+
<li>Fix memory leak when passing enc_method/enc_password is passed as option for ZipArchive::addGlob()/addPattern() and with consecutive calls.</li>
1792+
</ul></li>
1793+
</ul>
1794+
<!-- }}} --></section>
1795+
1796+
1797+
16931798
<section class="version" id="8.3.27"><!-- {{{ 8.3.27 -->
16941799
<h3>Version 8.3.27</h3>
16951800
<b><?php release_date('23-Oct-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-11-20-1.xml"/>
1213
<xi:include href="entries/2025-11-13-1.xml"/>
1314
<xi:include href="entries/2025-11-06-1.xml"/>
1415
<xi:include href="entries/2025-10-31-1.xml"/>

archive/entries/2025-11-20-1.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.28 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-11-20-1</id>
5+
<published>2025-11-20T10:08:55+00:00</published>
6+
<updated>2025-11-20T10:08:55+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-11-20-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-11-20-1" 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.28. 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.28 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.28">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

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.27' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_27.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '23 Oct 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.27.tar.gz',
20+
'name' => 'PHP 8.3.27 (tar.gz)',
21+
'sha256' => 'bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f',
22+
'date' => '23 Oct 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.27.tar.bz2',
27+
'name' => 'PHP 8.3.27 (tar.bz2)',
28+
'sha256' => 'a1dd2b51b437c0a6337e019004778a8ef253db4e9aff7d48d88798ca91b7e2a4',
29+
'date' => '23 Oct 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.27.tar.xz',
34+
'name' => 'PHP 8.3.27 (tar.xz)',
35+
'sha256' => 'c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba',
36+
'date' => '23 Oct 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.3.26' =>
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.27',
36-
'date' => '23 Oct 2025',
35+
'version' => '8.3.28',
36+
'date' => '20 Nov 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f',
40-
'tar.bz2' => 'a1dd2b51b437c0a6337e019004778a8ef253db4e9aff7d48d88798ca91b7e2a4',
41-
'tar.xz' => 'c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba',
39+
'tar.gz' => '2f7dda35bbef2842ec61510aaefe52c78361a61f9cfabd99a7789204d6383d9f',
40+
'tar.bz2' => 'd5b385ee351ec463c85d47eeb53b51156f3483eaf3ff43a7ad5080c2b6d4c557',
41+
'tar.xz' => '25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a322326',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)