Skip to content

Commit c33640c

Browse files
committed
Announce PHP 8.3.24
1 parent b53f8f1 commit c33640c

File tree

6 files changed

+147
-11
lines changed

6 files changed

+147
-11
lines changed

ChangeLog-8.php

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

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

1358+
<section class="version" id="8.3.24"><!-- {{{ 8.3.24 -->
1359+
<h3>Version 8.3.24</h3>
1360+
<b><?php release_date('31-Jul-2025'); ?></b>
1361+
<ul><li>Calendar:
1362+
<ul>
1363+
<li>Fixed jewishtojd overflow on year argument.</li>
1364+
</ul></li>
1365+
<li>Core:
1366+
<ul>
1367+
<li>Fixed bug <?php githubissuel('php/php-src', 18833); ?> (Use after free with weakmaps dependent on destruction order).</li>
1368+
<li>Fix OSS-Fuzz #427814456.</li>
1369+
<li>Fix OSS-Fuzz #428983568 and #428760800.</li>
1370+
<li>Fixed bug <?php githubissuel('php/php-src', 17204); ?> -Wuseless-escape warnings emitted by re2c.</li>
1371+
</ul></li>
1372+
<li>Curl:
1373+
<ul>
1374+
<li>Fix memory leaks when returning refcounted value from curl callback.</li>
1375+
<li>Remove incorrect string release.</li>
1376+
</ul></li>
1377+
<li>LDAP:
1378+
<ul>
1379+
<li>Fixed <?php githubissuel('php/php-src', 18902); ?> ldap_exop/ldap_exop_sync assert triggered on empty request OID.</li>
1380+
</ul></li>
1381+
<li>MbString:
1382+
<ul>
1383+
<li>Fixed bug <?php githubissuel('php/php-src', 18901); ?> (integer overflow mb_split).</li>
1384+
</ul></li>
1385+
<li>OCI8:
1386+
<ul>
1387+
<li>Fixed bug <?php githubissuel('php/php-src', 18873); ?> (OCI_RETURN_LOBS flag causes oci8 to leak memory).</li>
1388+
</ul></li>
1389+
<li>Opcache:
1390+
<ul>
1391+
<li>Fixed bug <?php githubissuel('php/php-src', 18639); ?> (Internal class aliases can break preloading + JIT).</li>
1392+
<li>Fixed bug <?php githubissuel('php/php-src', 14082); ?> (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).</li>
1393+
</ul></li>
1394+
<li>OpenSSL:
1395+
<ul>
1396+
<li><?php bugfix(80770); ?> (It is not possible to get client peer certificate with stream_socket_server).</li>
1397+
</ul></li>
1398+
<li>PCNTL:
1399+
<ul>
1400+
<li>Fixed bug <?php githubissuel('php/php-src', 18958); ?> (Fatal error during shutdown after pcntl_rfork() or pcntl_forkx() with zend-max-execution-timers).</li>
1401+
</ul></li>
1402+
<li>Phar:
1403+
<ul>
1404+
<li>Fix stream double free in phar.</li>
1405+
<li>Fix phar crash and file corruption with SplFileObject.</li>
1406+
</ul></li>
1407+
<li>SOAP:
1408+
<ul>
1409+
<li>Fixed bug <?php githubissuel('php/php-src', 18990); ?>, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction).</li>
1410+
<li>Fix memory leak when URL parsing fails in redirect.</li>
1411+
</ul></li>
1412+
<li>SPL:
1413+
<ul>
1414+
<li>Fixed bug <?php githubissuel('php/php-src', 19094); ?> (Attaching class with no Iterator implementation to MultipleIterator causes crash).</li>
1415+
</ul></li>
1416+
<li>Standard:
1417+
<ul>
1418+
<li>Fix misleading errors in printf().</li>
1419+
<li>Fix RCN violations in array functions.</li>
1420+
<li>Fixed <?php githubissuel('php/php-src', 18976); ?> pack() overflow with h/H format and INT_MAX repeater value.</li>
1421+
</ul></li>
1422+
<li>Streams:
1423+
<ul>
1424+
<li>Fixed <?php githubissuel('php/php-src', 13264); ?> (fgets() and stream_get_line() do not return false on filter fatal error).</li>
1425+
</ul></li>
1426+
<li>Zip:
1427+
<ul>
1428+
<li>Fix leak when path is too long in ZipArchive::extractTo().</li>
1429+
</ul></li>
1430+
</ul>
1431+
<!-- }}} --></section>
1432+
1433+
1434+
13581435
<section class="version" id="8.3.23"><!-- {{{ 8.3.23 -->
13591436
<h3>Version 8.3.23</h3>
13601437
<b><?php release_date('03-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>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2025-07-31-1.xml"/>
1213
<xi:include href="entries/2025-07-30-1.xml"/>
1314
<xi:include href="entries/2025-07-17-1.xml"/>
1415
<xi:include href="entries/2025-07-03-5.xml"/>

archive/entries/2025-07-31-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.24 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-07-31-1</id>
5+
<published>2025-07-31T19:24:06+00:00</published>
6+
<updated>2025-07-31T19:24:06+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-07-31-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-07-31-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.24. 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.24 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.24">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' => '4b0952b0e6e40aa29bfc166382b963b1d23d5ae7fd9891a8f84bdb6269dd4750',
80-
'sha256_gz' => '76599db84ad4034f0b318405a59170c61e463eecfdde0aeb9c6fd00a14360d06',
81-
'sha256_xz' => '58ac41b231d3d0c7e44f2f6826511c3bed0a09490da4708dac80c7cefc020533',
78+
'number' => 0,
79+
'sha256_bz2' => '',
80+
'sha256_gz' => '',
81+
'sha256_xz' => '',
8282
'date' => '17 Jul 2025',
83-
'baseurl' => 'https://downloads.php.net/~jakub/',
83+
'baseurl' => 'https://downloads.php.net/',
8484
],
8585
],
8686

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.3.23' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_23.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '3 Jul 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.3.23.tar.gz',
21+
'name' => 'PHP 8.3.23 (tar.gz)',
22+
'sha256' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7',
23+
'date' => '3 Jul 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.23.tar.bz2',
28+
'name' => 'PHP 8.3.23 (tar.bz2)',
29+
'sha256' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4',
30+
'date' => '3 Jul 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.23.tar.xz',
35+
'name' => 'PHP 8.3.23 (tar.xz)',
36+
'sha256' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db',
37+
'date' => '3 Jul 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.3.22' =>
643
array (
744
'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.23',
36-
'date' => '3 Jul 2025',
37-
'tags' => ['security'], // Set to ['security'] for security releases.
35+
'version' => '8.3.24',
36+
'date' => '31 Jul 2025',
37+
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'ac9f3d6e9bcf1d5c4d66d2d954f89852c17fd4c5eba5811a3a8db08f38c908c7',
40-
'tar.bz2' => '05488f7b967d90a50932f0674dc356e1b795f522f0298b5ce24b680de233c2d4',
41-
'tar.xz' => '08be64700f703bca6ff1284bf1fdaffa37ae1b9734b6559f8350248e8960a6db',
39+
'tar.gz' => 'b827c512b59270c3dc7e19614314fc345022c423e6443c960746310792d0de82',
40+
'tar.bz2' => 'e4e12da490746924624c91406b60b31967e4d7bdeabbab9e8cb5354884ee9964',
41+
'tar.xz' => '388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251',
4242
]
4343
];
4444

0 commit comments

Comments
 (0)