Author: Eric Mann (ericmann) Date: 2024-08-01T06:32:40-07:00 Commit: https://github.com/php/web-php/commit/3737ada8169f3fcc1c650e96e6659c4627404222 Raw diff: https://github.com/php/web-php/commit/3737ada8169f3fcc1c650e96e6659c4627404222.diff
Announce PHP 8.3.10 Changed paths: A archive/entries/2024-08-01-1.xml 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 1d1c4b8b3e..caa8574395 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,92 @@ ?> <a id="PHP_8_3"></a> +<section class="version" id="8.3.10"><!-- {{{ 8.3.10 --> +<h3>Version 8.3.10</h3> +<b><?php release_date('01-Aug-2024'); ?></b> +<ul><li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 13922); ?> (Fixed support for systems with sysconf(_SC_GETPW_R_SIZE_MAX) == -1).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14626); ?> (Fix is_zend_ptr() for huge blocks).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14590); ?> (Memory leak in FPM test gh13563-conf-bool-env.phpt.</li> + <li>Fixed OSS-Fuzz #69765.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14741); ?> (Segmentation fault in Zend/zend_types.h).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14969); ?> (Use-after-free in property coercion with __toString()).</li> +</ul></li> +<li>Dom: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14702); ?> (DOMDocument::xinclude() crash).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14888); ?> (README.REDIST.BINS refers to non-existing LICENSE).</li> +</ul></li> +<li>Gd: +<ul> + <li>ext/gd/tests/gh10614.phpt: skip if no PNG support.</li> + <li>restored warning instead of fata error.</li> +</ul></li> +<li>LibXML: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14563); ?> (Build failure with libxml2 v2.13.0).</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14550); ?> (No warning message when Zend DTrace is enabled that opcache.jit is implictly disabled).</li> +</ul></li> +<li>Output: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14808); ?> (Unexpected null pointer in Zend/zend_string.h with empty output buffer).</li> +</ul></li> +<li>PDO: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14712); ?> (Crash with PDORow access to null property).</li> +</ul></li> +<li>Phar: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14603); ?> (null string from zip entry).</li> +</ul></li> +<li>PHPDBG: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14596); ?> (crashes with ASAN and ZEND_RC_DEBUG=1).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14553); ?> (echo output trimmed at NULL byte).</li> +</ul></li> +<li>Shmop: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14537); ?> (shmop Windows 11 crashes the process).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14639); ?> (Member access within null pointer in ext/spl/spl_observer.c).</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14775); ?> (range function overflow with negative step argument).</li> + <li>Fix 32-bit wordwrap test failures.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14774); ?> (time_sleep_until overflow).</li> +</ul></li> +<li>Streams: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 14930); ?> (Custom stream wrapper dir_readdir output truncated to 255 characters in PHP 8.3).</li> +</ul></li> +<li>Tidy: +<ul> + <li>Fix memory leak in tidy_repair_file().</li> +</ul></li> +<li>Treewide: +<ul> + <li>Fix compatibility with libxml2 2.13.2.</li> +</ul></li> +<li>XML: +<ul> + <li>Move away from to-be-deprecated libxml fields.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 14834); ?> (Error installing PHP when --with-pear is used).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.3.9"><!-- {{{ 8.3.9 --> <h3>Version 8.3.9</h3> <b><?php release_date('04-Jul-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 3f63bb8fc1..af4036d675 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-08-01-1.xml"/> <xi:include href="entries/2024-07-19-1.xml"/> <xi:include href="entries/2024-07-18-1.xml"/> <xi:include href="entries/2024-07-05-1.xml"/> diff --git a/archive/entries/2024-08-01-1.xml b/archive/entries/2024-08-01-1.xml new file mode 100644 index 0000000000..549984bc2f --- /dev/null +++ b/archive/entries/2024-08-01-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.10 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-08-01-1</id> + <published>2024-08-01T13:28:53+00:00</published> + <updated>2024-08-01T13:28:53+00:00</updated> + <link href="https://www.php.net/index.php#2024-08-01-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-08-01-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.10. 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.10 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.10">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index bbef708801..b07c0c0dab 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.9' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_9.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Jul 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.9.tar.gz', + 'name' => 'PHP 8.3.9 (tar.gz)', + 'sha256' => 'f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566', + 'date' => '04 Jul 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.9.tar.bz2', + 'name' => 'PHP 8.3.9 (tar.bz2)', + 'sha256' => '96edc6d82b7503a6650541fc477abd5456df28dfaa8c9388ff9e31d9fe1e3112', + 'date' => '04 Jul 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.9.tar.xz', + 'name' => 'PHP 8.3.9 (tar.xz)', + 'sha256' => 'bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77', + 'date' => '04 Jul 2024', + ), + ), + 'museum' => false, + ), '8.3.8' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a9c99f0e03..757e187c0f 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.9', - 'date' => '04 Jul 2024', + 'version' => '8.3.10', + 'date' => '01 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566', - 'tar.bz2' => '96edc6d82b7503a6650541fc477abd5456df28dfaa8c9388ff9e31d9fe1e3112', - 'tar.xz' => 'bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77', + 'tar.gz' => 'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd', + 'tar.bz2' => 'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0', + 'tar.xz' => 'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d', ] ];