Author: Jakub Zelenka (bukka) Date: 2024-03-14T21:05:18Z Commit: https://github.com/php/web-php/commit/4fc04ab3d9b31d0f1d4b13c15ed788136b838475 Raw diff: https://github.com/php/web-php/commit/4fc04ab3d9b31d0f1d4b13c15ed788136b838475.diff
Announce PHP 8.3.4 Changed paths: A archive/entries/2024-03-14-2.xml A releases/8_3_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 d8abf99fed..a2ff966b54 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,64 @@ ?> <a id="PHP_8_3"></a> +<section class="version" id="8.3.4"><!-- {{{ 8.3.4 --> +<h3>Version 8.3.4</h3> +<b><?php release_date('14-Mar-2024'); ?></b> +<ul><li>Core: +<ul> + <li>Fix ZTS persistent resource crashes on shutdown.</li> +</ul></li> +<li>Curl: +<ul> + <li>Fix failing tests due to string changes in libcurl 8.6.0.</li> +</ul></li> +<li>DOM: +<ul> + <li>Fix unlikely memory leak in case of namespace removal with extremely deep trees.</li> + <li>Fix reference access in dimensions for DOMNodeList and DOMNodeMap.</li> +</ul></li> +<li>Fileinfo: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13344); ?> (finfo::buffer(): Failed identify data 0:(null), backport).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(75712); ?> (getenv in php-fpm should not read $_ENV, $_SERVER).</li> +</ul></li> +<li>GD: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 12019); ?> (detection of image formats in system gd library).</li> +</ul></li> +<li>MySQLnd: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11950); ?> ([mysqlnd] Fixed not to set CR_MALFORMED_PACKET to error if CR_SERVER_GONE_ERROR is already set).</li> +</ul></li> +<li>PDO: +<ul> + <li>Fix various PDORow bugs.</li> +</ul></li> +<li>PGSQL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13354); ?> (pg_execute/pg_send_query_params/pg_send_execute with null value passed by reference).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13531); ?> (Unable to resize SplfixedArray after being unserialized in PHP 8.2.15).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13279); ?> (Instable array during in-place modification in uksort).</li> + <li>Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now).</li> +</ul></li> +<li>XML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13517); ?> (Multiple test failures when building with --with-expat).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.3.3"><!-- {{{ 8.3.3 --> <h3>Version 8.3.3</h3> <b><?php release_date('15-Feb-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 75ef00050d..52a9f88559 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/2024-03-14-2.xml"/> <xi:include href="entries/2024-03-14-1.xml"/> <xi:include href="entries/2024-02-23-1.xml"/> <xi:include href="entries/2024-05-17-1.xml"/> diff --git a/archive/entries/2024-03-14-2.xml b/archive/entries/2024-03-14-2.xml new file mode 100644 index 0000000000..7b50b31126 --- /dev/null +++ b/archive/entries/2024-03-14-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.4 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-03-14-2</id> + <published>2024-03-14T21:02:45+00:00</published> + <updated>2024-03-14T21:02:45+00:00</updated> + <link href="https://www.php.net/index.php#2024-03-14-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-03-14-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.4. 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.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.3.4">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 5260266fec..53e222ccff 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_3.php', + ), + 'tags' => + array ( + ), + 'date' => '15 Feb 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.3.tar.gz', + 'name' => 'PHP 8.3.3 (tar.gz)', + 'sha256' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac', + 'date' => '15 Feb 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.3.tar.bz2', + 'name' => 'PHP 8.3.3 (tar.bz2)', + 'sha256' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a', + 'date' => '15 Feb 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.3.tar.xz', + 'name' => 'PHP 8.3.3 (tar.xz)', + 'sha256' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1', + 'date' => '15 Feb 2024', + ), + ), + 'museum' => false, + ), '8.2.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a4d90c1556..1a488d86ed 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.3', - 'date' => '15 Feb 2024', + 'version' => '8.3.4', + 'date' => '14 Mar 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac', - 'tar.bz2' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a', - 'tar.xz' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1', + 'tar.gz' => '0e2801e47fb1b92d2743204fcf650ce2fcad1a13ef7a44fe05738101a383e4a2', + 'tar.bz2' => '3c5caf18e0c0a243aaec913a39ecb092043195adde4c3fc42e945da5b9277695', + 'tar.xz' => '39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63', ] ]; diff --git a/releases/8_3_4.php b/releases/8_3_4.php new file mode 100644 index 0000000000..77c7247544 --- /dev/null +++ b/releases/8_3_4.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_3_4.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.3.4 Release Announcement'); +?> +<h1>PHP 8.3.4 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.3.4. 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.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.3.4">ChangeLog</a>. +</p> +<?php site_footer();