1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce PHP 8.1.17

This commit is contained in:
Patrick Allaert
2023-03-16 13:14:59 +01:00
parent 48eb710585
commit f5aa571bdb
6 changed files with 187 additions and 6 deletions

View File

@@ -500,6 +500,112 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_1"></a>
<section class="version" id="8.1.17"><!-- {{{ 8.1.17 -->
<h3>Version 8.1.17</h3>
<b><?php release_date('16-Mar-2023'); ?></b>
<ul><li>Core:
<ul>
<li>Fixed incorrect check condition in ZEND_YIELD.</li>
<li>Fixed incorrect check condition in type inference.</li>
<li>Fixed overflow check in OnUpdateMemoryConsumption.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9916); ?> (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoidable fatal error or crashes).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10437); ?> (Segfault/assertion when using fibers in shutdown function after bailout).</li>
<li>Fixed SSA object type update for compound assignment opcodes.</li>
<li>Fixed language scanner generation build.</li>
<li>Fixed zend_update_static_property() calling zend_update_static_property_ex() misleadingly with the wrong return type.</li>
<li>Fix bug <?php githubissuel('php/php-src', 10570); ?> (Fixed unknown string hash on property fetch with integer constant name).</li>
<li>Fixed php_fopen_primary_script() call resulted on zend_destroy_file_handle() freeing dangling pointers on the handle as it was uninitialized.</li>
</ul></li>
<li>Curl:
<ul>
<li>Fixed deprecation warning at compile time.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10270); ?> (Unable to return CURL_READFUNC_PAUSE in readfunc callback).</li>
</ul></li>
<li>Date:
<ul>
<li>Fix <?php githubissuel('php/php-src', 10447); ?> ('p' format specifier does not yield 'Z' for 00:00).</li>
</ul></li>
<li>FFI:
<ul>
<li>Fixed incorrect bitshifting and masking in ffi bitfield.</li>
</ul></li>
<li>Fiber:
<ul>
<li>Fixed assembly on alpine x86.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10496); ?> (segfault when garbage collector is invoked inside of fiber).</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10315); ?> (FPM unknown child alert not valid).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 10385); ?> (FPM successful config test early exit).</li>
</ul></li>
<li>Intl:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10647); ?> (Spoolchecker isSuspicious/areConfusable methods error code's argument always returning NULL0.</li>
</ul></li>
<li>JSON:
<ul>
<li>Fixed JSON scanner and parser generation build.</li>
</ul></li>
<li>MBString:
<ul>
<li>ext/mbstring: fix new_value length check.</li>
<li>Fix bug <?php githubissuel('php/php-src', 10627); ?> (mb_convert_encoding crashes PHP on Windows).</li>
</ul></li>
<li>Opcache:
<ul>
<li>Fix incorrect page_size check.</li>
</ul></li>
<li>OpenSSL:
<ul>
<li>Fixed php_openssl_set_server_dh_param() DH params errors handling.</li>
</ul></li>
<li>PDO OCI:
<ul>
<li><?php bugfix(60994); ?> (Reading a multibyte CLOB caps at 8192 chars).</li>
</ul></li>
<li>PHPDBG:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10715); ?> (heap buffer overflow on --run option misuse).</li>
</ul></li>
<li>PGSQL:
<ul>
<li>Fix <?php githubissuel('php/php-src', 10672); ?> (pg_lo_open segfaults in the strict_types mode).</li>
</ul></li>
<li>Phar:
<ul>
<li>Fix incorrect check in phar tar parsing.</li>
</ul></li>
<li>Reflection:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10623); ?> (Reflection::getClosureUsedVariables opcode fix with variadic arguments).</li>
<li>Fix Segfault when using ReflectionFiber suspended by an internal function.</li>
</ul></li>
<li>Session:
<ul>
<li>Fixed ps_files_cleanup_dir() on failure code paths with -1 instead of 0 as the latter was considered success by callers. (nielsdos).</li>
</ul></li>
<li>Standard:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 10292); ?> (Made the default value of the first param of srand() and mt_srand() unknown).</li>
<li>Fix incorrect check in cs_8559_5 in map_from_unicode().</li>
<li>Fix bug <?php githubissuel('php/php-src', 9697); ?> for reset/end/next/prev() attempting to move pointer of properties table for certain internal classes such as FFI classes</li>
<li>Fix incorrect error check in browsecap for pcre2_match().</li>
</ul></li>
<li>Tidy:
<ul>
<li>Fix memory leaks when attempting to open a non-existing file or a file over 4GB.</li>
<li>Add missing error check on tidyLoadConfig.</li>
</ul></li>
<li>Zlib:
<ul>
<li>Fixed output_handler directive value's length which counted the string terminator.</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.1.16"><!-- {{{ 8.1.16 -->
<h3>Version 8.1.16</h3>
<b><?php release_date('14-Feb-2023'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2023-03-16-1.xml"/>
<xi:include href="entries/2023-02-15-3.xml"/>
<xi:include href="entries/2023-02-15-2.xml"/>
<xi:include href="entries/2023-02-15-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.1.17 Released!</title>
<id>https://www.php.net/archive/2023.php#2023-03-16-1</id>
<published>2023-03-16T12:01:57+00:00</published>
<updated>2023-03-16T12:01:57+00:00</updated>
<link href="https://www.php.net/index.php#2023-03-16-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2023.php#2023-03-16-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.1.17. This is a bug fix release.</p>
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.1.17 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.17">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.1.16' =>
array (
'announcement' =>
array (
'English' => '/releases/8_1_16.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '14 Feb 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.1.16.tar.gz',
'name' => 'PHP 8.1.16 (tar.gz)',
'sha256' => 'a929fb9ed3bc364a5dea4f64954e8aaaa3408b87df04d7c6f743a190f5594e84',
'date' => '14 Feb 2023',
),
1 =>
array (
'filename' => 'php-8.1.16.tar.bz2',
'name' => 'PHP 8.1.16 (tar.bz2)',
'sha256' => 'cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce',
'date' => '14 Feb 2023',
),
2 =>
array (
'filename' => 'php-8.1.16.tar.xz',
'name' => 'PHP 8.1.16 (tar.xz)',
'sha256' => 'd61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258',
'date' => '14 Feb 2023',
),
),
'museum' => false,
),
'8.1.15' =>
array (
'announcement' =>

View File

@@ -32,13 +32,13 @@ $RELEASES = (function () {
/* PHP 8.1 Release */
$data['8.1'] = [
'version' => '8.1.16',
'date' => '14 Feb 2023',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.1.17',
'date' => '16 Mar 2023',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'a929fb9ed3bc364a5dea4f64954e8aaaa3408b87df04d7c6f743a190f5594e84',
'tar.bz2' => 'cd9f0ea14d82d9455587a49a0b6c802a7b8d8ff79703f9f48b17db010fb633ce',
'tar.xz' => 'd61f13d96a58b93c39672b58f25e1ee4ce88500f4acb1430cb01a514875c1258',
'tar.gz' => 'ef270156291d90a80ce83d68eee812f301cf5e48836a0ff6fd2931913f8e25c5',
'tar.bz2' => 'f4fb298a0eb091f944ecebac57b76daae768a970c2f51610a5ab24f34d8c0caf',
'tar.xz' => 'b5c48f95b8e1d8624dd05fc2eab7be13277f9a203ccba97bdca5a1a0fb4a1460',
]
];

16
releases/8_1_17.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_1_17.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.1.17 Release Announcement');
?>
<h1>PHP 8.1.17 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.1.17. This is a bug fix release.</p>
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.1.17 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.17">ChangeLog</a>.
</p>
<?php site_footer();