Author: Patrick Allaert (patrickallaert)
Date: 2022-02-18T01:03:54+01:00

Commit: 
https://github.com/php/web-php/commit/2f4fcfb23f6b67bda22bd9d141aee8754f687dc0
Raw diff: 
https://github.com/php/web-php/commit/2f4fcfb23f6b67bda22bd9d141aee8754f687dc0.diff

Announce 8.1.3

Changed paths:
  A  archive/entries/2022-02-17-3.xml
  A  releases/8_1_3.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 3153f5789..d06df399e 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,54 @@
 ?>
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.3"><!-- {{{ 8.1.3 -->
+<h3>Version 8.1.3</h3>
+<b><?php release_date('17-Feb-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(81430); ?> (Attribute instantiation leaves dangling 
pointer).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7896); ?> (Environment vars 
may be mangled on Windows).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7883); ?> (Segfault when INI 
file is not readable).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7867); ?> (FFI::cast() from 
pointer to array is broken).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li>Fix #81708: UAF due to php_filter_float() failing for ints. 
(CVE-2021-21708)</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed memory leak on invalid port.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7842); ?> (Invalid 
OpenMetrics response format returned by FPM status page.</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7902); ?> (mb_send_mail may 
delimit headers with LF only).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7972); ?> (MariaDB version 
prefix 5.5.5- is not stripped).</li>
+</ul></li>
+<li>pcntl:
+<ul>
+  <li>Fixed pcntl_rfork build for DragonFlyBSD.</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7978); ?> (sockets extension 
compilation errors).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7899); ?> (Regression in 
unpack for negative int value).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7875); ?> (mails are sent 
even if failure to log throws exception).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.1.2"><!-- {{{ 8.1.2 -->
 <h3>Version 8.1.2</h3>
 <b><?php release_date('20-Jan-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f17357da9..4fded951a 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2022-02-17-3.xml"/>
   <xi:include href="entries/2022-02-17-2.xml"/>
   <xi:include href="entries/2022-02-17-1.xml"/>
   <xi:include href="entries/2022-01-24-1.xml"/>
diff --git a/archive/entries/2022-02-17-3.xml b/archive/entries/2022-02-17-3.xml
new file mode 100644
index 000000000..8798e5615
--- /dev/null
+++ b/archive/entries/2022-02-17-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.1.3 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-02-17-3</id>
+  <published>2022-02-17T23:59:59+01:00</published>
+  <updated>2022-02-17T23:59:59+01:00</updated>
+  <link href="https://www.php.net/index.php#id2022-02-17-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-02-17-3"; 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.3. 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.3 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.3";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 5f264b781..6bc8690db 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.2' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_2.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '20 Jan 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.2.tar.gz',
+          'name' => 'PHP 8.1.2 (tar.gz)',
+          'sha256' => 
'9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde',
+          'date' => '20 Jan 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.2.tar.bz2',
+          'name' => 'PHP 8.1.2 (tar.bz2)',
+          'sha256' => 
'913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9',
+          'date' => '20 Jan 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.2.tar.xz',
+          'name' => 'PHP 8.1.2 (tar.xz)',
+          'sha256' => 
'6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd',
+          'date' => '20 Jan 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.15' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 597a4b3ce..b7ea6c4d5 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
 
     /* PHP 8.1 Release */
     $data['8.1'] = [
-        'version' => '8.1.2',
-        'date'    => '20 Jan 2022',
-        'tags'    => [], // Set to ['security'] for security releases.
+        'version' => '8.1.3',
+        'date'    => '17 Feb 2022',
+        'tags'    => ['security'], // Set to ['security'] for security 
releases.
         'sha256' => [
-            'tar.gz'  => 
'9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde',
-            'tar.bz2' => 
'913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9',
-            'tar.xz'  => 
'6b448242fd360c1a9f265b7263abf3da25d28f2b2b0f5465533b69be51a391dd',
+            'tar.gz'  => 
'92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2',
+            'tar.bz2' => 
'354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be',
+            'tar.xz'  => 
'5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6',
         ]
     ];
 
diff --git a/releases/8_1_3.php b/releases/8_1_3.php
new file mode 100644
index 000000000..7eed1a4be
--- /dev/null
+++ b/releases/8_1_3.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_3.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.3 Release Announcement');
+?>
+<h1>PHP 8.1.3 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.3. 
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.3 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.3";>ChangeLog</a>.
+</p>
+<?php site_footer();

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to