Author: Eric Mann (ericmann) Date: 2025-01-16T08:37:26-08:00 Commit: https://github.com/php/web-php/commit/0ab9d27fac12b03528582e6cee21edadef0611f4 Raw diff: https://github.com/php/web-php/commit/0ab9d27fac12b03528582e6cee21edadef0611f4.diff
Announce PHP 8.3.16 Changed paths: A archive/entries/2025-01-16-1.xml A releases/8_3_16.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 5d9b1ef360..838addaefe 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -653,6 +653,125 @@ <a id="PHP_8_3"></a> +<section class="version" id="8.3.16"><!-- {{{ 8.3.16 --> +<h3>Version 8.3.16</h3> +<b><?php release_date('16-Jan-2025'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17106); ?> (ZEND_MATCH_ERROR misoptimization).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17162); ?> (zend_array_try_init() with dtor can cause engine UAF).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17101); ?> (AST->string does not reproduce constructor property promotion correctly).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17211); ?> (observer segfault on function loaded with dl()).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17216); ?> (Trampoline crash on error).</li> +</ul></li> +<li>Date: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14709); ?> DatePeriod::__construct() overflow on recurrences.</li> +</ul></li> +<li>DBA: +<ul> + <li>Skip test if inifile is disabled.</li> +</ul></li> +<li>DOM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17224); ?> (UAF in importNode).</li> +</ul></li> +<li>Embed: +<ul> + <li>Make build command for program using embed portable.</li> +</ul></li> +<li>FFI: +<ul> + <li><?php bugfix(79075); ?> (FFI header parser chokes on comments).</li> + <li>Fix memory leak on ZEND_FFI_TYPE_CHAR conversion failure.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16013); ?> and bug #80857 (Big endian issues).</li> +</ul></li> +<li>Filter: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16944); ?> (Fix filtering special IPv4 and IPv6 ranges, by using information from RFC 6890).</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13437); ?> (FPM: ERROR: scoreboard: failed to lock (already locked)).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17112); ?> (Macro redefinitions).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17208); ?> (bug64539-status-json-encoding.phpt fail on 32-bits).</li> +</ul></li> +<li>GD: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16255); ?> (Unexpected nan value in ext/gd/libgd/gd_filter.c).</li> + <li>Ported fix for libgd bug 276 (Sometimes pixels are missing when storing images as BMPs).</li> +</ul></li> +<li>Gettext: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17202); ?> (Segmentation fault ext/gettext/gettext.c bindtextdomain()).</li> +</ul></li> +<li>Iconv: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17047); ?> (UAF on iconv filter failure).</li> +</ul></li> +<li>LDAP: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17280); ?> (ldap_search() fails when $attributes array has holes).</li> +</ul></li> +<li>LibXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17223); ?> (Memory leak in libxml encoding handling).</li> +</ul></li> +<li>MBString: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17112); ?> (Macro redefinitions).</li> +</ul></li> +<li>Opcache: +<ul> + <li>opcache_get_configuration() properly reports jit_prof_threshold.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17246); ?> (GC during SCCP causes segfault).</li> +</ul></li> +<li>PCNTL: +<ul> + <li>Fix memory leak in cleanup code of pcntl_exec() when a non stringable value is encountered past the first entry.</li> +</ul></li> +<li>PgSql: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17158); ?> (pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument).</li> + <li>Fixed further ArgumentCountError for calls with flexible number of arguments.</li> +</ul></li> +<li>Phar: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17137); ?> (Segmentation fault ext/phar/phar.c).</li> +</ul></li> +<li>SimpleXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17040); ?> (SimpleXML's unset can break DOM objects).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17153); ?> (SimpleXML crash when using autovivification on document).</li> +</ul></li> +<li>Sockets: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 16276); ?> (socket_strerror overflow handling with INT_MIN).</li> + <li>Fixed overflow on SO_LINGER values setting, strengthening values check on SO_SNDTIMEO/SO_RCVTIMEO for socket_set_option().</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17225); ?> (NULL deref in spl_directory.c).</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 17037); ?> (UAF in user filter when adding existing filter name due to incorrect error handling).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 16810); ?> (overflow on fopen HTTP wrapper timeout value).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 17067); ?> (glob:// wrapper doesn't cater to CWD for ZTS builds).</li> +</ul></li> +<li>Windows: +<ul> + <li>Hardened proc_open() against cmd.exe hijacking.</li> +</ul></li> +<li>XML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 1718); ?> (unreachable program point in zend_hash).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.3.15"><!-- {{{ 8.3.15 --> <h3>Version 8.3.15</h3> <b><?php release_date('19-Dec-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 6926fd8cb4..7355ef1ed7 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-01-16-1.xml"/> <xi:include href="entries/2025-01-13-1.xml"/> <xi:include href="entries/2024-12-31-1.xml"/> <xi:include href="entries/2024-12-19-3.xml"/> diff --git a/archive/entries/2025-01-16-1.xml b/archive/entries/2025-01-16-1.xml new file mode 100644 index 0000000000..575199487a --- /dev/null +++ b/archive/entries/2025-01-16-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.3.16 Released!</title> + <id>https://www.php.net/archive/2025.php#2025-01-16-1</id> + <published>2025-01-16T16:36:10+00:00</published> + <updated>2025-01-16T16:36:10+00:00</updated> + <link href="https://www.php.net/index.php#2025-01-16-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2025.php#2025-01-16-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.3.16. 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.16 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.16">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 8b181b34c2..5b193f5828 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_15.php', + ), + 'tags' => + array ( + ), + 'date' => '19 Dec 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.15.tar.gz', + 'name' => 'PHP 8.3.15 (tar.gz)', + 'sha256' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa', + 'date' => '19 Dec 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.15.tar.bz2', + 'name' => 'PHP 8.3.15 (tar.bz2)', + 'sha256' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98', + 'date' => '19 Dec 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.15.tar.xz', + 'name' => 'PHP 8.3.15 (tar.xz)', + 'sha256' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f', + 'date' => '19 Dec 2024', + ), + ), + 'museum' => false, + ), '8.4.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 83bae598ef..0be865c744 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.15', - 'date' => '19 Dec 2024', + 'version' => '8.3.16', + 'date' => '16 Jan 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa', - 'tar.bz2' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98', - 'tar.xz' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f', + 'tar.gz' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e', + 'tar.bz2' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6', + 'tar.xz' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5', ] ]; diff --git a/releases/8_3_16.php b/releases/8_3_16.php new file mode 100644 index 0000000000..3d2f717d2d --- /dev/null +++ b/releases/8_3_16.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_3_16.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.3.16 Release Announcement'); +?> +<h1>PHP 8.3.16 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.3.16. 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.16 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.16">ChangeLog</a>. +</p> +<?php site_footer();