Skip to content

Commit 725d7df

Browse files
committed
Announce PHP 8.2.27
1 parent 1b8d8b3 commit 725d7df

File tree

6 files changed

+182
-6
lines changed

6 files changed

+182
-6
lines changed

ChangeLog-8.php

+94
Original file line numberDiff line numberDiff line change
@@ -1928,6 +1928,100 @@
19281928

19291929
<a id="PHP_8_2"></a>
19301930

1931+
<section class="version" id="8.2.27"><!-- {{{ 8.2.27 -->
1932+
<h3>Version 8.2.27</h3>
1933+
<b><?php release_date('19-Dec-2024'); ?></b>
1934+
<ul><li>Calendar:
1935+
<ul>
1936+
<li>Fixed jdtogregorian overflow.</li>
1937+
<li>Fixed cal_to_jd julian_days argument overflow.</li>
1938+
</ul></li>
1939+
<li>COM:
1940+
<ul>
1941+
<li>Fixed bug <?php githubissuel('php/php-src', 16991); ?> (Getting typeinfo of non DISPATCH variant segfaults).</li>
1942+
</ul></li>
1943+
<li>Core:
1944+
<ul>
1945+
<li>Fail early in *nix configuration build script.</li>
1946+
<li>Fixed bug <?php githubissuel('php/php-src', 16727); ?> (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)).</li>
1947+
<li>Fixed bug <?php githubissuel('php/php-src', 16799); ?> (Assertion failure at Zend/zend_vm_execute.h:7469).</li>
1948+
<li>Fixed bug <?php githubissuel('php/php-src', 16630); ?> (UAF in lexer with encoding translation and heredocs).</li>
1949+
<li>Fix is_zend_ptr() huge block comparison.</li>
1950+
<li>Fixed potential OOB read in zend_dirname() on Windows.</li>
1951+
</ul></li>
1952+
<li>Curl:
1953+
<ul>
1954+
<li>Fix various memory leaks in curl mime handling.</li>
1955+
</ul></li>
1956+
<li>FPM:
1957+
<ul>
1958+
<li>Fixed <?php githubissuel('php/php-src', 16432); ?> (PHP-FPM 8.2 SIGSEGV in fpm_get_status).</li>
1959+
</ul></li>
1960+
<li>GD:
1961+
<ul>
1962+
<li>Fixed <?php githubissuel('php/php-src', 16776); ?> (imagecreatefromstring overflow).</li>
1963+
</ul></li>
1964+
<li>GMP:
1965+
<ul>
1966+
<li>Revert gmp_pow() overly restrictive overflow checks.</li>
1967+
</ul></li>
1968+
<li>Hash:
1969+
<ul>
1970+
<li>Fixed <?php githubissuel('php/php-src', 16711); ?>: Segfault in mhash().</li>
1971+
</ul></li>
1972+
<li>Opcache:
1973+
<ul>
1974+
<li>Fixed bug <?php githubissuel('php/php-src', 16770); ?> (Tracing JIT type mismatch when returning UNDEF).</li>
1975+
<li>Fixed bug <?php githubissuel('php/php-src', 16851); ?> (JIT_G(enabled) not set correctly on other threads).</li>
1976+
<li>Fixed bug <?php githubissuel('php/php-src', 16902); ?> (Set of opcache tests fail zts+aarch64).</li>
1977+
</ul></li>
1978+
<li>OpenSSL:
1979+
<ul>
1980+
<li>Prevent unexpected array entry conversion when reading key.</li>
1981+
<li>Fix various memory leaks related to openssl exports.</li>
1982+
<li>Fix memory leak in php_openssl_pkey_from_zval().</li>
1983+
</ul></li>
1984+
<li>PDO:
1985+
<ul>
1986+
<li>Fixed memory leak of `setFetchMode()`.</li>
1987+
</ul></li>
1988+
<li>Phar:
1989+
<ul>
1990+
<li>Fixed bug <?php githubissuel('php/php-src', 16695); ?> (phar:// tar parser and zero-length file header blocks).</li>
1991+
</ul></li>
1992+
<li>PHPDBG:
1993+
<ul>
1994+
<li>Fixed bug <?php githubissuel('php/php-src', 15208); ?> (Segfault with breakpoint map and phpdbg_clear()).</li>
1995+
</ul></li>
1996+
<li>SAPI:
1997+
<ul>
1998+
<li>Fixed bug <?php githubissuel('php/php-src', 16998); ?> (UBSAN warning in rfc1867).</li>
1999+
</ul></li>
2000+
<li>SimpleXML:
2001+
<ul>
2002+
<li>Fixed bug <?php githubissuel('php/php-src', 16808); ?> (Segmentation fault in RecursiveIteratorIterator -&gt;current() with a xml element input).</li>
2003+
</ul></li>
2004+
<li>SNMP:
2005+
<ul>
2006+
<li>Fixed bug <?php githubissuel('php/php-src', 16959); ?> (snmget modifies the object_id array).</li>
2007+
</ul></li>
2008+
<li>Standard:
2009+
<ul>
2010+
<li>Fixed bug <?php githubissuel('php/php-src', 16905); ?> (Internal iterator functions can't handle UNDEF properties).</li>
2011+
</ul></li>
2012+
<li>Streams:
2013+
<ul>
2014+
<li>Fixed network connect poll interuption handling.</li>
2015+
</ul></li>
2016+
<li>Windows:
2017+
<ul>
2018+
<li>Fixed bug <?php githubissuel('php/php-src', 16849); ?> (Error dialog causes process to hang).</li>
2019+
</ul></li>
2020+
</ul>
2021+
<!-- }}} --></section>
2022+
2023+
2024+
19312025
<section class="version" id="8.2.26"><!-- {{{ 8.2.26 -->
19322026
<h3>Version 8.2.26</h3>
19332027
<b><?php release_date('21-Nov-2024'); ?></b>

archive/archive.xml

+1
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/2024-12-19-1.xml"/>
1213
<xi:include href="entries/2024-12-13-1.xml"/>
1314
<xi:include href="entries/2024-12-09-1.xml"/>
1415
<xi:include href="entries/2024-12-06-1.xml"/>

archive/entries/2024-12-19-1.xml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 8.2.27 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-12-19-1</id>
5+
<published>2024-12-19T15:47:10+00:00</published>
6+
<updated>2024-12-19T15:47:10+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-12-19-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-12-19-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.27. This is a bug fix release.</p>
14+
<p>All PHP 8.2 users are encouraged to upgrade to this version.</p>
15+
<p>For source downloads of PHP 8.2.27 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
16+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
17+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.2.27">ChangeLog</a>.
18+
</p>
19+
<p>Please note, this is the last bug-fix release for the 8.2.x series. Security fix support will continue until 31 Dec 2026.
20+
For more information, please check our <a href="https://www.php.net/supported-versions">Supported Versions</a> page.
21+
</p>
22+
</div>
23+
</content>
24+
</entry>

include/releases.inc

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.2.26' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_26.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '21 Nov 2024',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.2.26.tar.gz',
21+
'name' => 'PHP 8.2.26 (tar.gz)',
22+
'sha256' => '04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb',
23+
'date' => '21 Nov 2024',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.2.26.tar.bz2',
28+
'name' => 'PHP 8.2.26 (tar.bz2)',
29+
'sha256' => 'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b',
30+
'date' => '21 Nov 2024',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.2.26.tar.xz',
35+
'name' => 'PHP 8.2.26 (tar.xz)',
36+
'sha256' => '54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef',
37+
'date' => '21 Nov 2024',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.1.30' =>
643
array (
744
'announcement' =>

include/version.inc

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ $RELEASES = (function () {
4444

4545
/* PHP 8.2 Release */
4646
$data['8.2'] = [
47-
'version' => '8.2.26',
48-
'date' => '21 Nov 2024',
49-
'tags' => ['security'], // Set to ['security'] for security releases.
47+
'version' => '8.2.27',
48+
'date' => '19 Dec 2024',
49+
'tags' => [], // Set to ['security'] for security releases.
5050
'sha256' => [
51-
'tar.gz' => '04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb',
52-
'tar.bz2' => 'be57c347d451c905bcb4336832a864d9928dd0e20989b872705fea0ba6476c6b',
53-
'tar.xz' => '54747400cb4874288ad41a785e6147e2ff546cceeeb55c23c00c771ac125c6ef',
51+
'tar.gz' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a',
52+
'tar.bz2' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60',
53+
'tar.xz' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b',
5454
]
5555
];
5656

releases/8_2_27.php

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/8_2_27.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.2.27 Release Announcement');
5+
?>
6+
<h1>PHP 8.2.27 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.2.27. 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.27 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.27">ChangeLog</a>.
15+
</p>
16+
17+
<p>Please note, this is the last bug-fix release for the 8.2.x series. Security fix support will continue until 31 Dec 2026.
18+
For more information, please check our <a href="https://www.php.net/supported-versions">Supported Versions</a> page.
19+
</p>
20+
<?php site_footer();

0 commit comments

Comments
 (0)