Author: Calvin Buckley (NattyNarwhal) Date: 2025-02-13T14:05:28-04:00 Commit: https://github.com/php/web-php/commit/169385310488b1ede52413d618dbb8a0ce3b4352 Raw diff: https://github.com/php/web-php/commit/169385310488b1ede52413d618dbb8a0ce3b4352.diff
Announce PHP 8.4.4 Changed paths: A archive/entries/2025-02-13-1.xml A releases/8_4_4.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 56197e5bf9..94411107b8 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,123 @@ <a id="PHP_8_4"></a> +<section class="version" id="8.4.4"><!-- {{{ 8.4.4 --> +<h3>Version 8.4.4</h3> +<b><?php release_date('13-Feb-2025'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17234); ?> (Numeric parent hook call fails with assertion).</li> + <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', 17222); ?> (__PROPERTY__ magic constant does not work in all constant expression contexts).</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> + <li>Fixed bug <?php githubissuel('php/php-src', 17597); ?> (#[\Deprecated] does not work for __call() and __callStatic()).</li> +</ul></li> +<li>DOM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17397); ?> (Assertion failure ext/dom/php_dom.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17486); ?> (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17481); ?> (UTF-8 corruption in \Dom\HTMLDocument).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17500); ?> (Segfault with requesting nodeName on nameless doctype).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17485); ?> (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17572); ?> (getElementsByTagName returns collections with tagName-based indexing).</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> + <li>Added support for reading GIFs without colormap to bundled libgd.</li> +</ul></li> +<li>Gettext: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17400); ?> (bindtextdomain SEGV on invalid domain).</li> +</ul></li> +<li>Intl: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11874); ?> (intl causing segfault in docker images).</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 15981); ?> (Segfault with frameless jumps and minimal JIT).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17307); ?> (Internal closure causes JIT failure).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17428); ?> (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17564); ?> (Potential UB when reading from / writing to struct padding).</li> +</ul></li> +<li>PCNTL: +<ul> + <li>Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string.</li> +</ul></li> +<li>PCRE: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17122); ?> (memory leak in regex).</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>PgSql: +<ul> + <li>Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system.</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', 15833); ?> (Segmentation fault (access null pointer) in ext/spl/spl_array.c).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17516); ?> (SplFileTempObject::getPathInfo() Undefined behavior on invalid class).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17447); ?> (Assertion failure when array popping a self addressing variable).</li> +</ul></li> +<li>Windows: +<ul> + <li>Fixed clang compiler detection.</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.4.3"><!-- {{{ 8.4.3 --> <h3>Version 8.4.3</h3> <b><?php release_date('16-Jan-2025'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index d82f462377..341ab9f2bd 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-1.xml"/> <xi:include href="entries/2025-02-09-1.xml"/> <xi:include href="entries/2025-01-31-1.xml"/> <xi:include href="entries/2025-01-17-2.xml"/> diff --git a/archive/entries/2025-02-13-1.xml b/archive/entries/2025-02-13-1.xml new file mode 100644 index 0000000000..d32c3dfe19 --- /dev/null +++ b/archive/entries/2025-02-13-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.4.4 Released!</title> + <id>https://www.php.net/archive/2025.php#2025-02-13-1</id> + <published>2025-02-13T17:59:36+00:00</published> + <updated>2025-02-13T17:59:36+00:00</updated> + <link href="https://www.php.net/index.php#2025-02-13-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2025.php#2025-02-13-1" 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.4.4. This is a bug fix release.</p> + +<p>All PHP 8.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.4.4 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.4.4">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 04d19c0a9b..33b8e78a3d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.4.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_4_3.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Jan 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.4.3.tar.gz', + 'name' => 'PHP 8.4.3 (tar.gz)', + 'sha256' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb', + 'date' => '16 Jan 2025', + ), + 1 => + array ( + 'filename' => 'php-8.4.3.tar.bz2', + 'name' => 'PHP 8.4.3 (tar.bz2)', + 'sha256' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9', + 'date' => '16 Jan 2025', + ), + 2 => + array ( + 'filename' => 'php-8.4.3.tar.xz', + 'name' => 'PHP 8.4.3 (tar.xz)', + 'sha256' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b', + 'date' => '16 Jan 2025', + ), + ), + 'museum' => false, + ), '8.4.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9b9c6b9b6b..bbeccdc84a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.4 Release */ $data['8.4'] = [ - 'version' => '8.4.3', - 'date' => '16 Jan 2025', + 'version' => '8.4.4', + 'date' => '13 Feb 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '45b88555b31487401b42c8bd36f2c45d84992bc93ae4c1a23d93bb3347984ecb', - 'tar.bz2' => 'd6b12379d1f1df216d1932840a31b14fed1e0fc7e8db1e9d1795f75a1e75ead9', - 'tar.xz' => '5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b', + 'tar.gz' => '719551f50a81961f802aa9102bf4a1a0b5a315074330ab37bc8035a15f4be71b', + 'tar.bz2' => '192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec', + 'tar.xz' => '05a6c9a2cc894dd8be719ecab221b311886d5e0c02cb6fac648dd9b3459681ac', ] ]; diff --git a/releases/8_4_4.php b/releases/8_4_4.php new file mode 100644 index 0000000000..71646fb84d --- /dev/null +++ b/releases/8_4_4.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_4_4.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.4.4 Release Announcement'); +?> +<h1>PHP 8.4.4 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.4.4. This is a bug fix release.</p> + +<p>All PHP 8.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.4.4 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.4.4">ChangeLog</a>. +</p> +<?php site_footer();