Skip to content

Commit e90c391

Browse files
committed
Announce PHP 8.3.20
1 parent 401acda commit e90c391

File tree

6 files changed

+147
-6
lines changed

6 files changed

+147
-6
lines changed

ChangeLog-8.php

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,72 @@
10091009

10101010
<a id="PHP_8_3"></a>
10111011

1012+
<section class="version" id="8.3.20"><!-- {{{ 8.3.20 -->
1013+
<h3>Version 8.3.20</h3>
1014+
<b><?php release_date('10-Apr-2025'); ?></b>
1015+
<ul><li>Core:
1016+
<ul>
1017+
<li>Fixed bug <?php githubissuel('php/php-src', 17961); ?> (use-after-free during dl()'ed module class destruction).</li>
1018+
<li>Fixed bug <?php githubissuel('php/php-src', 15367); ?> (dl() of module with aliased class crashes in shutdown).</li>
1019+
<li>Fixed bug <?php githubissuel('php/php-src', 13193); ?> again (Significant performance degradation in 'foreach').</li>
1020+
</ul></li>
1021+
<li>DOM:
1022+
<ul>
1023+
<li>Fix weird unpack behaviour in DOM.</li>
1024+
<li>Fix xinclude destruction of live attributes.</li>
1025+
</ul></li>
1026+
<li>Embed:
1027+
<ul>
1028+
<li>Fixed bug <?php githubissuel('php/php-src', 8533); ?> (Unable to link dynamic libphp on Mac).</li>
1029+
</ul></li>
1030+
<li>Fuzzer:
1031+
<ul>
1032+
<li>Fixed bug <?php githubissuel('php/php-src', 18081); ?> (Memory leaks in error paths of fuzzer SAPI).</li>
1033+
</ul></li>
1034+
<li>GD:
1035+
<ul>
1036+
<li>Fixed bug <?php githubissuel('php/php-src', 17984); ?> (calls with arguments as array with references).</li>
1037+
</ul></li>
1038+
<li>Intl:
1039+
<ul>
1040+
<li>Fix locale_compose and locale_lookup to work with their array argument with values as references.</li>
1041+
<li>Fix dateformat_format when the time is an array of references.</li>
1042+
<li>Fix UConverter::transcode with substitutes as references.</li>
1043+
</ul></li>
1044+
<li>Mbstring:
1045+
<ul>
1046+
<li>Fixed bug <?php githubissuel('php/php-src', 17989); ?> (mb_output_handler crash with unset http_output_conv_mimetypes).</li>
1047+
</ul></li>
1048+
<li>Opcache:
1049+
<ul>
1050+
<li>Fixed bug <?php githubissuel('php/php-src', 18112); ?> (NULL access with preloading and INI option).</li>
1051+
<li>Fixed bug <?php githubissuel('php/php-src', 18107); ?> (Opcache CFG jmp optimization with try-finally breaks the exception table).</li>
1052+
</ul></li>
1053+
<li>PDO:
1054+
<ul>
1055+
<li>Fix memory leak when destroying PDORow.</li>
1056+
</ul></li>
1057+
<li>SOAP:
1058+
<ul>
1059+
<li><?php bugfix(66049); ?> (Typemap can break parsing in parse_packet_soap leading to a segfault) .</li>
1060+
</ul></li>
1061+
<li>SPL:
1062+
<ul>
1063+
<li>Fixed bug <?php githubissuel('php/php-src', 18018); ?> (RC1 data returned from offsetGet causes UAF in ArrayObject).</li>
1064+
</ul></li>
1065+
<li>Treewide:
1066+
<ul>
1067+
<li>Fixed bug <?php githubissuel('php/php-src', 17736); ?> (Assertion failure zend_reference_destroy()).</li>
1068+
</ul></li>
1069+
<li>Windows:
1070+
<ul>
1071+
<li>Fixed bug <?php githubissuel('php/php-src', 17836); ?> (zend_vm_gen.php shouldn't break on Windows line endings).</li>
1072+
</ul></li>
1073+
</ul>
1074+
<!-- }}} --></section>
1075+
1076+
1077+
10121078
<section class="version" id="8.3.19"><!-- {{{ 8.3.19 -->
10131079
<h3>Version 8.3.19</h3>
10141080
<b><?php release_date('13-Mar-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-04-10-2.xml"/>
1213
<xi:include href="entries/2025-04-10-1.xml"/>
1314
<xi:include href="entries/2025-03-14-1.xml"/>
1415
<xi:include href="entries/2025-03-13-5.xml"/>

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

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.19' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_19.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '13 Mar 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.3.19.tar.gz',
21+
'name' => 'PHP 8.3.19 (tar.gz)',
22+
'sha256' => 'bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a',
23+
'date' => '13 Mar 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.19.tar.bz2',
28+
'name' => 'PHP 8.3.19 (tar.bz2)',
29+
'sha256' => 'ad6902a2a02f94ec3e9982069e2668bba3ce47e2f6bbbab95eb6b7db7bf3d350',
30+
'date' => '13 Mar 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.19.tar.xz',
35+
'name' => 'PHP 8.3.19 (tar.xz)',
36+
'sha256' => '976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f',
37+
'date' => '13 Mar 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.27' =>
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.19',
36-
'date' => '13 Mar 2025',
37-
'tags' => ['security'], // Set to ['security'] for security releases.
35+
'version' => '8.3.20',
36+
'date' => '10 Apr 2025',
37+
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a',
40-
'tar.bz2' => 'ad6902a2a02f94ec3e9982069e2668bba3ce47e2f6bbbab95eb6b7db7bf3d350',
41-
'tar.xz' => '976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f',
39+
'tar.gz' => '515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
40+
'tar.bz2' => '36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
41+
'tar.xz' => 'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0dc',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)