Author: Jakub Zelenka (bukka) Date: 2025-02-13T19:55:34+01:00 Commit: https://github.com/php/web-php/commit/d97d64a825ca83da070ee6de51b7843be55d6e26 Raw diff: https://github.com/php/web-php/commit/d97d64a825ca83da070ee6de51b7843be55d6e26.diff
Announce PHP 8.3.17 Changed paths: A archive/entries/2025-02-13-2.xml A releases/8_3_17.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 94411107b8..0db1d8d58a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -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> diff --git a/archive/archive.xml b/archive/archive.xml index 341ab9f2bd..ae87927202 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</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"/> diff --git a/archive/entries/2025-02-13-2.xml b/archive/entries/2025-02-13-2.xml new file mode 100644 index 0000000000..ea8f0ac4d1 --- /dev/null +++ b/archive/entries/2025-02-13-2.xml @@ -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> diff --git a/include/releases.inc b/include/releases.inc index 33b8e78a3d..d3a8252b77 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -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' => diff --git a/include/version.inc b/include/version.inc index bbeccdc84a..a62f927231 100644 --- a/include/version.inc +++ b/include/version.inc @@ -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', ] ]; diff --git a/releases/8_3_17.php b/releases/8_3_17.php new file mode 100644 index 0000000000..553ce9f4ca --- /dev/null +++ b/releases/8_3_17.php @@ -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();