Skip to content

Commit 0b39536

Browse files
committed
Announce PHP 8.3.30
1 parent e4b5593 commit 0b39536

7 files changed

Lines changed: 152 additions & 11 deletions

File tree

ChangeLog-8.php

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

25662566
<a id="PHP_8_3"></a>
25672567

2568+
<section class="version" id="8.3.30"><!-- {{{ 8.3.30 -->
2569+
<h3>Version 8.3.30</h3>
2570+
<b><?php release_date('15-Jan-2026'); ?></b>
2571+
<ul><li>Core:
2572+
<ul>
2573+
<li>Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature with dynamic class const lookup default argument).</li>
2574+
<li>Fixed bug <?php githubissuel('php/php-src', 20695); ?> (Assertion failure in normalize_value() when parsing malformed INI input via parse_ini_string()).</li>
2575+
<li>Fixed bug <?php githubissuel('php/php-src', 20714); ?> (Uncatchable exception thrown in generator).</li>
2576+
<li>Fixed bug <?php githubissuel('php/php-src', 20352); ?> (UAF in php_output_handler_free via re-entrant ob_start() during error deactivation).</li>
2577+
</ul></li>
2578+
<li>Bz2:
2579+
<ul>
2580+
<li>Fixed bug <?php githubissuel('php/php-src', 20620); ?> (bzcompress overflow on large source size).</li>
2581+
</ul></li>
2582+
<li>DOM:
2583+
<ul>
2584+
<li>Fixed bug <?php githubissuel('php/php-src', 20722); ?> (Null pointer dereference in DOM namespace node cloning via clone on malformed objects).</li>
2585+
</ul></li>
2586+
<li>GD:
2587+
<ul>
2588+
<li>Fixed bug <?php githubissuel('php/php-src', 20622); ?> (imagestring/imagestringup overflow).</li>
2589+
</ul></li>
2590+
<li>Intl:
2591+
<ul>
2592+
<li>Fix leak in umsg_format_helper().</li>
2593+
</ul></li>
2594+
<li>LDAP:
2595+
<ul>
2596+
<li>Fix memory leak in ldap_set_options().</li>
2597+
</ul></li>
2598+
<li>Mbstring:
2599+
<ul>
2600+
<li>Fixed bug <?php githubissuel('php/php-src', 20674); ?> (mb_decode_mimeheader does not handle separator).</li>
2601+
</ul></li>
2602+
<li>Phar:
2603+
<ul>
2604+
<li>Fixed bug <?php githubissuel('php/php-src', 20732); ?> (Phar::LoadPhar undefined behavior when reading fails).</li>
2605+
<li>Fix SplFileInfo::openFile() in write mode.</li>
2606+
<li>Fix build on legacy OpenSSL 1.1.0 systems.</li>
2607+
</ul></li>
2608+
<li>POSIX:
2609+
<ul>
2610+
<li>Fixed crash on posix groups to php array creation on macos.</li>
2611+
</ul></li>
2612+
<li>SPL:
2613+
<ul>
2614+
<li>Fixed bug <?php githubissuel('php/php-src', 20678); ?> (resource created by GlobIterator crashes with fclose()).</li>
2615+
</ul></li>
2616+
<li>Sqlite3:
2617+
<ul>
2618+
<li>Fixed bug <?php githubissuel('php/php-src', 20699); ?> (SQLite3Result fetchArray return array|false, null returned).</li>
2619+
</ul></li>
2620+
<li>Standard:
2621+
<ul>
2622+
<li>Fix error check for proc_open() command.</li>
2623+
<li>Fixed bug <?php githubissuel('php/php-src', 20582); ?> (Heap Buffer Overflow in iptcembed).</li>
2624+
</ul></li>
2625+
<li>Zlib:
2626+
<ul>
2627+
<li>Fix OOB gzseek() causing assertion failure.</li>
2628+
</ul></li>
2629+
</ul>
2630+
<!-- }}} --></section>
2631+
2632+
2633+
25682634
<section class="version" id="8.3.29"><!-- {{{ 8.3.29 -->
25692635
<h3>Version 8.3.29</h3>
25702636
<b><?php release_date('18-Dec-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/2026-01-15-2.xml"/>
1213
<xi:include href="entries/2026-01-15-1.xml"/>
1314
<xi:include href="entries/2025-12-18-5.xml"/>
1415
<xi:include href="entries/2025-12-18-4.xml"/>

archive/entries/2026-01-15-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.30 Released!</title>
4+
<id>https://www.php.net/archive/2026.php#2026-01-15-2</id>
5+
<published>2026-01-15T23:05:01+00:00</published>
6+
<updated>2026-01-15T23:05:01+00:00</updated>
7+
<link href="https://www.php.net/index.php#2026-01-15-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2026.php#2026-01-15-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.30. 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.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.3">there</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.30">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
@@ -62,12 +62,12 @@
6262
'active' => true,
6363
'release' => [
6464
'type' => 'RC',
65-
'number' => 1,
66-
'sha256_bz2' => '2e432f7aa06cc8bc966cd63ede1913cf7c9b9c356ba14f1beb3d5725c41acf9a',
67-
'sha256_gz' => 'ef8c41dc1af1371e70dd1c9d8caaab5ee47ecf712206a5496e0510417b53fcd7',
68-
'sha256_xz' => 'ad87853e60a5e92fad718b8c85387a22ba33a120acc288abbb73abcd48b8081a',
65+
'number' => 0,
66+
'sha256_bz2' => '',
67+
'sha256_gz' => '',
68+
'sha256_xz' => '',
6969
'date' => '01 Jan 2026',
70-
'baseurl' => 'https://downloads.php.net/~jakub/',
70+
'baseurl' => 'https://downloads.php.net/',
7171
],
7272
],
7373

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.29' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_29.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '18 Dec 2025',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.3.29.tar.gz',
21+
'name' => 'PHP 8.3.29 (tar.gz)',
22+
'sha256' => '8565fa8733c640b60da5ab4944bf2d4081f859915b39e29b3af26cf23443ed97',
23+
'date' => '18 Dec 2025',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.3.29.tar.bz2',
28+
'name' => 'PHP 8.3.29 (tar.bz2)',
29+
'sha256' => 'c7337212e655325d499ea8108fa76f69ddde2fff7cb0fad36aa63eed540cb8a5',
30+
'date' => '18 Dec 2025',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.3.29.tar.xz',
35+
'name' => 'PHP 8.3.29 (tar.xz)',
36+
'sha256' => 'f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5',
37+
'date' => '18 Dec 2025',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.4.16' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ $RELEASES = (function () {
4646

4747
/* PHP 8.3 Release */
4848
$data['8.3'] = [
49-
'version' => '8.3.29',
50-
'date' => '18 Dec 2025',
51-
'tags' => ['security'], // Set to ['security'] for security releases.
49+
'version' => '8.3.30',
50+
'date' => '15 Jan 2026',
51+
'tags' => [], // Set to ['security'] for security releases.
5252
'sha256' => [
53-
'tar.gz' => '8565fa8733c640b60da5ab4944bf2d4081f859915b39e29b3af26cf23443ed97',
54-
'tar.bz2' => 'c7337212e655325d499ea8108fa76f69ddde2fff7cb0fad36aa63eed540cb8a5',
55-
'tar.xz' => 'f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5',
53+
'tar.gz' => 'e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386',
54+
'tar.bz2' => '800b7b6ed50b73c8ee7844ee5f2f7cc612faa7875a0aa7c4529e8ed5866a5030',
55+
'tar.xz' => '67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48',
5656
]
5757
];
5858

releases/8_3_30.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_30.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.3.30 Release Announcement');
5+
?>
6+
<h1>PHP 8.3.30 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.3.30. 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.30 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can also be found <a href="https://www.php.net/downloads.php?os=windows&amp;version=8.3">there</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.30">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)