Skip to content

Commit 0dd8d6b

Browse files
committed
Announce PHP 8.2.13
1 parent 17bee26 commit 0dd8d6b

File tree

6 files changed

+158
-5
lines changed

6 files changed

+158
-5
lines changed

ChangeLog-8.php

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

11+
<section class="version" id="8.2.13"><!-- {{{ 8.2.13 -->
12+
<h3>Version 8.2.13</h3>
13+
<b><?php release_date('23-Nov-2023'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li>Fixed double-free of non-interned enum case name.</li>
17+
<li>Fixed bug <?php githubissuel('php/php-src', 12457); ?> (Incorrect result of stripos with single character needle).</li>
18+
<li>Fixed bug <?php githubissuel('php/php-src', 12468); ?> (Double-free of doc_comment when overriding static property via trait).</li>
19+
<li>Fixed segfault caused by weak references to FFI objects.</li>
20+
<li>Fixed max_execution_time: don't delete an unitialized timer.</li>
21+
<li>Fixed bug <?php githubissuel('php/php-src', 12558); ?> (Arginfo soft-breaks with namespaced class return type if the class name starts with N).</li>
22+
</ul></li>
23+
<li>DOM:
24+
<ul>
25+
<li>Fix registerNodeClass with abstract class crashing.</li>
26+
<li>Add missing NULL pointer error check.</li>
27+
<li>Fix validation logic of php:function() callbacks.</li>
28+
</ul></li>
29+
<li>Fiber:
30+
<ul>
31+
<li>Fixed bug <?php githubissuel('php/php-src', 11121); ?> (ReflectionFiber segfault).</li>
32+
</ul></li>
33+
<li>FPM:
34+
<ul>
35+
<li>Fixed bug <?php githubissuel('php/php-src', 9921); ?> (Loading ext in FPM config does not register module handlers).</li>
36+
<li>Fixed bug <?php githubissuel('php/php-src', 12232); ?> (FPM: segfault dynamically loading extension without opcache).</li>
37+
<li><?php bugfix(76922); ?> (FastCGI terminates conn after FCGI_GET_VALUES).</li>
38+
</ul></li>
39+
<li>Intl:
40+
<ul>
41+
<li>Removed the BC break on IntlDateFormatter::construct which threw an exception with an invalid locale.</li>
42+
</ul></li>
43+
<li>Opcache:
44+
<ul>
45+
<li>Added warning when JIT cannot be enabled.</li>
46+
<li>Fixed bug <?php githubissuel('php/php-src', 8143); ?> (Crashes in zend_accel_inheritance_cache_find since upgrading to 8.1.3 due to corrupt on-disk file cache).</li>
47+
</ul></li>
48+
<li>OpenSSL:
49+
<ul>
50+
<li>Fixed bug <?php githubissuel('php/php-src', 12489); ?> (Missing sigbio creation checking in openssl_cms_verify).</li>
51+
</ul></li>
52+
<li>PCRE:
53+
<ul>
54+
<li>Fixed bug <?php githubissuel('php/php-src', 11374); ?> (Backport upstream fix, Different preg_match result with -d pcre.jit=0).</li>
55+
</ul></li>
56+
<li>SOAP:
57+
<ul>
58+
<li>Fixed bug <?php githubissuel('php/php-src', 12392); ?> (Segmentation fault on SoapClient::__getTypes).</li>
59+
<li><?php bugfix(66150); ?> (SOAP WSDL cache race condition causes Segmentation Fault).</li>
60+
<li><?php bugfix(67617); ?> (SOAP leaves incomplete cache file on ENOSPC).</li>
61+
<li>Fix incorrect uri check in SOAP caching.</li>
62+
<li>Fix segfault and assertion failure with refcounted props and arrays.</li>
63+
<li>Fix potential crash with an edge case of persistent encoders.</li>
64+
<li><?php bugfix(75306); ?> (Memleak in SoapClient).</li>
65+
</ul></li>
66+
<li>Streams:
67+
<ul>
68+
<li><?php bugfix(75708); ?> (getimagesize with "&amp;$imageinfo" fails on StreamWrappers).</li>
69+
</ul></li>
70+
<li>XMLReader:
71+
<ul>
72+
<li>Add missing NULL pointer error check.</li>
73+
</ul></li>
74+
<li>XMLWriter:
75+
<ul>
76+
<li>Add missing NULL pointer error check.</li>
77+
</ul></li>
78+
<li>XSL:
79+
<ul>
80+
<li>Add missing module dependency.</li>
81+
<li>Fix validation logic of php:function() callbacks.</li>
82+
</ul></li>
83+
</ul>
84+
<!-- }}} --></section>
85+
86+
87+
1188
<section class="version" id="8.2.12"><!-- {{{ 8.2.12 -->
1289
<h3>Version 8.2.12</h3>
1390
<b><?php release_date('26-Oct-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-11-23-1.xml"/>
1213
<xi:include href="entries/2023-11-21-1.xml"/>
1314
<xi:include href="entries/2023-11-09-1.xml"/>
1415
<xi:include href="entries/2023-10-30-1.xml"/>

archive/entries/2023-11-23-1.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.13 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-11-23-1</id>
5+
<published>2023-11-23T12:24:42+00:00</published>
6+
<updated>2023-11-23T12:24:42+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-11-23-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-11-23-1" 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">
13+
<p>The PHP development team announces the immediate availability of PHP 8.2.13. This is a bug fix release.</p>
14+
15+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
16+
17+
<p>For source downloads of PHP 8.2.13 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
18+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
19+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.13">ChangeLog</a>.
20+
</p>
21+
</div>
22+
</content>
23+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.12' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_12.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '26 Oct 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.2.12.tar.gz',
20+
'name' => 'PHP 8.2.12 (tar.gz)',
21+
'sha256' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21',
22+
'date' => '26 Oct 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.2.12.tar.bz2',
27+
'name' => 'PHP 8.2.12 (tar.bz2)',
28+
'sha256' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893',
29+
'date' => '26 Oct 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.2.12.tar.xz',
34+
'name' => 'PHP 8.2.12 (tar.xz)',
35+
'sha256' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132',
36+
'date' => '26 Oct 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.1.24' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 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.12',
24-
'date' => '26 Oct 2023',
23+
'version' => '8.2.13',
24+
'date' => '23 Nov 2023',
2525
'tags' => [], // Set to ['security'] for security releases.
2626
'sha256' => [
27-
'tar.gz' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21',
28-
'tar.bz2' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893',
29-
'tar.xz' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132',
27+
'tar.gz' => '6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b',
28+
'tar.bz2' => '66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba',
29+
'tar.xz' => '2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b',
3030
]
3131
];
3232

releases/8_2_13.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_13.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.13 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.13 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.13. 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.13 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.13">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)