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

Announce PHP 8.1.13

This commit is contained in:
Patrick Allaert
2022-11-24 15:25:31 +01:00
parent 47c155619f
commit fcd3950d9a
6 changed files with 124 additions and 6 deletions

View File

@@ -8,6 +8,49 @@ changelog_header(8, $MINOR_VERSIONS);
?>
<a id="PHP_8_1"></a>
<section class="version" id="8.1.13"><!-- {{{ 8.1.13 -->
<h3>Version 8.1.13</h3>
<b><?php release_date('24-Nov-2022'); ?></b>
<ul><li>CLI:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9709); ?> (Null pointer dereference with -w/-s options).</li>
</ul></li>
<li>Core:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9752); ?> (Generator crashes when interrupted during argument evaluation with extra named params).</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9801); ?> (Generator crashes when memory limit is exceeded during initialization).</li>
<li>Fixed potential NULL pointer dereference Windows shm*() functions.</li>
<li>Fixed bug <?php githubissuel('php/php-src', 9750); ?> (Generator memory leak when interrupted during argument evaluation.</li>
</ul></li>
<li>Date:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9763); ?> (DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes).</li>
</ul></li>
<li>FPM:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9754); ?> (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11).</li>
</ul></li>
<li>mysqli:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 9841); ?> (mysqli_query throws warning despite using silenced error mode).</li>
</ul></li>
<li>MySQLnd:
<ul>
<li>Fixed potential heap corruption due to alignment mismatch.</li>
</ul></li>
<li>OpenSSL:
<ul>
<li>Fixed bug <?php githubissuel('php/php-src', 8430); ?> (OpenSSL compiled with no-md2, no-md4 or no-rmd160 does not build).</li>
</ul></li>
<li>SOAP:
<ul>
<li>Fixed <?php githubissuel('php/php-src', 9720); ?> (Null pointer dereference while serializing the response).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.1.12"><!-- {{{ 8.1.12 -->
<h3>Version 8.1.12</h3>
<b><?php release_date('27-Oct-2022'); ?></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/2022-11-24-1.xml"/>
<xi:include href="entries/2022-11-10-1.xml"/>
<xi:include href="entries/2022-11-03-1.xml"/>
<xi:include href="entries/2022-10-28-2.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.13 Released!</title>
<id>https://www.php.net/archive/2022.php#2022-11-24-1</id>
<published>2022-11-24T14:21:02+00:00</published>
<updated>2022-11-24T14:21:02+00:00</updated>
<link href="https://www.php.net/index.php#2022-11-24-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2022.php#2022-11-24-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.13. 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.13 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.13">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.1.12' =>
array (
'announcement' =>
array (
'English' => '/releases/8_1_12.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '27 Oct 2022',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.1.12.tar.gz',
'name' => 'PHP 8.1.12 (tar.gz)',
'sha256' => 'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf',
'date' => '27 Oct 2022',
),
1 =>
array (
'filename' => 'php-8.1.12.tar.bz2',
'name' => 'PHP 8.1.12 (tar.bz2)',
'sha256' => 'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03',
'date' => '27 Oct 2022',
),
2 =>
array (
'filename' => 'php-8.1.12.tar.xz',
'name' => 'PHP 8.1.12 (tar.xz)',
'sha256' => '08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab',
'date' => '27 Oct 2022',
),
),
'museum' => false,
),
'8.1.11' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function () {
/* PHP 8.1 Release */
$data['8.1'] = [
'version' => '8.1.12',
'date' => '27 Oct 2022',
'tags' => ['security'], // Set to ['security'] for security releases.
'version' => '8.1.13',
'date' => '24 Nov 2022',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf',
'tar.bz2' => 'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03',
'tar.xz' => '08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab',
'tar.gz' => 'eed1981ce9999d807cb139a9d463ae54bbeda2a57a9a28ad513badf5b99b0073',
'tar.bz2' => '93fcfdfaaa3d094a0fdb18ce08d20f20d526ee3f07a146a8a8ec82ce00b237ca',
'tar.xz' => 'b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856',
]
];

16
releases/8_1_13.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/8_1_13.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 8.1.13 Release Announcement');
?>
<h1>PHP 8.1.13 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 8.1.13. 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.13 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.13">ChangeLog</a>.
</p>
<?php site_footer();