Skip to content

Commit d97d64a

Browse files
committed
Announce PHP 8.3.17
1 parent 1693853 commit d97d64a

File tree

6 files changed

+161
-5
lines changed

6 files changed

+161
-5
lines changed

ChangeLog-8.php

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,88 @@
900900

901901
<a id="PHP_8_3"></a>
902902

903+
<section class="version" id="8.3.17"><!-- {{{ 8.3.17 -->
904+
<h3>Version 8.3.17</h3>
905+
<b><?php release_date('13-Feb-2025'); ?></b>
906+
<ul><li>Core:
907+
<ul>
908+
<li>Fixed bug <?php githubissuel('php/php-src', 16892); ?> (ini_parse_quantity() fails to parse inputs starting with 0x0b).</li>
909+
<li>Fixed bug <?php githubissuel('php/php-src', 16886); ?> (ini_parse_quantity() fails to emit warning for 0x+0).</li>
910+
<li>Fixed bug <?php githubissuel('php/php-src', 17214); ?> (Relax final+private warning for trait methods with inherited final).</li>
911+
<li>Fixed NULL arithmetic during system program execution on Windows.</li>
912+
<li>Fixed potential OOB when checking for trailing spaces on Windows.</li>
913+
<li>Fixed bug <?php githubissuel('php/php-src', 17408); ?> (Assertion failure Zend/zend_exceptions.c).</li>
914+
<li>Fix may_have_extra_named_args flag for ZEND_AST_UNPACK.</li>
915+
<li>Fix NULL arithmetic in System V shared memory emulation for Windows.</li>
916+
</ul></li>
917+
<li>DOM:
918+
<ul>
919+
<li>Fixed bug <?php githubissuel('php/php-src', 17500); ?> (Segfault with requesting nodeName on nameless doctype).</li>
920+
</ul></li>
921+
<li>Enchant:
922+
<ul>
923+
<li>Fix crashes in enchant when passing null bytes.</li>
924+
</ul></li>
925+
<li>FTP:
926+
<ul>
927+
<li>Fixed bug <?php githubissuel('php/php-src', 16800); ?> (ftp functions can abort with EINTR).</li>
928+
</ul></li>
929+
<li>GD:
930+
<ul>
931+
<li>Fixed bug <?php githubissuel('php/php-src', 17349); ?> (Tiled truecolor filling looses single color transparency).</li>
932+
<li>Fixed bug <?php githubissuel('php/php-src', 17373); ?> (imagefttext() ignores clipping rect for palette images).</li>
933+
<li>Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate).</li>
934+
</ul></li>
935+
<li>Intl:
936+
<ul>
937+
<li>Fixed bug <?php githubissuel('php/php-src', 11874); ?> (intl causing segfault in docker images).</li>
938+
<li>Fixed bug <?php githubissuel('php/php-src', 17469); ?> (UConverter::transcode always emit E_WARNING on invalid encoding).</li>
939+
</ul></li>
940+
<li>Opcache:
941+
<ul>
942+
<li>Fixed bug <?php githubissuel('php/php-src', 17307); ?> (Internal closure causes JIT failure).</li>
943+
<li>Fixed bug <?php githubissuel('php/php-src', 17564); ?> (Potential UB when reading from / writing to struct padding).</li>
944+
</ul></li>
945+
<li>PDO:
946+
<ul>
947+
<li>Fixed a memory leak when the GC is used to free a PDOStatment.</li>
948+
<li>Fixed a crash in the PDO Firebird Statement destructor.</li>
949+
<li>Fixed UAFs when changing default fetch class ctor args.</li>
950+
</ul></li>
951+
<li>Phar:
952+
<ul>
953+
<li>Fixed bug <?php githubissuel('php/php-src', 17518); ?> (offset overflow phar extractTo()).</li>
954+
</ul></li>
955+
<li>PHPDBG:
956+
<ul>
957+
<li>Fix crashes in function registration + test.</li>
958+
</ul></li>
959+
<li>Session:
960+
<ul>
961+
<li>Fix type confusion with session SID constant.</li>
962+
<li>Fixed bug <?php githubissuel('php/php-src', 17541); ?> (ext/session NULL pointer dereferencement during ID reset).</li>
963+
</ul></li>
964+
<li>SimpleXML:
965+
<ul>
966+
<li>Fixed bug <?php githubissuel('php/php-src', 17409); ?> (Assertion failure Zend/zend_hash.c:1730).</li>
967+
</ul></li>
968+
<li>SNMP:
969+
<ul>
970+
<li>Fixed bug <?php githubissuel('php/php-src', 17330); ?> (SNMP::setSecurity segfault on closed session).</li>
971+
</ul></li>
972+
<li>SPL:
973+
<ul>
974+
<li>Fixed bug <?php githubissuel('php/php-src', 17463); ?> (crash on SplTempFileObject::ftruncate with negative value).</li>
975+
</ul></li>
976+
<li>Zip:
977+
<ul>
978+
<li>Fixed bug <?php githubissuel('php/php-src', 17139); ?> (Fix zip_entry_name() crash on invalid entry).</li>
979+
</ul></li>
980+
</ul>
981+
<!-- }}} --></section>
982+
983+
984+
903985
<section class="version" id="8.3.16"><!-- {{{ 8.3.16 -->
904986
<h3>Version 8.3.16</h3>
905987
<b><?php release_date('16-Jan-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-02-13-2.xml"/>
1213
<xi:include href="entries/2025-02-13-1.xml"/>
1314
<xi:include href="entries/2025-02-09-1.xml"/>
1415
<xi:include href="entries/2025-01-31-1.xml"/>

archive/entries/2025-02-13-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.17 Released!</title>
4+
<id>https://www.php.net/archive/2025.php#2025-02-13-2</id>
5+
<published>2025-02-13T18:53:19+00:00</published>
6+
<updated>2025-02-13T18:53:19+00:00</updated>
7+
<link href="https://www.php.net/index.php#2025-02-13-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2025.php#2025-02-13-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.17. 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.17 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.17">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.16' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_3_16.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '16 Jan 2025',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.3.16.tar.gz',
20+
'name' => 'PHP 8.3.16 (tar.gz)',
21+
'sha256' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e',
22+
'date' => '16 Jan 2025',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.3.16.tar.bz2',
27+
'name' => 'PHP 8.3.16 (tar.bz2)',
28+
'sha256' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6',
29+
'date' => '16 Jan 2025',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.3.16.tar.xz',
34+
'name' => 'PHP 8.3.16 (tar.xz)',
35+
'sha256' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5',
36+
'date' => '16 Jan 2025',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.4.3' =>
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.16',
36-
'date' => '16 Jan 2025',
35+
'version' => '8.3.17',
36+
'date' => '13 Feb 2025',
3737
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e',
40-
'tar.bz2' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6',
41-
'tar.xz' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5',
39+
'tar.gz' => 'e2bbeca5fa62ff27d6ba6241619cf92a80e5346556be187aa962b91bd0eb9df1',
40+
'tar.bz2' => '4e034dca7ab16fc6062c8c53067528f4ecaa246bf22310e6841f7008094264ac',
41+
'tar.xz' => '6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)