Author: Ben Ramsey (ramsey)
Date: 2023-06-08T13:25:24-05:00
Commit:
https://github.com/php/web-php/commit/c5537f06b9bcb311f190c62129d837a112ba1772
Raw diff:
https://github.com/php/web-php/commit/c5537f06b9bcb311f190c62129d837a112ba1772.diff
Announce PHP 8.1.20
Changed paths:
A archive/entries/2023-06-08-4.xml
A releases/8_1_20.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 0d66440f1..66d642039 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -843,6 +843,76 @@
<a id="PHP_8_1"></a>
+<section class="version" id="8.1.20"><!-- {{{ 8.1.20 -->
+<h3>Version 8.1.20</h3>
+<b><?php release_date('08-Jun-2023'); ?></b>
+<ul><li>Core:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 9068); ?> (Conditional jump
or move depends on uninitialised value(s)).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11189); ?> (Exceeding memory
limit in zend_hash_do_resize leaves the array in an invalid state).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11222); ?> (foreach by-ref
may jump over keys during a rehash).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11281); ?>
(DateTimeZone::getName() does not include seconds in offset).</li>
+</ul></li>
+<li>Exif:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10834); ?> (exif_read_data()
cannot read smaller stream wrapper chunk sizes).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10461); ?> (PHP-FPM segfault
due to after free usage of child->ev_std(out|err)).</li>
+ <li><?php bugfix(64539); ?> (FPM status page: query_string not properly JSON
encoded).</li>
+ <li>Fixed memory leak for invalid primary script file handle.</li>
+</ul></li>
+<li>Hash:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11180); ?> (hash_file()
appears to be restricted to 3 arguments).</li>
+</ul></li>
+<li>LibXML:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11160); ?> (Few tests failed
building with new libxml 2.11.0).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11134); ?> (Incorrect match
default branch optimization).</li>
+ <li>Fixed too wide OR and AND range inference.</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11245); ?> (In some specific
cases SWITCH with one default statement will cause segfault).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li>Fixed parameter parsing of pg_lo_export().</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11099); ?> (Generating
phar.php during cross-compile can't be done).</li>
+</ul></li>
+<li>Soap:
+<ul>
+ <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient
random bytes in HTTP Digest authentication for SOAP).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 8426); ?> (make test fail
while soap extension build).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11178); ?> (Segmentation
fault in spl_array_it_get_current_data (PHP 8.1.18)).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11138); ?>
(move_uploaded_file() emits open_basedir warning for source file).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11274); ?> (POST/PATCH
request switches to GET after a HTTP 308 redirect).</li>
+</ul></li>
+<li>Streams:
+<ul>
+ <li>Fixed bug <?php githubissuel('php/php-src', 10031); ?> ([Stream]
STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of
data).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11175); ?> (Stream Socket
Timeout).</li>
+ <li>Fixed bug <?php githubissuel('php/php-src', 11177); ?> (ASAN
UndefinedBehaviorSanitizer when timeout = -1 passed to
stream_socket_accept/stream_socket_client).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.1.19"><!-- {{{ 8.1.19 -->
<h3>Version 8.1.19</h3>
<b><?php release_date('11-May-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 04ef11c75..08277fa68 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/2023-06-08-4.xml"/>
<xi:include href="entries/2023-06-08-3.xml"/>
<xi:include href="entries/2023-06-08-2.xml"/>
<xi:include href="entries/2023-06-08-1.xml"/>
diff --git a/archive/entries/2023-06-08-4.xml b/archive/entries/2023-06-08-4.xml
new file mode 100644
index 000000000..0cd58ca63
--- /dev/null
+++ b/archive/entries/2023-06-08-4.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.1.20 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-06-08-4</id>
+ <published>2023-06-08T18:24:16+00:00</published>
+ <updated>2023-06-08T18:24:16+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-06-08-4" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-06-08-4" 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.1.20. This is a security
release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.20 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.1.20">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9323216e4..7e116a534 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.1.19' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_1_19.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '11 May 2023',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.1.19.tar.gz',
+ 'name' => 'PHP 8.1.19 (tar.gz)',
+ 'sha256' =>
'0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372',
+ 'date' => '11 May 2023',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.1.19.tar.bz2',
+ 'name' => 'PHP 8.1.19 (tar.bz2)',
+ 'sha256' =>
'64207207fda30be926a2ef1f66ff266bf1fdc7e03339bc99fbba0a1245e4279b',
+ 'date' => '11 May 2023',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.1.19.tar.xz',
+ 'name' => 'PHP 8.1.19 (tar.xz)',
+ 'sha256' =>
'f42f0e93467415b2d30aa5b7ac825f0079a74207e0033010383cdc1e13657379',
+ 'date' => '11 May 2023',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.6' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 5f9dece91..2a8de3701 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.1 Release */
$data['8.1'] = [
- 'version' => '8.1.19',
- 'date' => '11 May 2023',
- 'tags' => [], // Set to ['security'] for security releases.
+ 'version' => '8.1.20',
+ 'date' => '08 Jun 2023',
+ 'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372',
- 'tar.bz2' =>
'64207207fda30be926a2ef1f66ff266bf1fdc7e03339bc99fbba0a1245e4279b',
- 'tar.xz' =>
'f42f0e93467415b2d30aa5b7ac825f0079a74207e0033010383cdc1e13657379',
+ 'tar.gz' =>
'b7d3e2a0c5bed37bb39e4627550d0ee5a4a600042b83c63037b0f5f84793cbe6',
+ 'tar.bz2' =>
'55578587514a2707500f85319e57c0d4df9b8803cdb26566595ac4bf459dc4dd',
+ 'tar.xz' =>
'4c9973f599e93ed5e8ce2b45ce1d41bb8fb54ce642824fd23e56b52fd75029a6',
]
];
diff --git a/releases/8_1_20.php b/releases/8_1_20.php
new file mode 100644
index 000000000..ec70ee387
--- /dev/null
+++ b/releases/8_1_20.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_20.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.20 Release Announcement');
+?>
+<h1>PHP 8.1.20 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.1.20. This is a security release.</p>
+
+<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.1.20 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.1.20">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php