Author: Sergey Panteleev (saundefined)
Date: 2024-05-09T16:50:52+03:00
Commit:
https://github.com/php/web-php/commit/547f294fb31500470a5596f78de449827096dd2b
Raw diff:
https://github.com/php/web-php/commit/547f294fb31500470a5596f78de449827096dd2b.diff
Announce PHP 8.2.19
Changed paths:
A archive/entries/2024-05-09-1.xml
A releases/8_2_19.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 219308c1cf..a6e97bda85 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -634,6 +634,84 @@
<a id="PHP_8_2"></a>
+<section class="version" id="8.2.19"><!-- {{{ 8.2.19 -->
+<h3>Version 8.2.19</h3>
+<b><?php release_date('09-May-2024'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13772); ?> (Invalid
execute_data->opline pointers in observer fcall handlers when JIT is
enabled).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13931); ?> (Applying zero
offset to null pointer in Zend/zend_opcode.c).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13942); ?> (Align the
behavior of zend-max-execution-timers with other timeout implementations).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 14003); ?> (Broken cleanup
of unfinished calls with callable convert parameters).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 14013); ?> (Erroneous dnl
appended in configure).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10232); ?> (If autoloading
occurs during constant resolution filename and lineno are identified
incorrectly).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13727); ?> (Missing void
keyword).</li>
+</ul></li>
+<li>Fibers:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13903); ?> (ASAN false
positive underflow when executing copy()).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13563); ?> (Setting bool
values via env in FPM config fails).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li>Fixed build for icu 74 and onwards.</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Fix shift out of bounds on 32-bit non-fast-path platforms.</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed incorrect assumptions across compilation units for static
calls.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10495); ?> (feof on OpenSSL
stream hangs indefinitely).</li>
+</ul></li>
+<li>PDO SQLite:
+<ul>
+ <li>Fix <?php githubissuel('php/php-src', 13984); ?> (Buffer size is now
checked before memcmp).</li>
+ <li>Fix <?php githubissuel('php/php-src', 13998); ?> (Manage refcount of
agg_context->val correctly).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <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>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13833); ?> (Applying zero
offset to null pointer in zend_hash.c).</li>
+ <li>Fix potential NULL pointer dereference before calling EVP_SignInit.</li>
+</ul></li>
+<li>PHPDBG:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13827); ?> (Null pointer
access of type 'zval' in phpdbg_frame).</li>
+</ul></li>
+<li>Posix:
+<ul>
+ <li>Fix usage of reentrant functions in ext/posix.</li>
+</ul></li>
+<li>Session:
+<ul>
+ <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>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13891); ?> (memleak and
segfault when using ini_set with session.trans_sid_hosts).</li>
+ <li>Fixed buffer _read/_write size limit on windows for the file mode.</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed file_get_contents() on Windows fails with "errno=22 Invalid
argument".</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 13264); ?> (Part 1 - Memory
leak on stream filter failure).</li>
+ <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>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11678); ?> (Build fails on
musl 1.2.4 - lfs64).</li>
+</ul></li>
+<li>Treewide:
+<ul>
+ <li>Fix gcc-14 Wcalloc-transposed-args warnings.</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.2.18"><!-- {{{ 8.2.18 -->
<h3>Version 8.2.18</h3>
<b><?php release_date('11-Apr-2024'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f722736290..20accc244d 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2024-05-09-1.xml"/>
<xi:include href="entries/2024-04-24-1.xml"/>
<xi:include href="entries/2024-04-11-3.xml"/>
<xi:include href="entries/2024-04-11-2.xml"/>
diff --git a/archive/entries/2024-05-09-1.xml b/archive/entries/2024-05-09-1.xml
new file mode 100644
index 0000000000..c568615866
--- /dev/null
+++ b/archive/entries/2024-05-09-1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.2.19 Released!</title>
+ <id>https://www.php.net/archive/2024.php#2024-05-09-1</id>
+ <published>2024-05-09T13:48:33+00:00</published>
+ <updated>2024-05-09T13:48:33+00:00</updated>
+ <link href="https://www.php.net/index.php#2024-05-09-1" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2024.php#2024-05-09-1" 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.19. 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.19 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.19">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 8d5f502b0f..282adc2197 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.2.18' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_2_18.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '11 Apr 2024',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.2.18.tar.gz',
+ 'name' => 'PHP 8.2.18 (tar.gz)',
+ 'sha256' =>
'b934ca7e8c82945c5cbf0aa2a3f66727eb5b5098e551819e1b090572d6a51ead',
+ 'date' => '11 Apr 2024',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.2.18.tar.bz2',
+ 'name' => 'PHP 8.2.18 (tar.bz2)',
+ 'sha256' =>
'ca0b07c254200320f518ac5b3df540a9cf14d866f3c93edc3013b52e06fac796',
+ 'date' => '11 Apr 2024',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.2.18.tar.xz',
+ 'name' => 'PHP 8.2.18 (tar.xz)',
+ 'sha256' =>
'44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50',
+ 'date' => '11 Apr 2024',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.1.27' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index b002de7998..40ee72c304 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.2 Release */
$data['8.2'] = [
- 'version' => '8.2.18',
- 'date' => '11 Apr 2024',
- 'tags' => [ 'security' ], // Set to ['security'] for security releases.
+ 'version' => '8.2.19',
+ 'date' => '09 May 2024',
+ 'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'b934ca7e8c82945c5cbf0aa2a3f66727eb5b5098e551819e1b090572d6a51ead',
- 'tar.bz2' =>
'ca0b07c254200320f518ac5b3df540a9cf14d866f3c93edc3013b52e06fac796',
- 'tar.xz' =>
'44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50',
+ 'tar.gz' =>
'8bfdd20662b41a238a5acd84fab3e05c36a685fcb56e6d8ac18eeb87057ab2bc',
+ 'tar.bz2' =>
'3c18f7ce51b7c7b26b797e1f97079d386b30347eb04e817f5e6c8e9b275e2a6a',
+ 'tar.xz' =>
'aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13',
]
];
diff --git a/releases/8_2_19.php b/releases/8_2_19.php
new file mode 100644
index 0000000000..7701ed5373
--- /dev/null
+++ b/releases/8_2_19.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_19.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.19 Release Announcement');
+?>
+<h1>PHP 8.2.19 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.2.19. 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.19 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.19">ChangeLog</a>.
+</p>
+<?php site_footer();