Author: Sara Golemon (sgolemon)
Date: 2021-12-17T15:38:11Z

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

Announce 8.0.14

Changed paths:
  A  archive/entries/2021-12-16-2.xml
  A  releases/8_0_14.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 fdcf8c22e..84871a8cf 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -300,6 +300,50 @@
 
 <a id="PHP_8_0"></a>
 
+<section class="version" id="8.0.14"><!-- {{{ 8.0.14 -->
+<h3>Version 8.0.14</h3>
+<b><?php release_date('16-Dec-2021'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(81582); ?> (Stringable not implicitly declared if 
__toString() came from a trait).</li>
+  <li><?php bugfix(81591); ?> (Fatal Error not properly logged in particular 
cases).</li>
+  <li><?php bugfix(81626); ?> (Error on use static:: in __сallStatic() wrapped 
to Closure::fromCallable()).</li>
+  <li><?php bugfix(81631); ?> (::class with dynamic class name may yield wrong 
line number).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(81513); ?> (Future possibility for heap overflow in FPM 
zlog).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(71316); ?> (libpng warning from imagecreatefromstring).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+  <li><?php bugfix(81649); ?> (imap_(un)delete accept sequences, not single 
numbers).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(75725); ?> (./configure: detecting RAND_egd).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li><?php bugfix(74604); ?> (Out of bounds in php_pcre_replace_impl).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(81587); ?> (MultipleIterator Segmentation fault w/ 
SimpleXMLElement attached).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(81618); ?> (dns_get_record fails on FreeBSD for missing 
type).</li>
+  <li><?php bugfix(81659); ?> (stream_get_contents() may unnecessarily 
overallocate).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.0.13"><!-- {{{ 8.0.13 -->
 <h3>Version 8.0.13</h3>
 <b><?php release_date('18-Nov-2021'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 50cde344c..9c3c6eab2 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/2021-12-16-2.xml"/>
   <xi:include href="entries/2021-12-16-1.xml"/>
   <xi:include href="entries/2021-12-13-1.xml"/>
   <xi:include href="entries/2021-11-25-1.xml"/>
diff --git a/archive/entries/2021-12-16-2.xml b/archive/entries/2021-12-16-2.xml
new file mode 100644
index 000000000..4dfd6a7e4
--- /dev/null
+++ b/archive/entries/2021-12-16-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.0.14 Released!</title>
+  <id>https://www.php.net/archive/2021.php#2021-12-17-1</id>
+  <published>2021-12-16T23:33:54+00:00</published>
+  <updated>2021-12-16T23:33:54+00:00</updated>
+  <link href="https://www.php.net/index.php#id2021-12-16-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2021.php#2021-12-16-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.0.14. 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.14 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.14";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 911801fe6..af515678e 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.0.13' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_0_13.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '18 Nov 2021',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.0.13.tar.gz',
+          'name' => 'PHP 8.0.13 (tar.gz)',
+          'sha256' => 
'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8',
+          'date' => '18 Nov 2021',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.0.13.tar.bz2',
+          'name' => 'PHP 8.0.13 (tar.bz2)',
+          'sha256' => 
'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836',
+          'date' => '18 Nov 2021',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.0.13.tar.xz',
+          'name' => 'PHP 8.0.13 (tar.xz)',
+          'sha256' => 
'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52',
+          'date' => '18 Nov 2021',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.12' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 4c2707b6d..b69e49a4b 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.13',
-        'date'    => '18 Nov 2021',
-        'tags'    => ['security'], // Set to ['security'] for security 
releases.
+        'version' => '8.0.14',
+        'date'    => '16 Dec 2021',
+        'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8',
-            'tar.bz2' => 
'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836',
-            'tar.xz'  => 
'cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52',
+            'tar.gz'  => 
'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20',
+            'tar.bz2' => 
'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b',
+            'tar.xz'  => 
'fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3',
         ]
     ];
 
diff --git a/releases/8_0_14.php b/releases/8_0_14.php
new file mode 100644
index 000000000..746631c02
--- /dev/null
+++ b/releases/8_0_14.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_0_14.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.14 Release Announcement');
+?>
+<h1>PHP 8.0.14 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.0.14. 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.14 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.14";>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