Commit:    179f5a7782eff0bc6afaf7eb02e38599d103ee71
Author:    Derick Rethans <[email protected]>         Thu, 4 Mar 2021 
18:25:24 +0000
Parents:   a75c70d497a3e45d4b9d008b0ab2f8bf5ae6d52a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=179f5a7782eff0bc6afaf7eb02e38599d103ee71

Log:
GO with 7.4.16

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2021-03-04-1.xml
  M  distributions
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_4_16.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index d605d790f..460e56a13 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -12,6 +12,52 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_4"></a>
 
+<section class="version" id="7.4.16"><!-- {{{ 7.4.16 -->
+<h3>Version 7.4.16</h3>
+<b><?php release_date('04-Mar-2021'); ?></b>
+<ul><li>Core:
+<ul>
+  <li>Fixed #80706 (mail(): Headers after Bcc headers may be ignored).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(78680); ?> (mysqlnd's mysql_clear_password does not 
transmit null-terminated password).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(74779); ?> (x() and y() truncating floats to integers).</li>
+</ul></li>
+<li>OPcache:
+<ul>
+  <li><?php bugfix(80682); ?> (opcache doesn't honour pcre.jit option).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(80747); ?> (Providing RSA key size &lt; 512 generates key 
that crash PHP).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(75850); ?> (Unclear error message wrt. __halt_compiler() 
w/o semicolon) (cmb)</li>
+  <li><?php bugfix(70091); ?> (Phar does not mark UTF-8 filenames in ZIP 
archives).</li>
+  <li><?php bugfix(53467); ?> (Phar cannot compress large archives).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() 
causes Segmentation fault).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(80654); ?> (file_get_contents() maxlen fails above 
(2**31)-1 bytes).</li>
+</ul></li>
+<li>Zip:
+<ul>
+  <li><?php bugfix(80648); ?> (Fix for bug 79296 should be based on runtime 
version).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.4.15"><!-- {{{ 7.4.15 -->
 <h3>Version 7.4.15</h3>
 <b><?php release_date('04-Feb-2021'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 781f494e5..9da9cb3b5 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/2021-03-04-1.xml"/>
   <xi:include href="entries/2021-03-01-1.xml"/>
   <xi:include href="entries/2021-02-26-1.xml"/>
   <xi:include href="entries/2021-02-04-3.xml"/>
diff --git a/archive/entries/2021-03-04-1.xml b/archive/entries/2021-03-04-1.xml
new file mode 100644
index 000000000..ab3a8f901
--- /dev/null
+++ b/archive/entries/2021-03-04-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.16 Released!</title>
+  <id>https://www.php.net/archive/2021.php#2021-03-04-1</id>
+  <published>2021-03-04T18:23:48+00:00</published>
+  <updated>2021-03-04T18:23:48+00:00</updated>
+  <link href="https://www.php.net/index.php#id2021-03-04-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2021.php#2021-03-04-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 7.4.16. This is a bug fix 
release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.16 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-7.php#7.4.16";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/distributions b/distributions
index d0d32f544..9c65c7eff 160000
--- a/distributions
+++ b/distributions
@@ -1 +1 @@
-Subproject commit d0d32f544f69c72df636dc40039933680b776c4c
+Subproject commit 9c65c7eff431ed764328fea1141676e0fd986218
diff --git a/include/releases.inc b/include/releases.inc
index 9383434cc..6f0787f73 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -77,6 +77,42 @@ $OLDRELEASES = array (
   ),
   7 => 
   array (
+    '7.4.15' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_15.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '04 Feb 2021',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.15.tar.gz',
+          'name' => 'PHP 7.4.15 (tar.gz)',
+          'sha256' => 
'c7403988b69212335dec79e869abe9dbb23d60ea7f6eb16fd6ff99ed6b5f1c87',
+          'date' => '04 Feb 2021',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.15.tar.bz2',
+          'name' => 'PHP 7.4.15 (tar.bz2)',
+          'sha256' => 
'1bd7be0293446c3d3cbe3c9fae6045119af0798fb0869db61932796dc23a7757',
+          'date' => '04 Feb 2021',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.15.tar.xz',
+          'name' => 'PHP 7.4.15 (tar.xz)',
+          'sha256' => 
'9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8',
+          'date' => '04 Feb 2021',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.14' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 10a75837a..426282930 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -32,13 +32,13 @@ $RELEASES = (function() {
 
     /* PHP 7.4 Release */
     $data['7.4'] = [
-        'version' => '7.4.15',
-        'date'    => '04 Feb 2021',
-        'tags'      => [],
+        'version' => '7.4.16',
+        'date'    => '04 Mar 2021',
+        'tags'    => [], // Set to ['security'] for security releases
         'sha256'  => [
-            'tar.gz'  => 
'c7403988b69212335dec79e869abe9dbb23d60ea7f6eb16fd6ff99ed6b5f1c87',
-            'tar.bz2' => 
'1bd7be0293446c3d3cbe3c9fae6045119af0798fb0869db61932796dc23a7757',
-            'tar.xz'  => 
'9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8',
+            'tar.gz'  => 
'ef2d2b463fc3444895ec599337b663a8832c6ade148d9832417e59aa2b9e93da',
+            'tar.bz2' => 
'85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e',
+            'tar.xz'  => 
'1c16cefaf88ded4c92eed6a8a41eb682bb2ef42429deb55f1c4ba159053fb98b',
         ]
     ];
 
diff --git a/releases/7_4_16.php b/releases/7_4_16.php
new file mode 100644
index 000000000..f884e23bb
--- /dev/null
+++ b/releases/7_4_16.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.4.16.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.4.16 Release Announcement');
+?>
+<h1>PHP 7.4.16 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.4.16. This is a bug fix release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.16 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-7.php#7.4.16";>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