Author: Derick Rethans (derickr)
Date: 2022-06-07T09:43:58+01:00

Commit: 
https://github.com/php/web-php/commit/194049463f843a41f165f17058df53a1d726f734
Raw diff: 
https://github.com/php/web-php/commit/194049463f843a41f165f17058df53a1d726f734.diff

Merge branch 'master' of https://github.com/php/web-php

Changed paths:
  A  archive/entries/2022-04-14-2.xml
  A  archive/entries/2022-04-15-1.xml
  A  archive/entries/2022-04-25-1.xml
  A  archive/entries/2022-05-05-1.xml
  A  archive/entries/2022-05-12-1.xml
  A  archive/entries/2022-05-12-2.xml
  A  releases/8_0_18.php
  A  releases/8_0_19.php
  A  releases/8_1_5.php
  A  releases/8_1_6.php
  M  ChangeLog-8.php
  M  archive/archive.xml
  M  include/gpg-keys.inc
  M  include/releases.inc
  M  include/version.inc
  M  js/search.js
  M  releases/index.php
  M  sites.php


Diff:

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index d75e845c0..11c01ca94 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,126 @@
 ?>
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.6"><!-- {{{ 8.1.6 -->
+<h3>Version 8.1.6</h3>
+<b><?php release_date('12-May-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8310); ?> (Registry settings 
are no longer recognized).</li>
+  <li>Fixed potential race condition during resource ID allocation.</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8133); ?> (Preloading of 
constants containing arrays with enums segfaults).</li>
+  <li>Fixed Haiku ZTS builds.</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7752); ?> 
(DateTimeZone::getTransitions() returns insufficient data).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8108); ?> (Timezone doesn't 
work as intended).</li>
+  <li><?php bugfix(81660); ?> (DateTimeZone::getTransitions() returns invalid 
data).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8289); ?> (Exceptions thrown 
within a yielded from iterator are not rethrown into the generator).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8433); ?> (Assigning function 
pointers to structs in FFI leaks).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(76003); ?> (FPM /status reports wrong number of active 
processe).</li>
+  <li><?php bugfix(77023); ?> (FPM cannot shutdown processes).</li>
+  <li>Fixed comment in kqueue remove callback log message.</li>
+</ul></li>
+<li>Hash:
+<ul>
+  <li><?php bugfix(81714); ?> (segfault when serializing finalized 
HashContext).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does 
not reset Content-Encoding header).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8364); ?> (msgfmt_format 
$values may not support references).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li>Number of error markers emitted for invalid UTF-8 text matches WHATWG 
specification. This is a return to the behavior of PHP 8.0 and earlier.</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8267); ?> (MySQLi uses 
unsupported format specifier on Windows).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8366); ?> (ArrayIterator may 
leak when calling __construct()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8273); ?> (SplFileObject: 
key() returns wrong value).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed php://temp does not preserve file-position when switched to 
temporary file.</li>
+</ul></li>
+<li>zlib:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does 
not reset Content-Encoding header).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
+<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>
@@ -493,6 +613,108 @@
 
 <a id="PHP_8_0"></a>
 
+<section class="version" id="8.0.19"><!-- {{{ 8.0.19 -->
+<h3>Version 8.0.19</h3>
+<b><?php release_date('12-May-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8289); ?> (Exceptions thrown 
within a yielded from iterator are not rethrown into the generator).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',7979); ?> (DatePeriod 
iterator advances when checking if valid).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8433); ?> (Assigning function 
pointers to structs in FFI leaks).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(76003); ?> (FPM /status reports wrong number of active 
processe).</li>
+  <li><?php bugfix(77023); ?> (FPM cannot shutdown processes).</li>
+  <li>Fixed comment in kqueue remove callback log message.</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does 
not reset Content-Encoding header).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8364); ?> (msgfmt_format 
$values may not support references).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8267); ?> (MySQLi uses 
unsupported format specifier on Windows).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8366); ?> (ArrayIterator may 
leak when calling __construct()).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src',8273); ?> (SplFileObject: 
key() returns wrong value).</li>
+</ul></li>
+<li>Streams:
+<ul>
+  <li>Fixed php://temp does not preserve file-position when switched to 
temporary file.</li>
+</ul></li>
+<li>zlib:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src',8218); ?> (ob_end_clean does 
not reset Content-Encoding header).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
+<section class="version" id="8.0.18"><!-- {{{ 8.0.18 -->
+<h3>Version 8.0.18</h3>
+<b><?php release_date('14-Apr-2022'); ?></b>
+<ul><li>Core:
+<ul>
+  <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',8142); ?> (Compilation error 
on cygwin).</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>
+</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.0.17"><!-- {{{ 8.0.17 -->
 <h3>Version 8.0.17</h3>
 <b><?php release_date('17-Mar-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 8e6a88802..495c70e24 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,12 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2022-05-12-2.xml"/>
+  <xi:include href="entries/2022-05-12-1.xml"/>
+  <xi:include href="entries/2022-05-05-1.xml"/>
+  <xi:include href="entries/2022-04-25-1.xml"/>
+  <xi:include href="entries/2022-04-15-1.xml"/>
+  <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/archive/entries/2022-04-15-1.xml b/archive/entries/2022-04-15-1.xml
new file mode 100644
index 000000000..108b42659
--- /dev/null
+++ b/archive/entries/2022-04-15-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.0.18 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-04-15-1</id>
+  <published>2022-04-15T01:50:44+00:00</published>
+  <updated>2022-04-15T01:50:44+00:00</updated>
+  <link href="https://www.php.net/index.php#id2022-04-15-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-04-15-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.0.18. This is a bug fix 
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.18 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.0.18";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/archive/entries/2022-04-25-1.xml b/archive/entries/2022-04-25-1.xml
new file mode 100644
index 000000000..e9a79c882
--- /dev/null
+++ b/archive/entries/2022-04-25-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom"; 
xmlns:default="http://php.net/ns/news";>
+  <title>Dutch PHP Conference 2022 - Schedule</title>
+  <id>https://www.php.net/archive/2022.php#2022-04-25-1</id>
+  <published>2022-04-25T10:11:25+00:00</published>
+  <updated>2022-04-25T10:11:25+00:00</updated>
+  <link href="https://www.php.net/conferences/index.php#id2022-04-25-1"; 
rel="alternate" type="text/html"/>
+  <link href="https://www.phpconference.nl/"; rel="via" type="text/html"/>
+  <default:finalTeaserDate 
xmlns="http://php.net/ns/news";>2022-06-24</default:finalTeaserDate>
+  <category term="conferences" label="Conference announcement"/>
+  <default:newsImage xmlns="http://php.net/ns/news"; 
link="https://www.phpconference.nl/"; 
title="DPC">DPC-logo.png</default:newsImage>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+     <p>
+       We are thrilled to present the schedule of the Dutch PHP Conference 
2022. This conference is a <strong>FREE</strong> Online Edition, full of 
high-level technical sessions. Last year we welcomed visitors from a whopping 
55+ countries! We hope to host another great and globally online edition of DPC 
this year.
+     </p>
+     <p>
+       <a href="https://www.phpconference.nl/";>You can register now</a>!
+     </p>
+     <p>
+       We look forward to virtually meeting you on June 24! Mark those 
calendars!
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/archive/entries/2022-05-05-1.xml b/archive/entries/2022-05-05-1.xml
new file mode 100644
index 000000000..e896ec15c
--- /dev/null
+++ b/archive/entries/2022-05-05-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom"; 
xmlns:default="http://php.net/ns/news";>
+  <title>CakeFest 2022: The Official CakePHP Conference</title>
+  <id>https://www.php.net/archive/2022.php#2022-05-05-1</id>
+  <published>2022-05-05T13:29:17+00:00</published>
+  <updated>2022-05-05T13:29:17+00:00</updated>
+  <link href="https://www.php.net/conferences/index.php#id2022-05-05-1"; 
rel="alternate" type="text/html"/>
+  <link href="https://cakefest.org"; rel="via" type="text/html"/>
+  <default:finalTeaserDate 
xmlns="http://php.net/ns/news";>2022-09-29</default:finalTeaserDate>
+  <category term="conferences" label="Conference announcement"/>
+  <default:newsImage xmlns="http://php.net/ns/news"; 
link="https://cakefest.org"; title="CakeFest 2022: The Official CakePHP 
Conference">cakefest-2017.png</default:newsImage>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+      <p>
+        <a href="https://cakefest.org";>CakeFest 2022</a> - our annual 
conference dedicated to CakePHP will be virtual this year allowing bakers from 
all over the world to attend, from home! Two full days of CakePHP knowledge. 
Day 1 is workshops and day 2 will be a full day of talks on CakePHP related 
technologies. These events are an ideal way to learn as both beginners and 
advanced users.
+      </p>
+      <p>
+        Date: September 29 &amp; 30<br/>
+        Time: 12:00pm UTC
+      </p>
+      <p>
+        Check out details at: <a href="https://cakefest.org";>CakeFest.org</a>
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/archive/entries/2022-05-12-1.xml b/archive/entries/2022-05-12-1.xml
new file mode 100644
index 000000000..ea94c8b17
--- /dev/null
+++ b/archive/entries/2022-05-12-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.0.19 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-05-12-1</id>
+  <published>2022-05-12T07:44:14+00:00</published>
+  <updated>2022-05-12T07:44:14+00:00</updated>
+  <link href="https://www.php.net/index.php#id2022-05-12-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-05-12-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.0.19. This is a bug fix 
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.19 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.0.19";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/archive/entries/2022-05-12-2.xml b/archive/entries/2022-05-12-2.xml
new file mode 100644
index 000000000..6bf43c86d
--- /dev/null
+++ b/archive/entries/2022-05-12-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.6 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-05-12-2</id>
+  <published>2022-05-12T21:48:12+00:00</published>
+  <updated>2022-05-12T21:48:12+00:00</updated>
+  <link href="https://www.php.net/index.php#id2022-05-12-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-05-12-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.6. 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.6 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.6";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc
index 00fcb3dbe..297102bee 100644
--- a/include/gpg-keys.inc
+++ b/include/gpg-keys.inc
@@ -79,6 +79,13 @@ function gpg_key_get(string $rm): ?string {
                 "uid           [ultimate] Peter Kokot <p...@php.net>\n" .
                 "sub   rsa4096 2019-05-29 [E] [expires: 2021-05-28]";
 
+        case 'pierrick':
+            return
+                "pub   rsa4096 2021-04-01 [SC]\n" .
+                "      1198 C011 7593 497A 5EC5  C199 286A F1F9 8974 69DC\n" .
+                "uid           [ultimate] Pierrick Charron 
<pierr...@php.net>\n" .
+                "sub   rsa4096 2021-04-01 [E]";
+
         case 'pollita':
             return
                 "pub   4096R/70D12172 2017-04-14 [expires: 2024-04-21]\n" .
@@ -87,10 +94,10 @@ function gpg_key_get(string $rm): ?string {
 
         case 'ramsey':
             return
-                "pub   rsa4096 2021-04-26 [SC] [expires: 2024-11-26]\n" .
+                "pub   rsa4096 2021-04-26 [SC] [expires: 2025-11-24]\n" .
                 "      39B6 4134 3D8C 104B 2B14  6DC3 F9C3 9DC0 B969 8544\n" .
                 "uid           [ultimate] Ben Ramsey <ram...@php.net>\n" .
-                "sub   rsa4096 2021-04-26 [E] [expires: 2024-11-26]";
+                "sub   rsa4096 2021-04-26 [E] [expires: 2025-11-24]";
 
         case 'remi':
             return
@@ -98,6 +105,15 @@ function gpg_key_get(string $rm): ?string {
                 "      Key fingerprint = B1B4 4D8F 021E 4E2D 6021  E995 DC9F 
F8D3 EE5A F27F\n" .
                 "uid                  Remi Collet <r...@php.net>";
 
+        case 'sergey':
+            return
+                "pub   rsa4096 2021-03-26 [SC] [expires: 2030-03-26]\n" .
+                "      E609 13E4 DF20 9907 D8E3  0D96 659A 97C9 CF2A 795A\n" .
+                "uid           [ultimate] Sergey Panteleev <ser...@php.net>\n".
+                "uid           [ultimate] Sergey Panteleev 
<ser...@s-panteleev.ru>\n".
+                "uid           [ultimate] Sergey Panteleev 
<ser...@sergeypanteleev.com>\n".
+                "sub   rsa4096 2021-03-26 [E] [expires: 2025-03-26]";
+
         case 'stas':
             return
                 "pub   2048D/5DA04B5D 2012-03-19\n" .
@@ -119,6 +135,7 @@ function gpg_key_get(string $rm): ?string {
 
 function gpg_key_get_branches(bool $activeOnly): array {
     $branches = [
+        '8.2' => [ 'pierrick', 'ramsey', 'sergey' ],
         '8.1' => [ 'krakjoe', 'ramsey', 'patrickallaert' ],
         '8.0' => [ 'pollita', 'carusogabriel' ],
         '7.4' => [ 'derick', 'petk' ],
diff --git a/include/releases.inc b/include/releases.inc
index 0762100e5..6f1542c09 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,150 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.5' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_5.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '14 Apr 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.5.tar.gz',
+          'name' => 'PHP 8.1.5 (tar.gz)',
+          'sha256' => 
'44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11',
+          'date' => '14 Apr 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.5.tar.bz2',
+          'name' => 'PHP 8.1.5 (tar.bz2)',
+          'sha256' => 
'827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3',
+          'date' => '14 Apr 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.5.tar.xz',
+          'name' => 'PHP 8.1.5 (tar.xz)',
+          'sha256' => 
'7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a',
+          'date' => '14 Apr 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
+    '8.0.18' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_0_18.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '14 Apr 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.0.18.tar.gz',
+          'name' => 'PHP 8.0.18 (tar.gz)',
+          'sha256' => 
'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a',
+          'date' => '14 Apr 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.0.18.tar.bz2',
+          'name' => 'PHP 8.0.18 (tar.bz2)',
+          'sha256' => 
'826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a',
+          'date' => '14 Apr 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.0.18.tar.xz',
+          'name' => 'PHP 8.0.18 (tar.xz)',
+          'sha256' => 
'db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7',
+          'date' => '14 Apr 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
+    '8.0.17' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_0_17.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '17 Mar 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.0.17.tar.gz',
+          'name' => 'PHP 8.0.17 (tar.gz)',
+          'sha256' => 
'bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424',
+          'date' => '17 Mar 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.0.17.tar.bz2',
+          'name' => 'PHP 8.0.17 (tar.bz2)',
+          'sha256' => 
'52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f',
+          'date' => '17 Mar 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.0.17.tar.xz',
+          'name' => 'PHP 8.0.17 (tar.xz)',
+          'sha256' => 
'4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5',
+          'date' => '17 Mar 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
+    '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..026363c64 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,25 +20,25 @@ $RELEASES = (function() {
 
     /* PHP 8.1 Release */
     $data['8.1'] = [
-        'version' => '8.1.4',
-        'date'    => '17 Mar 2022',
+        'version' => '8.1.6',
+        'date'    => '12 May 2022',
         'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde',
-            'tar.bz2' => 
'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76',
-            'tar.xz'  => 
'05a8c0ac30008154fb38a305560543fc172ba79fb957084a99b8d3b10d5bdb4b',
+            'tar.gz'  => 
'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3',
+            'tar.bz2' => 
'7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66',
+            'tar.xz'  => 
'da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c',
         ]
     ];
 
     /* PHP 8.0 Release */
     $data['8.0'] = [
-        'version' => '8.0.17',
-        'date'    => '17 Mar 2022',
+        'version' => '8.0.19',
+        'date'    => '12 May 2022',
         'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424',
-            'tar.bz2' => 
'52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f',
-            'tar.xz'  => 
'4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5',
+            'tar.gz'  => 
'48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5',
+            'tar.bz2' => 
'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330',
+            'tar.xz'  => 
'ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab',
         ]
     ];
 
diff --git a/js/search.js b/js/search.js
index cd0f2c821..e44176006 100644
--- a/js/search.js
+++ b/js/search.js
@@ -360,7 +360,7 @@
 
                         dropdown.append(searchTemplate.render({
                             pattern: pattern,
-                            url: "/search.php?pattern=" + escape(pattern)
+                            url: "/search.php?pattern=" + 
encodeURIComponent(pattern)
                         }));
 
                         /* If the dropdown is hidden (because there are no
diff --git a/releases/8_0_18.php b/releases/8_0_18.php
new file mode 100644
index 000000000..c7ef94398
--- /dev/null
+++ b/releases/8_0_18.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_0_18.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.18 Release Announcement');
+?>
+<h1>PHP 8.0.18 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.0.18. This is a bug fix release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.18 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.0.18";>ChangeLog</a>.
+</p>
+<?php site_footer();
diff --git a/releases/8_0_19.php b/releases/8_0_19.php
new file mode 100644
index 000000000..daba4a471
--- /dev/null
+++ b/releases/8_0_19.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_0_19.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.19 Release Announcement');
+?>
+<h1>PHP 8.0.19 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.0.19. This is a bug fix release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.19 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.0.19";>ChangeLog</a>.
+</p>
+<?php site_footer();
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();
diff --git a/releases/8_1_6.php b/releases/8_1_6.php
new file mode 100644
index 000000000..9ce817d5c
--- /dev/null
+++ b/releases/8_1_6.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_6.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.6 Release Announcement');
+?>
+<h1>PHP 8.1.6 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.6. 
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.6 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.6";>ChangeLog</a>.
+</p>
+<?php site_footer();
diff --git a/releases/index.php b/releases/index.php
index ca1201998..1049b7532 100644
--- a/releases/index.php
+++ b/releases/index.php
@@ -8,6 +8,11 @@
 
        $machineReadable = [];
 
+       $supportedVersions = [];
+       foreach (get_active_branches(false) as $major => $releases) {
+               $supportedVersions[$major] = array_keys($releases);
+       }
+
        if (isset($_GET["version"])) {
                $versionArray = version_array($_GET["version"]);
                $ver = $versionArray[0];
@@ -27,6 +32,9 @@
                                }
 
                                if (compare_version($versionArray, $version) == 
0) {
+                                       if (!isset($_GET['max'])) {
+                                               $release['supported_versions'] 
= $supportedVersions[$ver] ?? [];
+                                       }
                                        $machineReadable[$version] = $release;
                                        $count++;
                                }
@@ -47,6 +55,7 @@
                        $version = key($release);
                        $r = current($release);
                        $r["version"] = $version;
+                       $r['supported_versions'] = $supportedVersions[$major] 
?? [];
                        $machineReadable[$major] = $r;
                }
        }
diff --git a/sites.php b/sites.php
index 99332cfcb..22b246c85 100644
--- a/sites.php
+++ b/sites.php
@@ -169,37 +169,6 @@ interface to it. There you can browse the history (and 
latest versions) of the
  i.e. documentation files.
 </p>
 
-<!--
-XXX: The following sites are offline and should be re-added once they are back 
online in a more permanent state (Kalle, 17/10/2017)
-
-<h2 id="cvs" class="content-header"><a 
href="http://cvsold.php.net/";>cvsold.php.net</a>: Archived CVS Repository</h2>
-
-<p class="content-box">
- The PHP project used to be organized under the CVS revision control system, 
but
- migrated to <a href="http://svn.php.net/";>Subversion</a> (see above) in July 
of 2009.
- The old CVS repository is archived here for posterity. It was formerly named
- cvs.php.net, but that now redirects to the SVN repository. This is not 
available
- via HTTP.
-</p>
-
-<h2 id="lxr" class="content-header"><a 
href="http://lxr.php.net/";>lxr.php.net</a>: Cross Reference</h2>
-
-<div  class="content-box">
-<p>
- <a href="http://www.opensolaris.org/os/project/opengrok/";>OpenGrok</a> allows
- search and viewing of the PHP source code in an intelligent manner. Several 
branches
- and sub-projects are listed.
- Any time an important macro or function is detected within the code, it is 
linked
- to its definition, and all its usage locations. This will help you build your 
code
- and understand the PHP source.
-</p>
-<p>
- The name "lxr" exists as it was once based on the "Linux Cross Reference", but
- changed over to OpenGrok sometime in 2010.
-</p>
-</div>
--->
-
 <h2 id="gtk" class="content-header"><a 
href="http://gtk.php.net/";>gtk.php.net</a>: PHP-GTK</h2>
 
 <p class="content-box">
@@ -209,15 +178,6 @@ interface to it. There you can browse the history (and 
latest versions) of the
  and the latest news from the project.
 </p>
 
-<h2 id="gcov" class="content-header"><a 
href="http://gcov.php.net/";>gcov.php.net</a>: Test and Code Coverage 
analysis</h2>
-
-<p class="content-box">
- This site is dedicated to automatic PHP code coverage testing. On a regular
- basis current Git snapshots are being build and tested on this machine. After
- all tests are done the results are visualized along with a code coverage
- analysis.
-</p>
-
 <h2 id="wiki" class="content-header"><a 
href="https://wiki.php.net/";>wiki.php.net</a>: The PHP Wiki</h2>
 
 <p class="content-box">
@@ -226,6 +186,13 @@ interface to it. There you can browse the history (and 
latest versions) of the
  has a wiki section and everyone is able to apply for wiki commit access.
 </p>
 
+<h2 id="windows" class="content-header"><a 
href="https://windows.php.net/";>windows.php.net</a>: PHP for Windows</h2>
+
+<p class="content-box">
+ This site is dedicated to supporting PHP on Microsoft Windows. 
+ It also supports ports of PHP extensions or features as well as providing 
special builds for the various Windows architectures.
+</p>
+
 <h2 id="people" class="content-header"><a 
href="https://people.php.net/";>people.php.net</a>: The PHP Developers 
Profiles</h2>
 
 <p class="content-box">
@@ -233,13 +200,6 @@ interface to it. There you can browse the history (and 
latest versions) of the
 </p>
 
 <?php
-/*
-XXX: The following sites are offline and should be re-added once they are back 
online in a more permanent state (Kalle, 17/10/2017)
-
-<p class='panel'><a href="#cvs">Archived CVS Repository</a></p>
-<p class='panel'><a href="#lxr">Cross Reference</a></p>
-
-*/
 
 $SIDEBAR = <<< SIDEBAR_DATA
 
@@ -255,8 +215,8 @@ interface to it. There you can browse the history (and 
latest versions) of the
 <p class='panel'><a href="#git">Git Repository</a></p>
 <p class='panel'><a href="#svn">Archived SVN Repository</a></p>
 <p class='panel'><a href="#gtk">PHP-GTK</a></p>
-<p class='panel'><a href="#gcov">Test and Code Coverage analysis</a></p>
 <p class='panel'><a href="#wiki">The PHP Wiki</a></h2>
+<p class='panel'><a href="#windows">PHP for Windows</a></h2>
 <p class='panel'><a href="#people">The PHP Developers Profiles</a></h2>
 
 SIDEBAR_DATA;

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

Reply via email to