Skip to content

Commit 547f294

Browse files
committed
Announce PHP 8.2.19
1 parent 94f1959 commit 547f294

File tree

6 files changed

+161
-6
lines changed

6 files changed

+161
-6
lines changed

ChangeLog-8.php

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,84 @@
634634

635635
<a id="PHP_8_2"></a>
636636

637+
<section class="version" id="8.2.19"><!-- {{{ 8.2.19 -->
638+
<h3>Version 8.2.19</h3>
639+
<b><?php release_date('09-May-2024'); ?></b>
640+
<ul><li>Core:
641+
<ul>
642+
<li>Fixed bug <?php githubissuel('php/php-src', 13772); ?> (Invalid execute_data-&gt;opline pointers in observer fcall handlers when JIT is enabled).</li>
643+
<li>Fixed bug <?php githubissuel('php/php-src', 13931); ?> (Applying zero offset to null pointer in Zend/zend_opcode.c).</li>
644+
<li>Fixed bug <?php githubissuel('php/php-src', 13942); ?> (Align the behavior of zend-max-execution-timers with other timeout implementations).</li>
645+
<li>Fixed bug <?php githubissuel('php/php-src', 14003); ?> (Broken cleanup of unfinished calls with callable convert parameters).</li>
646+
<li>Fixed bug <?php githubissuel('php/php-src', 14013); ?> (Erroneous dnl appended in configure).</li>
647+
<li>Fixed bug <?php githubissuel('php/php-src', 10232); ?> (If autoloading occurs during constant resolution filename and lineno are identified incorrectly).</li>
648+
<li>Fixed bug <?php githubissuel('php/php-src', 13727); ?> (Missing void keyword).</li>
649+
</ul></li>
650+
<li>Fibers:
651+
<ul>
652+
<li>Fixed bug <?php githubissuel('php/php-src', 13903); ?> (ASAN false positive underflow when executing copy()).</li>
653+
</ul></li>
654+
<li>FPM:
655+
<ul>
656+
<li>Fixed bug <?php githubissuel('php/php-src', 13563); ?> (Setting bool values via env in FPM config fails).</li>
657+
</ul></li>
658+
<li>Intl:
659+
<ul>
660+
<li>Fixed build for icu 74 and onwards.</li>
661+
</ul></li>
662+
<li>MySQLnd:
663+
<ul>
664+
<li>Fix shift out of bounds on 32-bit non-fast-path platforms.</li>
665+
</ul></li>
666+
<li>Opcache:
667+
<ul>
668+
<li>Fixed incorrect assumptions across compilation units for static calls.</li>
669+
</ul></li>
670+
<li>OpenSSL:
671+
<ul>
672+
<li>Fixed bug <?php githubissuel('php/php-src', 10495); ?> (feof on OpenSSL stream hangs indefinitely).</li>
673+
</ul></li>
674+
<li>PDO SQLite:
675+
<ul>
676+
<li>Fix <?php githubissuel('php/php-src', 13984); ?> (Buffer size is now checked before memcmp).</li>
677+
<li>Fix <?php githubissuel('php/php-src', 13998); ?> (Manage refcount of agg_context-&gt;val correctly).</li>
678+
</ul></li>
679+
<li>Phar:
680+
<ul>
681+
<li>Fixed bug <?php githubissuel('php/php-src', 13836); ?> (Renaming a file in a Phar to an already existing filename causes a NULL pointer dereference).</li>
682+
<li>Fixed bug <?php githubissuel('php/php-src', 13833); ?> (Applying zero offset to null pointer in zend_hash.c).</li>
683+
<li>Fix potential NULL pointer dereference before calling EVP_SignInit.</li>
684+
</ul></li>
685+
<li>PHPDBG:
686+
<ul>
687+
<li>Fixed bug <?php githubissuel('php/php-src', 13827); ?> (Null pointer access of type 'zval' in phpdbg_frame).</li>
688+
</ul></li>
689+
<li>Posix:
690+
<ul>
691+
<li>Fix usage of reentrant functions in ext/posix.</li>
692+
</ul></li>
693+
<li>Session:
694+
<ul>
695+
<li>Fixed bug <?php githubissuel('php/php-src', 13856); ?> (Member access within null pointer of type 'ps_files' in ext/session/mod_files.c).</li>
696+
<li>Fixed bug <?php githubissuel('php/php-src', 13891); ?> (memleak and segfault when using ini_set with session.trans_sid_hosts).</li>
697+
<li>Fixed buffer _read/_write size limit on windows for the file mode.</li>
698+
</ul></li>
699+
<li>Streams:
700+
<ul>
701+
<li>Fixed file_get_contents() on Windows fails with "errno=22 Invalid argument".</li>
702+
<li>Fixed bug <?php githubissuel('php/php-src', 13264); ?> (Part 1 - Memory leak on stream filter failure).</li>
703+
<li>Fixed bug <?php githubissuel('php/php-src', 13860); ?> (Incorrect PHP_STREAM_OPTION_CHECK_LIVENESS case in ext/openssl/xp_ssl.c - causing use of dead socket).</li>
704+
<li>Fixed bug <?php githubissuel('php/php-src', 11678); ?> (Build fails on musl 1.2.4 - lfs64).</li>
705+
</ul></li>
706+
<li>Treewide:
707+
<ul>
708+
<li>Fix gcc-14 Wcalloc-transposed-args warnings.</li>
709+
</ul></li>
710+
</ul>
711+
<!-- }}} --></section>
712+
713+
714+
637715
<section class="version" id="8.2.18"><!-- {{{ 8.2.18 -->
638716
<h3>Version 8.2.18</h3>
639717
<b><?php release_date('11-Apr-2024'); ?></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>php-webmaster@lists.php.net</email>
1111
</author>
12+
<xi:include href="entries/2024-05-09-1.xml"/>
1213
<xi:include href="entries/2024-04-24-1.xml"/>
1314
<xi:include href="entries/2024-04-11-3.xml"/>
1415
<xi:include href="entries/2024-04-11-2.xml"/>

archive/entries/2024-05-09-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.19 Released!</title>
4+
<id>https://www.php.net/archive/2024.php#2024-05-09-1</id>
5+
<published>2024-05-09T13:48:33+00:00</published>
6+
<updated>2024-05-09T13:48:33+00:00</updated>
7+
<link href="https://www.php.net/index.php#2024-05-09-1" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2024.php#2024-05-09-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.19. 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.19 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.19">ChangeLog</a>.
20+
</p>
21+
</div>
22+
</content>
23+
</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.18' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_2_18.php',
10+
),
11+
'tags' =>
12+
array (
13+
0 => 'security',
14+
),
15+
'date' => '11 Apr 2024',
16+
'source' =>
17+
array (
18+
0 =>
19+
array (
20+
'filename' => 'php-8.2.18.tar.gz',
21+
'name' => 'PHP 8.2.18 (tar.gz)',
22+
'sha256' => 'b934ca7e8c82945c5cbf0aa2a3f66727eb5b5098e551819e1b090572d6a51ead',
23+
'date' => '11 Apr 2024',
24+
),
25+
1 =>
26+
array (
27+
'filename' => 'php-8.2.18.tar.bz2',
28+
'name' => 'PHP 8.2.18 (tar.bz2)',
29+
'sha256' => 'ca0b07c254200320f518ac5b3df540a9cf14d866f3c93edc3013b52e06fac796',
30+
'date' => '11 Apr 2024',
31+
),
32+
2 =>
33+
array (
34+
'filename' => 'php-8.2.18.tar.xz',
35+
'name' => 'PHP 8.2.18 (tar.xz)',
36+
'sha256' => '44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50',
37+
'date' => '11 Apr 2024',
38+
),
39+
),
40+
'museum' => false,
41+
),
542
'8.1.27' =>
643
array (
744
'announcement' =>

include/version.inc

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

3333
/* PHP 8.2 Release */
3434
$data['8.2'] = [
35-
'version' => '8.2.18',
36-
'date' => '11 Apr 2024',
37-
'tags' => [ 'security' ], // Set to ['security'] for security releases.
35+
'version' => '8.2.19',
36+
'date' => '09 May 2024',
37+
'tags' => [], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => 'b934ca7e8c82945c5cbf0aa2a3f66727eb5b5098e551819e1b090572d6a51ead',
40-
'tar.bz2' => 'ca0b07c254200320f518ac5b3df540a9cf14d866f3c93edc3013b52e06fac796',
41-
'tar.xz' => '44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50',
39+
'tar.gz' => '8bfdd20662b41a238a5acd84fab3e05c36a685fcb56e6d8ac18eeb87057ab2bc',
40+
'tar.bz2' => '3c18f7ce51b7c7b26b797e1f97079d386b30347eb04e817f5e6c8e9b275e2a6a',
41+
'tar.xz' => 'aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13',
4242
]
4343
];
4444

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

0 commit comments

Comments
 (0)