Skip to content

Commit 90dbc48

Browse files
committed
Announce PHP 8.3.27
1 parent 5ea58f1 commit 90dbc48

File tree

7 files changed

+169
-10
lines changed

7 files changed

+169
-10
lines changed

ChangeLog-8.php

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

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

1693+
<section class="version" id="8.3.27"><!-- {{{ 8.3.27 -->
1694+
<h3>Version 8.3.27</h3>
1695+
<b><?php release_date('23-Oct-2025'); ?></b>
1696+
<ul><li>Core:
1697+
<ul>
1698+
<li>Fixed bug <?php githubissuel('php/php-src', 19765); ?> (object_properties_load() bypasses readonly property checks).</li>
1699+
<li>Fixed hard_timeout with --enable-zend-max-execution-timers.</li>
1700+
<li>Fixed bug <?php githubissuel('php/php-src', 19792); ?> (SCCP causes UAF for return value if both warning and exception are triggered).</li>
1701+
<li>Fixed bug <?php githubissuel('php/php-src', 19653); ?> (Closure named argument unpacking between temporary closures can cause a crash).</li>
1702+
<li>Fixed bug <?php githubissuel('php/php-src', 19839); ?> (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland array).</li>
1703+
<li>Fixed bug <?php githubissuel('php/php-src', 19480); ?> (error_log php.ini cannot be unset when open_basedir is configured).</li>
1704+
<li>Fixed bug <?php githubissuel('php/php-src', 20002); ?> (Broken build on *BSD with MSAN).</li>
1705+
</ul></li>
1706+
<li>CLI:
1707+
<ul>
1708+
<li>Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server with PHP_CLI_SERVER_WORKERS.</li>
1709+
</ul></li>
1710+
<li>Curl:
1711+
<ul>
1712+
<li>Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead of the curl_copy_handle() function to clone a CurlHandle.</li>
1713+
<li>Fix curl build and test failures with version 8.16.</li>
1714+
</ul></li>
1715+
<li>Date:
1716+
<ul>
1717+
<li>Fixed <?php githubissuel('php/php-src', 17159); ?>: "P" format for ::createFromFormat swallows string literals.</li>
1718+
</ul></li>
1719+
<li>DBA:
1720+
<ul>
1721+
<li>Fixed <?php githubissuel('php/php-src', 19885); ?> (dba_fetch() overflow on skip argument).</li>
1722+
</ul></li>
1723+
<li>GD:
1724+
<ul>
1725+
<li>Fixed <?php githubissuel('php/php-src', 19955); ?> (imagefttext() memory leak).</li>
1726+
</ul></li>
1727+
<li>MySQLnd:
1728+
<ul>
1729+
<li><?php bugfix(67563); ?> (mysqli compiled with mysqlnd does not take ipv6 adress as parameter).</li>
1730+
</ul></li>
1731+
<li>Phar:
1732+
<ul>
1733+
<li>Fix memory leak and invalid continuation after tar header writing fails.</li>
1734+
<li>Fix memory leaks when creating temp file fails when applying zip signature.</li>
1735+
</ul></li>
1736+
<li>SimpleXML:
1737+
<ul>
1738+
<li>Fixed bug <?php githubissuel('php/php-src', 19988); ?> (zend_string_init with NULL pointer in simplexml (UB)).</li>
1739+
</ul></li>
1740+
<li>Soap:
1741+
<ul>
1742+
<li>Fixed bug <?php githubissuel('php/php-src', 19784); ?> (SoapServer memory leak).</li>
1743+
<li>Fixed bug <?php githubissuel('php/php-src', 20011); ?> (Array of SoapVar of unknown type causes crash).</li>
1744+
</ul></li>
1745+
<li>Standard:
1746+
<ul>
1747+
<li>Fixed bug <?php githubissuel('php/php-src', 12265); ?> (Cloning an object breaks serialization recursion).</li>
1748+
<li>Fixed bug <?php githubissuel('php/php-src', 19701); ?> (Serialize/deserialize loses some data).</li>
1749+
<li>Fixed bug <?php githubissuel('php/php-src', 19801); ?> (leaks in var_dump() and debug_zval_dump()).</li>
1750+
<li>Fixed bug <?php githubissuel('php/php-src', 20043); ?> (array_unique assertion failure with RC1 array causing an exception on sort).</li>
1751+
<li>Fixed bug <?php githubissuel('php/php-src', 19926); ?> (reset internal pointer earlier while splicing array while COW violation flag is still set).</li>
1752+
<li>Fixed bug <?php githubissuel('php/php-src', 19570); ?> (unable to fseek in /dev/zero and /dev/null).</li>
1753+
</ul></li>
1754+
<li>Streams:
1755+
<ul>
1756+
<li>Fixed bug <?php githubissuel('php/php-src', 19248); ?> (Use strerror_r instead of strerror in main).</li>
1757+
<li>Fixed bug <?php githubissuel('php/php-src', 17345); ?> (Bug #35916 was not completely fixed).</li>
1758+
<li>Fixed bug <?php githubissuel('php/php-src', 19705); ?> (segmentation when attempting to flush on non seekable stream.</li>
1759+
</ul></li>
1760+
<li>XMLReader:
1761+
<ul>
1762+
<li>Fixed bug <?php githubissuel('php/php-src', 20009); ?> (XMLReader leak on RelaxNG schema failure).</li>
1763+
</ul></li>
1764+
<li>Zip:
1765+
<ul>
1766+
<li>Fixed bug <?php githubissuel('php/php-src', 19688); ?> (Remove pattern overflow in zip addGlob()).</li>
1767+
<li>Fixed bug <?php githubissuel('php/php-src', 19932); ?> (Memory leak in zip setEncryptionName()/setEncryptionIndex()).</li>
1768+
</ul></li>
1769+
<li>Zlib:
1770+
<ul>
1771+
<li>Fixed bug <?php githubissuel('php/php-src', 19922); ?> (Double free on gzopen).</li>
1772+
</ul></li>
1773+
</ul>
1774+
<!-- }}} --></section>
1775+
1776+
1777+
16931778
<section class="version" id="8.3.26"><!-- {{{ 8.3.26 -->
16941779
<h3>Version 8.3.26</h3>
16951780
<b><?php release_date('25-Sep-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-10-23-3.xml"/>
1213
<xi:include href="entries/2025-10-23-2.xml"/>
1314
<xi:include href="entries/2025-10-23-1.xml"/>
1415
<xi:include href="entries/2025-10-09-2.xml"/>

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

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

0 commit comments

Comments
 (0)