Author: Gabriel Caruso (carusogabriel)
Date: 2022-05-12T09:45:58+02:00
Commit:
https://github.com/php/web-php/commit/cc82bc6731ff5c570aef2b1fa452825975fd9949
Raw diff:
https://github.com/php/web-php/commit/cc82bc6731ff5c570aef2b1fa452825975fd9949.diff
Announce PHP 8.0.19
Changed paths:
A archive/entries/2022-05-12-1.xml
A releases/8_0_19.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 52f7f6cc6..5a2a0680c 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -548,6 +548,57 @@
<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>
diff --git a/archive/archive.xml b/archive/archive.xml
index 752632fd1..fd439523d 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <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"/>
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/include/releases.inc b/include/releases.inc
index 693235fc9..f569d9e8f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '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' =>
diff --git a/include/version.inc b/include/version.inc
index a67971e62..05891effa 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function() {
/* PHP 8.0 Release */
$data['8.0'] = [
- 'version' => '8.0.18',
- 'date' => '14 Apr 2022',
+ 'version' => '8.0.19',
+ 'date' => '12 May 2022',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a',
- 'tar.bz2' =>
'826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a',
- 'tar.xz' =>
'db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7',
+ 'tar.gz' =>
'48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5',
+ 'tar.bz2' =>
'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330',
+ 'tar.xz' =>
'ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab',
]
];
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();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php