Author: Patrick Allaert (patrickallaert)
Date: 2022-04-14T18:00:55+02:00

Commit: 
https://github.com/php/web-php/commit/560616aca64d8d9d7e1ee3c538493e0c53bb7f75
Raw diff: 
https://github.com/php/web-php/commit/560616aca64d8d9d7e1ee3c538493e0c53bb7f75.diff

Announce PHP 8.1.5

Changed paths:
  A  archive/entries/2022-04-14-2.xml
  A  releases/8_1_5.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 d75e845c0..2406588e9 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,61 @@
 ?>
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.5"><!-- {{{ 8.1.5 -->
+<h3>Version 8.1.5</h3>
+<b><?php release_date('14-Apr-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8176); ?> (Enum values in 
property initializers leak).</li>
+  <li>Fixed freeing of internal attribute arguments.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8070); ?> (memory leak of 
internal function attribute hash).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8160); ?> (ZTS support on 
Alpine is broken).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li>Fixed signedness confusion in php_filter_validate_domain().</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8115); ?> (Can't catch arg 
type deprecation when instantiating Intl classes).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8142); ?> (Compilation error 
on cygwin).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',7734); ?> (Fix 
IntlPartsIterator key off-by-one error and first key).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8208); ?> 
(mb_encode_mimeheader: $indent functionality broken).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8068); ?> 
(mysqli_fetch_object creates inaccessible properties).</li>
+</ul></li>
+<li>Pcntl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8142); ?> (Compilation error 
on cygwin).</li>
+</ul></li>
+<li>PgSQL:
+<ul>
+  <li>Fixed result_type related stack corruption on LLP64 architectures.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8253); ?> (pg_insert() fails 
for references).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li>Fixed Solaris builds.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8121); ?> (SplFileObject - 
seek and key with csv file inconsistent).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8192); ?> (Cannot override 
DirectoryIterator::current() without return typehint in 8.1).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8048); ?> (Force macOS to use 
statfs).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.1.4"><!-- {{{ 8.1.4 -->
 <h3>Version 8.1.4</h3>
 <b><?php release_date('17-Mar-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8e6a88802..7d7b7bad6 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-04-14-2.xml"/>
   <xi:include href="entries/2022-04-14-1.xml"/>
   <xi:include href="entries/2022-03-17-2.xml"/>
   <xi:include href="entries/2022-03-17-1.xml"/>
diff --git a/archive/entries/2022-04-14-2.xml b/archive/entries/2022-04-14-2.xml
new file mode 100644
index 000000000..5901ea887
--- /dev/null
+++ b/archive/entries/2022-04-14-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.5 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-04-14-2</id>
+  <published>2022-04-14T17:49:29+02:00</published>
+  <updated>2022-04-14T17:49:29+02:00</updated>
+  <link href="https://www.php.net/index.php#id2022-04-14-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-04-14-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.5. 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.5 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.5";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 0762100e5..8e7f0fa85 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.4' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_4.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '17 Mar 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.4.tar.gz',
+          'name' => 'PHP 8.1.4 (tar.gz)',
+          'sha256' => 
'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde',
+          'date' => '17 Mar 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.4.tar.bz2',
+          'name' => 'PHP 8.1.4 (tar.bz2)',
+          'sha256' => 
'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76',
+          'date' => '17 Mar 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.4.tar.xz',
+          'name' => 'PHP 8.1.4 (tar.xz)',
+          'sha256' => 
'05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b',
+          'date' => '17 Mar 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.1.3' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 691f4628b..8f6f8c5f2 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.4',
-        'date'    => '17 Mar 2022',
+        'version' => '8.1.5',
+        'date'    => '14 Apr 2022',
         'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde',
-            'tar.bz2' => 
'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76',
-            'tar.xz'  => 
'05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b',
+            'tar.gz'  => 
'44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
+            'tar.bz2' => 
'827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
+            'tar.xz'  => 
'7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
         ]
     ];
 
diff --git a/releases/8_1_5.php b/releases/8_1_5.php
new file mode 100644
index 000000000..a76cd4ecd
--- /dev/null
+++ b/releases/8_1_5.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_5.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.5 Release Announcement');
+?>
+<h1>PHP 8.1.5 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.5. 
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.5 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.5";>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