Author: Pierrick Charron (adoy) Date: 2023-08-31T12:18:55-04:00 Commit: https://github.com/php/web-php/commit/34466639c034883d85b09996a8fd32cfef850918 Raw diff: https://github.com/php/web-php/commit/34466639c034883d85b09996a8fd32cfef850918.diff
Announce PHP 8.2.10 Changed paths: A archive/entries/2023-08-31-2.xml A releases/8_2_10.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 f0929092b4..6d55c2114a 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,77 @@ ?> <a id="PHP_8_2"></a> +<section class="version" id="8.2.10"><!-- {{{ 8.2.10 --> +<h3>Version 8.2.10</h3> +<b><?php release_date('31-Aug-2023'); ?></b> +<ul><li>CLI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11716); ?> (cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 10964); ?> (Improve man page about the built-in server).</li> +</ul></li> +<li>Date: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11416); ?> (Crash with DatePeriod when uninitialised objects are passed in).</li> +</ul></li> +<li>Core: +<ul> + <li>Fixed strerror_r detection at configuration time.</li> + <li>Fixed trait typed properties using a DNF type not being correctly bound.</li> + <li>Fixed trait property types not being arena allocated if copied from an internal trait.</li> + <li>Fixed deep copy of property DNF type during lazy class load.</li> + <li>Fixed memory freeing of DNF types for non arena allocated types.</li> +</ul></li> +<li>DOM: +<ul> + <li>Fix DOMEntity field getter bugs.</li> + <li>Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.</li> + <li>Fix DOMCharacterData::replaceWith() with itself.</li> + <li>Fix empty argument cases for DOMParentNode methods.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 11791); ?> (Wrong default value of DOMDocument::xmlStandalone).</li> + <li>Fix json_encode result on DOMDocument.</li> + <li>Fix manually calling __construct() on DOM classes.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 11830); ?> (ParentNode methods should perform their checks upfront).</li> + <li>Fix viable next sibling search for replaceWith.</li> + <li>Fix segfault when DOMParentNode::prepend() is called when the child disappears.</li> +</ul></li> +<li>FFI: +<ul> + <li>Fix leaking definitions when using FFI::cdef()->new(...).</li> +</ul></li> +<li>Hash: +<ul> + <li>Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options parameter in signature.</li> +</ul></li> +<li>MySQLnd: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11440); ?> (authentication to a sha256_password account fails over SSL).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 11438); ?> (mysqlnd fails to authenticate with sha256_password accounts using passwords longer than 19 characters).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 11550); ?> (MySQL Statement has a empty query result when the response field has changed, also Segmentation fault).</li> + <li>Fixed invalid error message "Malformed packet" when connection is dropped.</li> +</ul></li> +<li>Opcache: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 11715); ?> (opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() is wrong).</li> + <li>Avoid adding an unnecessary read-lock when loading script from shm if restart is in progress.</li> +</ul></li> +<li>PCNTL: +<ul> + <li>Revert behaviour of receiving SIGCHLD signals back to the behaviour before 8.1.22.</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(81992); ?> (SplFixedArray::setSize() causes use-after-free).</li> +</ul></li> +<li>Standard: +<ul> + <li>Prevent int overflow on $decimals in number_format.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 11870); ?> (Fix off-by-one bug when truncating tempnam prefix) (athos-ribeiro)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.2.9"><!-- {{{ 8.2.9 --> <h3>Version 8.2.9</h3> <b><?php release_date('03-Aug-2023'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 5dcd291d11..9d359207d5 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/2023-08-31-2.xml"/> <xi:include href="entries/2023-08-31-1.xml"/> <xi:include href="entries/2023-08-28-1.xml"/> <xi:include href="entries/2023-08-24-1.xml"/> diff --git a/archive/entries/2023-08-31-2.xml b/archive/entries/2023-08-31-2.xml new file mode 100644 index 0000000000..d152961969 --- /dev/null +++ b/archive/entries/2023-08-31-2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.2.10 Released!</title> + <id>https://www.php.net/archive/2023.php#2023-08-31-2</id> + <published>2023-08-31T16:15:39+00:00</published> + <updated>2023-08-31T16:15:39+00:00</updated> + <link href="https://www.php.net/index.php#2023-08-31-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2023.php#2023-08-31-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.2.10. This is a bug fix release.</p> + +<p>All PHP 8.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.2.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.2.10">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 56b871e476..d5e7daeabc 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.9' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_9.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '03 Aug 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.9.tar.gz', + 'name' => 'PHP 8.2.9 (tar.gz)', + 'sha256' => '5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04', + 'date' => '03 Aug 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.9.tar.bz2', + 'name' => 'PHP 8.2.9 (tar.bz2)', + 'sha256' => '48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c', + 'date' => '03 Aug 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.9.tar.xz', + 'name' => 'PHP 8.2.9 (tar.xz)', + 'sha256' => '1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765', + 'date' => '03 Aug 2023', + ), + ), + 'museum' => false, + ), '8.2.8' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b8ace15e30..27caa9fef5 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.9', - 'date' => '03 Aug 2023', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.2.10', + 'date' => '31 Aug 2023', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04', - 'tar.bz2' => '48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c', - 'tar.xz' => '1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765', + 'tar.gz' => '7e3e277d6eab652616f90bc7c75991179c0512953933ceba27496fb5514f7e78', + 'tar.bz2' => 'cc9834e8f1b613d7677af8843c3651e9829abca8ebfe9079251d0d85d9a0aa3e', + 'tar.xz' => '561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3', ] ]; diff --git a/releases/8_2_10.php b/releases/8_2_10.php new file mode 100644 index 0000000000..a4745f9053 --- /dev/null +++ b/releases/8_2_10.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_2_10.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.2.10 Release Announcement'); +?> +<h1>PHP 8.2.10 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.2.10. This is a bug fix release.</p> + +<p>All PHP 8.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.2.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.2.10">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php