Skip to content

Commit 3446663

Browse files
committed
Announce PHP 8.2.10
1 parent 130d3ac commit 3446663

File tree

6 files changed

+152
-6
lines changed

6 files changed

+152
-6
lines changed

ChangeLog-8.php

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,77 @@
88
?>
99
<a id="PHP_8_2"></a>
1010

11+
<section class="version" id="8.2.10"><!-- {{{ 8.2.10 -->
12+
<h3>Version 8.2.10</h3>
13+
<b><?php release_date('31-Aug-2023'); ?></b>
14+
<ul><li>CLI:
15+
<ul>
16+
<li>Fixed bug <?php githubissuel('php/php-src', 11716); ?> (cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1).</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 10964); ?> (Improve man page about the built-in server).</li>
18+
</ul></li>
19+
<li>Date:
20+
<ul>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 11416); ?> (Crash with DatePeriod when uninitialised objects are passed in).</li>
22+
</ul></li>
23+
<li>Core:
24+
<ul>
25+
<li>Fixed strerror_r detection at configuration time.</li>
26+
<li>Fixed trait typed properties using a DNF type not being correctly bound.</li>
27+
<li>Fixed trait property types not being arena allocated if copied from an internal trait.</li>
28+
<li>Fixed deep copy of property DNF type during lazy class load.</li>
29+
<li>Fixed memory freeing of DNF types for non arena allocated types.</li>
30+
</ul></li>
31+
<li>DOM:
32+
<ul>
33+
<li>Fix DOMEntity field getter bugs.</li>
34+
<li>Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.</li>
35+
<li>Fix DOMCharacterData::replaceWith() with itself.</li>
36+
<li>Fix empty argument cases for DOMParentNode methods.</li>
37+
<li>Fixed bug <?php githubissuel('php/php-src', 11791); ?> (Wrong default value of DOMDocument::xmlStandalone).</li>
38+
<li>Fix json_encode result on DOMDocument.</li>
39+
<li>Fix manually calling __construct() on DOM classes.</li>
40+
<li>Fixed bug <?php githubissuel('php/php-src', 11830); ?> (ParentNode methods should perform their checks upfront).</li>
41+
<li>Fix viable next sibling search for replaceWith.</li>
42+
<li>Fix segfault when DOMParentNode::prepend() is called when the child disappears.</li>
43+
</ul></li>
44+
<li>FFI:
45+
<ul>
46+
<li>Fix leaking definitions when using FFI::cdef()-&gt;new(...).</li>
47+
</ul></li>
48+
<li>Hash:
49+
<ul>
50+
<li>Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options parameter in signature.</li>
51+
</ul></li>
52+
<li>MySQLnd:
53+
<ul>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 11440); ?> (authentication to a sha256_password account fails over SSL).</li>
55+
<li>Fixed bug <?php githubissuel('php/php-src', 11438); ?> (mysqlnd fails to authenticate with sha256_password accounts using passwords longer than 19 characters).</li>
56+
<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>
57+
<li>Fixed invalid error message "Malformed packet" when connection is dropped.</li>
58+
</ul></li>
59+
<li>Opcache:
60+
<ul>
61+
<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>
62+
<li>Avoid adding an unnecessary read-lock when loading script from shm if restart is in progress.</li>
63+
</ul></li>
64+
<li>PCNTL:
65+
<ul>
66+
<li>Revert behaviour of receiving SIGCHLD signals back to the behaviour before 8.1.22.</li>
67+
</ul></li>
68+
<li>SPL:
69+
<ul>
70+
<li><?php bugfix(81992); ?> (SplFixedArray::setSize() causes use-after-free).</li>
71+
</ul></li>
72+
<li>Standard:
73+
<ul>
74+
<li>Prevent int overflow on $decimals in number_format.</li>
75+
<li>Fixed bug <?php githubissuel('php/php-src', 11870); ?> (Fix off-by-one bug when truncating tempnam prefix) (athos-ribeiro)</li>
76+
</ul></li>
77+
</ul>
78+
<!-- }}} --></section>
79+
80+
81+
1182
<section class="version" id="8.2.9"><!-- {{{ 8.2.9 -->
1283
<h3>Version 8.2.9</h3>
1384
<b><?php release_date('03-Aug-2023'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2023-08-31-2.xml"/>
1213
<xi:include href="entries/2023-08-31-1.xml"/>
1314
<xi:include href="entries/2023-08-28-1.xml"/>
1415
<xi:include href="entries/2023-08-24-1.xml"/>

archive/entries/2023-08-31-2.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.10 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-08-31-2</id>
5+
<published>2023-08-31T16:15:39+00:00</published>
6+
<updated>2023-08-31T16:15:39+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-08-31-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-08-31-2" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.2.10 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.10">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.9' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_9.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '03 Aug 2023',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.2.9.tar.gz',
21+
'name' => 'PHP 8.2.9 (tar.gz)',
22+
'sha256' => '5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04',
23+
'date' => '03 Aug 2023',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.2.9.tar.bz2',
28+
'name' => 'PHP 8.2.9 (tar.bz2)',
29+
'sha256' => '48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c',
30+
'date' => '03 Aug 2023',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.2.9.tar.xz',
35+
'name' => 'PHP 8.2.9 (tar.xz)',
36+
'sha256' => '1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765',
37+
'date' => '03 Aug 2023',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.2.8' =>
643
array (
744
'announcement' =>

include/version.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $RELEASES = (function () {
2020

2121
/* PHP 8.2 Release */
2222
$data['8.2'] = [
23-
'version' => '8.2.9',
24-
'date' => '03 Aug 2023',
25-
'tags' => ['security'], // Set to ['security'] for security releases.
23+
'version' => '8.2.10',
24+
'date' => '31 Aug 2023',
25+
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => '5fac52041335cacfb5845aeff2303f92403925338a0285f2e160feebcb840f04',
28-
'tar.bz2' => '48460b994ae7eb5096a310f44d13e865de1771104d4a550d53072be58a6f176c',
29-
'tar.xz' => '1e6cb77f997613864ab3127fbfc6a8c7fdaa89a95e8ed6167617b913b4de4765',
27+
'tar.gz' => '7e3e277d6eab652616f90bc7c75991179c0512953933ceba27496fb5514f7e78',
28+
'tar.bz2' => 'cc9834e8f1b613d7677af8843c3651e9829abca8ebfe9079251d0d85d9a0aa3e',
29+
'tar.xz' => '561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3',
3030
]
3131
];
3232

releases/8_2_10.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_2_10.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.10 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.10 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.10. This is a bug fix release.</p>
9+
10+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.2.10 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.10">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)