Commit: b3d7ecffacee5bd06488e68cf513f0a415a881ac
Author: Derick Rethans <[email protected]> Thu, 19 Mar 2020
14:46:50 +0000
Parents: a2df604757737b701d3478d1d7a6eee91e8aeef8
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=b3d7ecffacee5bd06488e68cf513f0a415a881ac
Log:
Go with 7.4.4
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2020-03-19-3.xml
M include/releases.inc
M include/version.inc
A releases/7_4_4.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 792ae5d16..c12a537b2 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,99 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<a href="#PHP_7_1">7.1</a> | <a href="#PHP_7_0">7.0</a>
<a name="PHP_7_4"></a>
+<section class="version" id="7.4.4"><!-- {{{ 7.4.4 -->
+<h3>Version 7.4.4</h3>
+<b><?php release_date('19-Mar-2020'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(79329); ?> (get_headers() silently truncates after a null
byte) (CVE-2020-7066)</li>
+ <li><?php bugfix(79244); ?> (php crashes during parsing INI file).</li>
+ <li><?php bugfix(63206); ?> (restore_error_handler does not restore previous
errors mask).</li>
+</ul></li>
+<li>COM:
+<ul>
+ <li><?php bugfix(66322); ?> (COMPersistHelper::SaveToFile can save to wrong
location).</li>
+ <li><?php bugfix(79242); ?> (COM error constants don't match com_exception
codes on x86).</li>
+ <li><?php bugfix(79247); ?> (Garbage collecting variant objects
segfaults).</li>
+ <li><?php bugfix(79248); ?> (Traversing empty VT_ARRAY throws
com_exception).</li>
+ <li><?php bugfix(79299); ?> (com_print_typeinfo prints duplicate
variables).</li>
+ <li><?php bugfix(79332); ?> (php_istreams are never freed).</li>
+ <li><?php bugfix(79333); ?> (com_print_typeinfo() leaks memory).</li>
+</ul></li>
+<li>CURL:
+<ul>
+ <li><?php bugfix(79019); ?> (Copied cURL handles upload empty file).</li>
+ <li><?php bugfix(79013); ?> (Content-Length missing when posting a curlFile
with curl).</li>
+</ul></li>
+<li>DOM:
+<ul>
+ <li><?php bugfix(77569); ?>: (Write Access Violation in
DomImplementation).</li>
+ <li><?php bugfix(79271); ?> (DOMDocumentType::$childNodes is NULL).</li>
+</ul></li>
+<li>Enchant:
+<ul>
+ <li><?php bugfix(79311); ?> (enchant_dict_suggest() fails on big endian
architecture).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+ <li><?php bugfix(79282); ?> (Use-of-uninitialized-value in exif)
(CVE-2020-7064).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(79283); ?> (Segfault in libmagic patch contains a buffer
overflow).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(77653); ?> (operator displayed instead of the real error
message).</li>
+ <li><?php bugfix(79014); ?> (PHP-FPM & Primary script unknown).</li>
+</ul></li>
+<li>MBstring:
+<ul>
+ <li><?php bugfix(79371); ?> (mb_strtolower (UTF-32LE): stack-buffer-overflow
at php_unicode_tolower_full) (CVE-2020-7065).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+ <li><?php bugfix(64032); ?> (mysqli reports different client_version).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+ <li>Implemented FR <?php bugl(79275); ?> (Support
auth_plugin_caching_sha2_password on Windows).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(79252); ?> (preloading causes php-fpm to segfault during
exit).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+ <li><?php bugfix(79188); ?> (Memory corruption in
preg_replace/preg_replace_callback and unicode).</li>
+ <li><?php bugfix(79241); ?> (Segmentation fault on preg_match()).</li>
+ <li><?php bugfix(79257); ?> (Duplicate named groups (?J) prefer last
alternative even if not matched).</li>
+</ul></li>
+<li>PDO_ODBC:
+<ul>
+ <li><?php bugfix(79038); ?> (PDOStatement::nextRowset() leaks column
values).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li><?php bugfix(79062); ?> (Property with heredoc default value returns
false for getDocComment).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+ <li><?php bugfix(79294); ?> (::columnType() may fail after
SQLite3Stmt::reset()).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(79254); ?> (getenv() w/o arguments not showing
changes).</li>
+ <li><?php bugfix(79265); ?> (Improper injection of Host header when using
fopen for http requests).</li>
+</ul></li>
+<li>Zip:
+<ul>
+ <li><?php bugfix(79315); ?> (ZipArchive::addFile doesn't honor start/length
parameters).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
<section class="version" id="7.4.3"><!-- {{{ 7.4.3 -->
<h3>Version 7.4.3</h3>
<b><?php release_date('20-Feb-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 74c5c8b6c..7b76e553d 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/2020-03-19-3.xml"/>
<xi:include href="entries/2020-03-19-2.xml"/>
<xi:include href="entries/2020-03-19-1.xml"/>
<xi:include href="entries/2020-02-20-3.xml"/>
diff --git a/archive/entries/2020-03-19-3.xml b/archive/entries/2020-03-19-3.xml
new file mode 100644
index 000000000..fb9c55c46
--- /dev/null
+++ b/archive/entries/2020-03-19-3.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.4.4 Released!</title>
+ <id>https://www.php.net/archive/2020.php#2020-03-19-3</id>
+ <published>2020-03-19T14:46:06+00:00</published>
+ <updated>2020-03-19T14:46:06+00:00</updated>
+ <link href="https://www.php.net/index.php#id2020-03-19-3" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2020.php#2020-03-19-3" rel="via"
type="text/html"/>
+ <category term="releases" label="New PHP release"/>
+ <content type="xhtml">
+ <div xmlns="http://www.w3.org/1999/xhtml">
+ <p>The PHP development team announces the immediate availability of PHP
7.4.4.
+ 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.4 please visit our
+ <a href="http://www.php.net/downloads">downloads</a> page Windows
binaries can
+ be found on the <a href="http://windows.php.net/download">PHP for
Windows</a>
+ site. The list of changes is recorded in the
+ <a href="http://www.php.net/ChangeLog-7.php#7.4.4">ChangeLog</a>.</p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 0643a631e..344285d99 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.4.3' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_4_3.php',
+ ),
+ 'tags' =>
+ array (
+ 0 => 'security',
+ ),
+ 'date' => '20 Feb 2020',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.4.3.tar.bz2',
+ 'name' => 'PHP 7.4.3 (tar.bz2)',
+ 'sha256' =>
'c1517ba49578fb2dcc64c73a3edc76d4fc507c4a7ac639981584cc7d3b4c6d14',
+ 'date' => '20 Feb 2020',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.4.3.tar.gz',
+ 'name' => 'PHP 7.4.3 (tar.gz)',
+ 'sha256' =>
'58e421a1dba10da8542a014535cac77a78f0271afb901cc2bd363b881895a9ed',
+ 'date' => '20 Feb 2020',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.4.3.tar.xz',
+ 'name' => 'PHP 7.4.3 (tar.xz)',
+ 'sha256' =>
'cf1f856d877c268124ded1ede40c9fb6142b125fdaafdc54f855120b8bc6982a',
+ 'date' => '20 Feb 2020',
+ ),
+ ),
+ 'museum' => false,
+ ),
'7.2.28' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 84c059ba6..ec8aec04a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.4 Release */
- $PHP_7_4_VERSION = "7.4.3";
- $PHP_7_4_DATE = "20 Feb 2020";
+ $PHP_7_4_VERSION = "7.4.4";
+ $PHP_7_4_DATE = "19 Mar 2020";
$PHP_7_4_TAGS = ['security']; // Set to ['security'] for
security releases.
$PHP_7_4_SHA256 = array(
- "tar.gz" =>
"58e421a1dba10da8542a014535cac77a78f0271afb901cc2bd363b881895a9ed",
- "tar.bz2" =>
"c1517ba49578fb2dcc64c73a3edc76d4fc507c4a7ac639981584cc7d3b4c6d14",
- "tar.xz" =>
"cf1f856d877c268124ded1ede40c9fb6142b125fdaafdc54f855120b8bc6982a",
+ "tar.gz" =>
"1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616",
+ "tar.bz2" =>
"308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f",
+ "tar.xz" =>
"1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c",
);
/* PHP 7.3 Release */
diff --git a/releases/7_4_4.php b/releases/7_4_4.php
new file mode 100644
index 000000000..c15edf3a4
--- /dev/null
+++ b/releases/7_4_4.php
@@ -0,0 +1,18 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.4.4.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.4.4 Release Announcement");
+?>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.4.4. This is a security release which also contains several bug fixes.</p>
+
+ <p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+ <p>For source downloads of PHP 7.4.4 please visit our <a
href="http://www.php.net/downloads.php">downloads page</a>,
+ Windows source and binaries can be found on <a
href="http://windows.php.net/download/">windows.php.net/download/</a>.
+ The list of changes is recorded in the <a
href="http://www.php.net/ChangeLog-7.php#7.4.4">ChangeLog</a>.
+ </p>
+
+
+<?php site_footer(); ?>
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php