Author: Ben Ramsey (ramsey)
Date: 2022-03-17T18:42:22-05:00

Commit: 
https://github.com/php/web-php/commit/3672b44c8bd4630338ea7cb087d25e6dda9375dc
Raw diff: 
https://github.com/php/web-php/commit/3672b44c8bd4630338ea7cb087d25e6dda9375dc.diff

Announce PHP 8.1.4

Changed paths:
  A  archive/entries/2022-03-17-2.xml
  A  releases/8_1_4.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 8fb0daf77..d75e845c0 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,53 @@
 ?>
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.4"><!-- {{{ 8.1.4 -->
+<h3>Version 8.1.4</h3>
+<b><?php release_date('17-Mar-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed Haiku ZTS build.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8059); ?> arginfo not 
regenerated for extension.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8083); ?> Segfault when 
dumping uncalled fake closure with static variables.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7958); ?> (Nested 
CallbackFilterIterator is leaking memory).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8074); ?> (Wrong type 
inference of range() result).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8140); ?> (Wrong first class 
callable by name optimization).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8082); ?> (op_arrays with 
temporary run_time_cache leak memory when observed).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed libpng warning when loading interlaced images.</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(76109); ?> (Unsafe access to fpm scoreboard).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7953); ?> (ob_clean() only 
does not set Content-Encoding).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7980); ?> (Unexpected result 
for iconv_mime_decode).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8128); ?> (mb_check_encoding 
wrong result for 7bit).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8058); ?> (NULL pointer 
dereference in mysqlnd package).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8080); ?> 
(ReflectionClass::getConstants() depends on def. order).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7953); ?> (ob_clean() only 
does not set Content-Encoding).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.1.3"><!-- {{{ 8.1.3 -->
 <h3>Version 8.1.3</h3>
 <b><?php release_date('17-Feb-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 65d083298..81d6828af 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-03-17-2.xml"/>
   <xi:include href="entries/2022-03-17-1.xml"/>
   <xi:include href="entries/2022-02-17-3.xml"/>
   <xi:include href="entries/2022-02-17-2.xml"/>
diff --git a/archive/entries/2022-03-17-2.xml b/archive/entries/2022-03-17-2.xml
new file mode 100644
index 000000000..b4e417fa2
--- /dev/null
+++ b/archive/entries/2022-03-17-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.1.4 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-03-17-2</id>
+  <published>2022-03-17T23:34:53+00:00</published>
+  <updated>2022-03-17T23:34:53+00:00</updated>
+  <link href="https://www.php.net/index.php#id2022-03-17-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-03-17-2"; 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.4. 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.4 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.4";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index d99e9587e..3efae360b 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.3' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_3.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '17 Feb 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.3.tar.gz',
+          'name' => 'PHP 8.1.3 (tar.gz)',
+          'sha256' => 
'92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2',
+          'date' => '17 Feb 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.3.tar.bz2',
+          'name' => 'PHP 8.1.3 (tar.bz2)',
+          'sha256' => 
'354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be',
+          'date' => '17 Feb 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.3.tar.xz',
+          'name' => 'PHP 8.1.3 (tar.xz)',
+          'sha256' => 
'5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6',
+          'date' => '17 Feb 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.16' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index e6011ca45..93314e953 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.3',
-        'date'    => '17 Feb 2022',
-        'tags'    => ['security'], // Set to ['security'] for security 
releases.
+        'version' => '8.1.4',
+        'date'    => '17 Mar 2022',
+        'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2',
-            'tar.bz2' => 
'354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be',
-            'tar.xz'  => 
'5d65a11071b47669c17452fb336c290b67c101efb745c1dbe7525b5caf546ec6',
+            'tar.gz'  => 
'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde',
+            'tar.bz2' => 
'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76',
+            'tar.xz'  => 
'05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b',
         ]
     ];
 
diff --git a/releases/8_1_4.php b/releases/8_1_4.php
new file mode 100644
index 000000000..ad2c897c0
--- /dev/null
+++ b/releases/8_1_4.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_4.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.4 Release Announcement');
+?>
+<h1>PHP 8.1.4 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.4. 
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.4 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.4";>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