Skip to content

Commit

Permalink
Announce PHP 8.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Feb 13, 2025
1 parent 1693853 commit d97d64a
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 5 deletions.
82 changes: 82 additions & 0 deletions ChangeLog-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,88 @@

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

<section class="version" id="8.3.17"><!-- {{{ 8.3.17 -->
<h3>Version 8.3.17</h3>
<b><?php release_date('13-Feb-2025'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 16892); ?> (ini_parse_quantity() fails to parse inputs starting with 0x0b).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 16886); ?> (ini_parse_quantity() fails to emit warning for 0x+0).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17214); ?> (Relax final+private warning for trait methods with inherited final).</li>
<li>Fixed NULL arithmetic during system program execution on Windows.</li>
<li>Fixed potential OOB when checking for trailing spaces on Windows.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17408); ?> (Assertion failure Zend/zend_exceptions.c).</li>
<li>Fix may_have_extra_named_args flag for ZEND_AST_UNPACK.</li>
<li>Fix NULL arithmetic in System V shared memory emulation for Windows.</li>
</ul></li>
<li>DOM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17500); ?> (Segfault with requesting nodeName on nameless doctype).</li>
</ul></li>
<li>Enchant:
<ul>
<li>Fix crashes in enchant when passing null bytes.</li>
</ul></li>
<li>FTP:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 16800); ?> (ftp functions can abort with EINTR).</li>
</ul></li>
<li>GD:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17349); ?> (Tiled truecolor filling looses single color transparency).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17373); ?> (imagefttext() ignores clipping rect for palette images).</li>
<li>Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate).</li>
</ul></li>
<li>Intl:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 11874); ?> (intl causing segfault in docker images).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17469); ?> (UConverter::transcode always emit E_WARNING on invalid encoding).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17307); ?> (Internal closure causes JIT failure).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17564); ?> (Potential UB when reading from / writing to struct padding).</li>
</ul></li>
<li>PDO:
<ul>
<li>Fixed a memory leak when the GC is used to free a PDOStatment.</li>
<li>Fixed a crash in the PDO Firebird Statement destructor.</li>
<li>Fixed UAFs when changing default fetch class ctor args.</li>
</ul></li>
<li>Phar:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17518); ?> (offset overflow phar extractTo()).</li>
</ul></li>
<li>PHPDBG:
<ul>
<li>Fix crashes in function registration + test.</li>
</ul></li>
<li>Session:
<ul>
<li>Fix type confusion with session SID constant.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 17541); ?> (ext/session NULL pointer dereferencement during ID reset).</li>
</ul></li>
<li>SimpleXML:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17409); ?> (Assertion failure Zend/zend_hash.c:1730).</li>
</ul></li>
<li>SNMP:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17330); ?> (SNMP::setSecurity segfault on closed session).</li>
</ul></li>
<li>SPL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17463); ?> (crash on SplTempFileObject::ftruncate with negative value).</li>
</ul></li>
<li>Zip:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 17139); ?> (Fix zip_entry_name() crash on invalid entry).</li>
</ul></li>
</ul>
<!-- }}} --></section>



<section class="version" id="8.3.16"><!-- {{{ 8.3.16 -->
<h3>Version 8.3.16</h3>
<b><?php release_date('16-Jan-2025'); ?></b>
Expand Down
1 change: 1 addition & 0 deletions archive/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
<xi:include href="entries/2025-02-13-2.xml"/>
<xi:include href="entries/2025-02-13-1.xml"/>
<xi:include href="entries/2025-02-09-1.xml"/>
<xi:include href="entries/2025-01-31-1.xml"/>
Expand Down
21 changes: 21 additions & 0 deletions archive/entries/2025-02-13-2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.3.17 Released!</title>
<id>https://www.php.net/archive/2025.php#2025-02-13-2</id>
<published>2025-02-13T18:53:19+00:00</published>
<updated>2025-02-13T18:53:19+00:00</updated>
<link href="https://www.php.net/index.php#2025-02-13-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2025.php#2025-02-13-2" rel="via" type="text/html"/>
<category term="releases" label="New PHP release"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<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>

<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.3.17 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.17">ChangeLog</a>.
</p> </div>
</content>
</entry>
36 changes: 36 additions & 0 deletions include/releases.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.3.16' =>
array (
'announcement' =>
array (
'English' => '/releases/8_3_16.php',
),
'tags' =>
array (
),
'date' => '16 Jan 2025',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.3.16.tar.gz',
'name' => 'PHP 8.3.16 (tar.gz)',
'sha256' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e',
'date' => '16 Jan 2025',
),
1 =>
array (
'filename' => 'php-8.3.16.tar.bz2',
'name' => 'PHP 8.3.16 (tar.bz2)',
'sha256' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6',
'date' => '16 Jan 2025',
),
2 =>
array (
'filename' => 'php-8.3.16.tar.xz',
'name' => 'PHP 8.3.16 (tar.xz)',
'sha256' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5',
'date' => '16 Jan 2025',
),
),
'museum' => false,
),
'8.4.3' =>
array (
'announcement' =>
Expand Down
10 changes: 5 additions & 5 deletions include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ $RELEASES = (function () {

/* PHP 8.3 Release */
$data['8.3'] = [
'version' => '8.3.16',
'date' => '16 Jan 2025',
'version' => '8.3.17',
'date' => '13 Feb 2025',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e',
'tar.bz2' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6',
'tar.xz' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5',
'tar.gz' => 'e2bbeca5fa62ff27d6ba6241619cf92a80e5346556be187aa962b91bd0eb9df1',
'tar.bz2' => '4e034dca7ab16fc6062c8c53067528f4ecaa246bf22310e6841f7008094264ac',
'tar.xz' => '6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb',
]
];

Expand Down
16 changes: 16 additions & 0 deletions releases/8_3_17.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_3_17.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.3.17 Release Announcement');
?>
<h1>PHP 8.3.17 Release Announcement</h1>

<p>The PHP development team announces the immediate availability of PHP 8.3.17. This is a bug fix release.</p>

<p>All PHP 8.3 users are encouraged to upgrade to this version.</p>

<p>For source downloads of PHP 8.3.17 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.3.17">ChangeLog</a>.
</p>
<?php site_footer();

0 comments on commit d97d64a

Please sign in to comment.