Author: Patrick Allaert (patrickallaert)
Date: 2022-08-04T14:41:09+02:00

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

Announce PHP 8.1.9

Changed paths:
  A  archive/entries/2022-08-04-3.xml
  A  releases/8_1_9.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 f8180b63f..ef47e5359 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,56 @@
 ?>
 <a id="PHP_8_1"></a>
 
+<section class="version" id="8.1.9"><!-- {{{ 8.1.9 -->
+<h3>Version 8.1.9</h3>
+<b><?php release_date('04-Aug-2022'); ?></b>
+<ul><li>CLI:
+<ul>
+  <li>Fixed potential overflow for the builtin server via the 
PHP_CLI_SERVER_WORKERS environment variable.</li>
+  <li>Fixed <?php githubissuel('php/php-src', 8952); ?> (Intentionally closing 
std handles no longer possible).</li>
+</ul></li>
+<li>Core:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8923); ?> (error_log on 
Windows can hold the file write lock).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8995); ?> (WeakMap object 
reference offset causing TypeError).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(80047); ?> (DatePeriod doesn't warn with custom 
DateTimeImmutable).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Fixed zlog message prepend, free on incorrect address.</li>
+  <li>Fixed possible double free on configuration loading failure. (Heiko 
Weber).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8848); ?> 
(imagecopyresized() error refers to the wrong argument).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Fixed build for ICU 69.x and onwards.</li>
+</ul></li>
+<li>OPcache:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8847); ?> (PHP hanging 
infinitly at 100% cpu when check php syntaxe of a valid file).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8030); ?> (Segfault with JIT 
and large match/switch statements).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li>Fixed bug <?php githubissuel('php/php-src', 8943); ?> (Fixed 
Reflection::getModifiersNames() with readonly modifier).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li>Fixed the crypt_sha256/512 api build with clang &gt; 12.</li>
+  <li>Uses CCRandomGenerateBytes instead of arc4random_buf on macOs. (David 
Carlier).</li>
+  <li>Fixed bug <?php githubissuel('php/php-src', 9017); ?> 
(php_stream_sock_open_from_socket could return NULL).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.1.8"><!-- {{{ 8.1.8 -->
 <h3>Version 8.1.8</h3>
 <b><?php release_date('07-Jul-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index bb37f6b09..bd8954e0c 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-08-04-3.xml"/>
   <xi:include href="entries/2022-08-04-2.xml"/>
   <xi:include href="entries/2022-08-04-1.xml"/>
   <xi:include href="entries/2022-07-21-1.xml"/>
diff --git a/archive/entries/2022-08-04-3.xml b/archive/entries/2022-08-04-3.xml
new file mode 100644
index 000000000..b1c34ea0c
--- /dev/null
+++ b/archive/entries/2022-08-04-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.9 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-08-04-3</id>
+  <published>2022-08-04T14:33:51+02:00</published>
+  <updated>2022-08-04T14:33:51+02:00</updated>
+  <link href="https://www.php.net/index.php#2022-08-04-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-08-04-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.9. 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.9 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.9";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index b3408421f..46c49610d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.1.8' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_1_8.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '07 Jul 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.1.8.tar.gz',
+          'name' => 'PHP 8.1.8 (tar.gz)',
+          'sha256' => 
'889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d',
+          'date' => '07 Jul 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.1.8.tar.bz2',
+          'name' => 'PHP 8.1.8 (tar.bz2)',
+          'sha256' => 
'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01',
+          'date' => '07 Jul 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.1.8.tar.xz',
+          'name' => 'PHP 8.1.8 (tar.xz)',
+          'sha256' => 
'04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c',
+          'date' => '07 Jul 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.21' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 02cb5d731..786852b17 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.8',
-        'date'    => '07 Jul 2022',
-        'tags'    => ['security'], // Set to ['security'] for security 
releases.
+        'version' => '8.1.9',
+        'date'    => '04 Aug 2022',
+        'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d',
-            'tar.bz2' => 
'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01',
-            'tar.xz'  => 
'04c065515bc347bc68e0bb1ac7182669a98a731e4a17727e5731650ad3d8de4c',
+            'tar.gz'  => 
'954cf77f7e0a70dc765e7639acdfdccd164be5cd1bce3dbe9d10c58dca631e76',
+            'tar.bz2' => 
'9ebb0e2e571db6fd5930428dcb2d19ed3e050338ec1f1347c282cae92fc086ff',
+            'tar.xz'  => 
'53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf',
         ]
     ];
 
diff --git a/releases/8_1_9.php b/releases/8_1_9.php
new file mode 100644
index 000000000..6db449549
--- /dev/null
+++ b/releases/8_1_9.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_1_9.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.1.9 Release Announcement');
+?>
+<h1>PHP 8.1.9 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.1.9. 
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.9 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.9";>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