Skip to content

Commit 0ab9d27

Browse files
committed
Announce PHP 8.3.16
1 parent 383c53b commit 0ab9d27

File tree

6 files changed

+198
-5
lines changed

6 files changed

+198
-5
lines changed

ChangeLog-8.php

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,125 @@
653653

654654
<a id="PHP_8_3"></a>
655655

656+
<section class="version" id="8.3.16"><!-- {{{ 8.3.16 -->
657+
<h3>Version 8.3.16</h3>
658+
<b><?php release_date('16-Jan-2025'); ?></b>
659+
<ul><li>Core:
660+
<ul>
661+
<li>Fixed bug <?php githubissuel('php/php-src', 17106); ?> (ZEND_MATCH_ERROR misoptimization).</li>
662+
<li>Fixed bug <?php githubissuel('php/php-src', 17162); ?> (zend_array_try_init() with dtor can cause engine UAF).</li>
663+
<li>Fixed bug <?php githubissuel('php/php-src', 17101); ?> (AST-&gt;string does not reproduce constructor property promotion correctly).</li>
664+
<li>Fixed bug <?php githubissuel('php/php-src', 17211); ?> (observer segfault on function loaded with dl()).</li>
665+
<li>Fixed bug <?php githubissuel('php/php-src', 17216); ?> (Trampoline crash on error).</li>
666+
</ul></li>
667+
<li>Date:
668+
<ul>
669+
<li>Fixed bug <?php githubissuel('php/php-src', 14709); ?> DatePeriod::__construct() overflow on recurrences.</li>
670+
</ul></li>
671+
<li>DBA:
672+
<ul>
673+
<li>Skip test if inifile is disabled.</li>
674+
</ul></li>
675+
<li>DOM:
676+
<ul>
677+
<li>Fixed bug <?php githubissuel('php/php-src', 17224); ?> (UAF in importNode).</li>
678+
</ul></li>
679+
<li>Embed:
680+
<ul>
681+
<li>Make build command for program using embed portable.</li>
682+
</ul></li>
683+
<li>FFI:
684+
<ul>
685+
<li><?php bugfix(79075); ?> (FFI header parser chokes on comments).</li>
686+
<li>Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure.</li>
687+
<li>Fixed bug <?php githubissuel('php/php-src', 16013); ?> and bug #80857 (Big endian issues).</li>
688+
</ul></li>
689+
<li>Filter:
690+
<ul>
691+
<li>Fixed bug <?php githubissuel('php/php-src', 16944); ?> (Fix filtering special IPv4 and IPv6 ranges, by using information from RFC 6890).</li>
692+
</ul></li>
693+
<li>FPM:
694+
<ul>
695+
<li>Fixed bug <?php githubissuel('php/php-src', 13437); ?> (FPM: ERROR: scoreboard: failed to lock (already locked)).</li>
696+
<li>Fixed bug <?php githubissuel('php/php-src', 17112); ?> (Macro redefinitions).</li>
697+
<li>Fixed bug <?php githubissuel('php/php-src', 17208); ?> (bug64539-status-json-encoding.phpt fail on 32-bits).</li>
698+
</ul></li>
699+
<li>GD:
700+
<ul>
701+
<li>Fixed bug <?php githubissuel('php/php-src', 16255); ?> (Unexpected nan value in ext/gd/libgd/gd_filter.c).</li>
702+
<li>Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs).</li>
703+
</ul></li>
704+
<li>Gettext:
705+
<ul>
706+
<li>Fixed bug <?php githubissuel('php/php-src', 17202); ?> (Segmentation fault ext/gettext/gettext.c bindtextdomain()).</li>
707+
</ul></li>
708+
<li>Iconv:
709+
<ul>
710+
<li>Fixed bug <?php githubissuel('php/php-src', 17047); ?> (UAF on iconv filter failure).</li>
711+
</ul></li>
712+
<li>LDAP:
713+
<ul>
714+
<li>Fixed bug <?php githubissuel('php/php-src', 17280); ?> (ldap_search() fails when $attributes array has holes).</li>
715+
</ul></li>
716+
<li>LibXML:
717+
<ul>
718+
<li>Fixed bug <?php githubissuel('php/php-src', 17223); ?> (Memory leak in libxml encoding handling).</li>
719+
</ul></li>
720+
<li>MBString:
721+
<ul>
722+
<li>Fixed bug <?php githubissuel('php/php-src', 17112); ?> (Macro redefinitions).</li>
723+
</ul></li>
724+
<li>Opcache:
725+
<ul>
726+
<li>opcache_get_configuration() properly reports jit_prof_threshold.</li>
727+
<li>Fixed bug <?php githubissuel('php/php-src', 17246); ?> (GC during SCCP causes segfault).</li>
728+
</ul></li>
729+
<li>PCNTL:
730+
<ul>
731+
<li>Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry.</li>
732+
</ul></li>
733+
<li>PgSql:
734+
<ul>
735+
<li>Fixed bug <?php githubissuel('php/php-src', 17158); ?> (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument).</li>
736+
<li>Fixed further ArgumentCountError for calls with flexible number of arguments.</li>
737+
</ul></li>
738+
<li>Phar:
739+
<ul>
740+
<li>Fixed bug <?php githubissuel('php/php-src', 17137); ?> (Segmentation fault ext/phar/phar.c).</li>
741+
</ul></li>
742+
<li>SimpleXML:
743+
<ul>
744+
<li>Fixed bug <?php githubissuel('php/php-src', 17040); ?> (SimpleXML's unset can break DOM objects).</li>
745+
<li>Fixed bug <?php githubissuel('php/php-src', 17153); ?> (SimpleXML crash when using autovivification on document).</li>
746+
</ul></li>
747+
<li>Sockets:
748+
<ul>
749+
<li>Fixed bug <?php githubissuel('php/php-src', 16276); ?> (socket_strerror overflow handling with INT_MIN).</li>
750+
<li>Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option().</li>
751+
</ul></li>
752+
<li>SPL:
753+
<ul>
754+
<li>Fixed bug <?php githubissuel('php/php-src', 17225); ?> (NULL deref in spl_directory.c).</li>
755+
</ul></li>
756+
<li>Streams:
757+
<ul>
758+
<li>Fixed bug <?php githubissuel('php/php-src', 17037); ?> (UAF in user filter when adding existing filter name due to incorrect error handling).</li>
759+
<li>Fixed bug <?php githubissuel('php/php-src', 16810); ?> (overflow on fopen HTTP wrapper timeout value).</li>
760+
<li>Fixed bug <?php githubissuel('php/php-src', 17067); ?> (glob:// wrapper doesn't cater to CWD for ZTS builds).</li>
761+
</ul></li>
762+
<li>Windows:
763+
<ul>
764+
<li>Hardened proc_open() against cmd.exe hijacking.</li>
765+
</ul></li>
766+
<li>XML:
767+
<ul>
768+
<li>Fixed bug <?php githubissuel('php/php-src', 1718); ?> (unreachable program point in zend_hash).</li>
769+
</ul></li>
770+
</ul>
771+
<!-- }}} --></section>
772+
773+
774+
656775
<section class="version" id="8.3.15"><!-- {{{ 8.3.15 -->
657776
<h3>Version 8.3.15</h3>
658777
<b><?php release_date('19-Dec-2024'); ?></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-01-16-1.xml"/>
1213
<xi:include href="entries/2025-01-13-1.xml"/>
1314
<xi:include href="entries/2024-12-31-1.xml"/>
1415
<xi:include href="entries/2024-12-19-3.xml"/>

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

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.15' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_15.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '19 Dec 2024',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.15.tar.gz',
20+
'name' => 'PHP 8.3.15 (tar.gz)',
21+
'sha256' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa',
22+
'date' => '19 Dec 2024',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.15.tar.bz2',
27+
'name' => 'PHP 8.3.15 (tar.bz2)',
28+
'sha256' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98',
29+
'date' => '19 Dec 2024',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.15.tar.xz',
34+
'name' => 'PHP 8.3.15 (tar.xz)',
35+
'sha256' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f',
36+
'date' => '19 Dec 2024',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.1' =>
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.15',
36-
'date' => '19 Dec 2024',
35+
'version' => '8.3.16',
36+
'date' => '16 Jan 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa',
40-
'tar.bz2' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98',
41-
'tar.xz' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f',
39+
'tar.gz' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e',
40+
'tar.bz2' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6',
41+
'tar.xz' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)