Skip to content

Commit a404318

Browse files
committed
Announce PHP 8.3.23
1 parent 0f25be2 commit a404318

File tree

7 files changed

+174
-11
lines changed

7 files changed

+174
-11
lines changed

ChangeLog-8.php

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,95 @@
13551355

13561356
<a id="PHP_8_3"></a>
13571357

1358+
<section class="version" id="8.3.23"><!-- {{{ 8.3.23 -->
1359+
<h3>Version 8.3.23</h3>
1360+
<b><?php release_date('03-Jul-2025'); ?></b>
1361+
<ul><li>Core:
1362+
<ul>
1363+
<li>Fixed <?php githubissuel('php/php-src', 18695); ?> (zend_ast_export() - float number is not preserved).</li>
1364+
<li>Do not delete main chunk in zend_gc.</li>
1365+
<li>Fix compile issues with zend_alloc and some non-default options.</li>
1366+
</ul></li>
1367+
<li>Curl:
1368+
<ul>
1369+
<li>Fix memory leak when setting a list via curl_setopt fails.</li>
1370+
<li>Fix incorrect OpenSSL version detection.</li>
1371+
</ul></li>
1372+
<li>Date:
1373+
<ul>
1374+
<li>Fix leaks with multiple calls to DatePeriod iterator current().</li>
1375+
</ul></li>
1376+
<li>FPM:
1377+
<ul>
1378+
<li>Fixed <?php githubissuel('php/php-src', 18662); ?> (fpm_get_status segfault).</li>
1379+
</ul></li>
1380+
<li>Hash:
1381+
<ul>
1382+
<li>Fixed bug <?php githubissuel('php/php-src', 14551); ?> (PGO build fails with xxhash).</li>
1383+
</ul></li>
1384+
<li>Intl:
1385+
<ul>
1386+
<li>Fix memory leak in intl_datetime_decompose() on failure.</li>
1387+
<li>Fix memory leak in locale lookup on failure.</li>
1388+
</ul></li>
1389+
<li>ODBC:
1390+
<ul>
1391+
<li>Fix memory leak on php_odbc_fetch_hash() failure.</li>
1392+
</ul></li>
1393+
<li>Opcache:
1394+
<ul>
1395+
<li>Fixed bug <?php githubissuel('php/php-src', 18743); ?> (Incompatibility in Inline TLS Assembly on Alpine 3.22).</li>
1396+
</ul></li>
1397+
<li>OpenSSL:
1398+
<ul>
1399+
<li>Fix memory leak of X509_STORE in php_openssl_setup_verify() on failure.</li>
1400+
<li><?php bugfix(74796); ?> (Requests through http proxy set peer name).</li>
1401+
</ul></li>
1402+
<li>PGSQL:
1403+
<ul>
1404+
<li>Fixed <?php githubsecurityl('php/php-src', 'hrwm-9436-5mv3'); ?> (pgsql extension does not check for errors during escaping). (CVE-2025-1735)</li>
1405+
<li>Fix warning not being emitted when failure to cancel a query with pg_cancel_query().</li>
1406+
</ul></li>
1407+
<li>Phar:
1408+
<ul>
1409+
<li>Add missing filter cleanups on phar failure.</li>
1410+
<li>Fixed bug <?php githubissuel('php/php-src', 18642); ?> (Signed integer overflow in ext/phar fseek).</li>
1411+
</ul></li>
1412+
<li>PHPDBG:
1413+
<ul>
1414+
<li>Fix 'phpdbg --help' segfault on shutdown with USE_ZEND_ALLOC=0.</li>
1415+
</ul></li>
1416+
<li>PDO ODBC:
1417+
<ul>
1418+
<li>Fix memory leak if WideCharToMultiByte() fails.</li>
1419+
</ul></li>
1420+
<li>Random:
1421+
<ul>
1422+
<li>Fix reference type confusion and leak in user random engine.</li>
1423+
</ul></li>
1424+
<li>Readline:
1425+
<ul>
1426+
<li>Fix memory leak when calloc() fails in php_readline_completion_cb().</li>
1427+
</ul></li>
1428+
<li>SOAP:
1429+
<ul>
1430+
<li>Fix memory leaks in php_http.c when call_user_function() fails.</li>
1431+
<li>Fixed <?php githubsecurityl('php/php-src', '453j-q27h-5p8x'); ?> (NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix). (CVE-2025-6491)</li>
1432+
</ul></li>
1433+
<li>Standard:
1434+
<ul>
1435+
<li>Fixed <?php githubsecurityl('php/php-src', '3cr5-j632-f35r'); ?> (Null byte termination in hostnames). (CVE-2025-1220)</li>
1436+
</ul></li>
1437+
<li>Tidy:
1438+
<ul>
1439+
<li>Fix memory leak in tidy output handler on error.</li>
1440+
<li>Fix tidyOptIsReadonly deprecation, using tidyOptGetCategory.</li>
1441+
</ul></li>
1442+
</ul>
1443+
<!-- }}} --></section>
1444+
1445+
1446+
13581447
<section class="version" id="8.3.22"><!-- {{{ 8.3.22 -->
13591448
<h3>Version 8.3.22</h3>
13601449
<b><?php release_date('05-Jun-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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2025-07-03-4.xml"/>
1213
<xi:include href="entries/2025-07-03-3.xml"/>
1314
<xi:include href="entries/2025-07-03-2.xml"/>
1415
<xi:include href="entries/2025-07-03-1.xml"/>

archive/entries/2025-07-03-4.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.23 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-07-03-4</id>
5+
<published>2025-07-03T15:24:35+00:00</published>
6+
<updated>2025-07-03T15:24:35+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-07-03-4" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-07-03-4" 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.23. This is a security 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.23 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.23">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' => 'b09b1cf59be5bcce8ce4d1d9252c2fc4fe5373c60e83408debcee4ebd8c01dd5',
80-
'sha256_gz' => 'dbe76e6baf4740565d5bcc3169d198dbe187b80ce2f00c1ce8d8c17baf4c5432',
81-
'sha256_xz' => '0873a7a823733a09f8cb675c3769fc865b63c4ffae4cb1717bfcd2d40af12c92',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '19 Jun 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.22' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_22.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '5 Jun 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.22.tar.gz',
20+
'name' => 'PHP 8.3.22 (tar.gz)',
21+
'sha256' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103',
22+
'date' => '5 Jun 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.22.tar.bz2',
27+
'name' => 'PHP 8.3.22 (tar.bz2)',
28+
'sha256' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b',
29+
'date' => '5 Jun 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.22.tar.xz',
34+
'name' => 'PHP 8.3.22 (tar.xz)',
35+
'sha256' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36',
36+
'date' => '5 Jun 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.32' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 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.22',
36-
'date' => '5 Jun 2025',
37-
'tags' => [], // Set to ['security'] for security releases.
35+
'version' => '8.3.23',
36+
'date' => '3 Jul 2025',
37+
'tags' => ['security'], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '8fc57c9df455354679e4a127defb60e1af8718ece4cd4827e500f5c7f2449103',
40-
'tar.bz2' => '99133e2cda2af37baa79db17d8efd414628f14a02ec75f1418a0aa3f6aa6673b',
41-
'tar.xz' => '66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36',
39+
'tar.gz' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7',
40+
'tar.bz2' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4',
41+
'tar.xz' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)