mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.4.5
This commit is contained in:
@@ -11,6 +11,71 @@ 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.5"><!-- {{{ 7.4.5 -->
|
||||
<h3>Version 7.4.5</h3>
|
||||
<b><?php release_date('16-Apr-2020'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(79364); ?> (When copy empty array, next key is unspecified).</li>
|
||||
<li><?php bugfix(78210); ?> (Invalid pointer address).</li>
|
||||
</ul></li>
|
||||
<li>CURL:
|
||||
<ul>
|
||||
<li><?php bugfix(79199); ?> (curl_copy_handle() memory leak).</li>
|
||||
</ul></li>
|
||||
<li>Date:
|
||||
<ul>
|
||||
<li><?php bugfix(79396); ?> (DateTime hour incorrect during DST jump forward).</li>
|
||||
<li><?php bugfix(74940); ?> (DateTimeZone loose comparison always true).</li>
|
||||
</ul></li>
|
||||
<li>FPM:
|
||||
<ul>
|
||||
<li>Implement request <?php bugl(77062); ?> (Allow numeric [UG]ID in FPM listen.{owner,group}) (Andre Nathan)</li>
|
||||
</ul></li>
|
||||
<li>Iconv:
|
||||
<ul>
|
||||
<li><?php bugfix(79200); ?> (Some iconv functions cut Windows-1258).</li>
|
||||
</ul></li>
|
||||
<li>OPcache:
|
||||
<ul>
|
||||
<li><?php bugfix(79412); ?> (Opcache chokes and uses 100% CPU on specific script).</li>
|
||||
</ul></li>
|
||||
<li>Session:
|
||||
<ul>
|
||||
<li><?php bugfix(79413); ?> (session_create_id() fails for active sessions).</li>
|
||||
</ul></li>
|
||||
<li>Shmop:
|
||||
<ul>
|
||||
<li><?php bugfix(79427); ?> (Integer Overflow in shmop_open()).</li>
|
||||
</ul></li>
|
||||
<li>SimpleXML:
|
||||
<ul>
|
||||
<li><?php bugfix(61597); ?> (SXE properties may lack attributes and content).</li>
|
||||
</ul></li>
|
||||
<li>SOAP:
|
||||
<ul>
|
||||
<li><?php bugfix(79357); ?> (SOAP request segfaults when any request parameter is missing).</li>
|
||||
</ul></li>
|
||||
<li>Spl:
|
||||
<ul>
|
||||
<li><?php bugfix(75673); ?> (SplStack::unserialize() behavior).</li>
|
||||
<li><?php bugfix(79393); ?> (Null coalescing operator failing with SplFixedArray).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(79330); ?> (shell_exec() silently truncates after a null byte).</li>
|
||||
<li><?php bugfix(79410); ?> (system() swallows last chunk if it is exactly 4095 bytes without newline).</li>
|
||||
<li><?php bugfix(79465); ?> (OOB Read in urldecode()). (CVE-2020-7067)</li>
|
||||
</ul></li>
|
||||
<li>Zip:
|
||||
<ul>
|
||||
<li><?php bugfix(79296); ?> (ZipArchive::open fails on empty file).</li>
|
||||
<li><?php bugfix(79424); ?> (php_zip_glob uses gl_pathc after call to globfree).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
<section class="version" id="7.4.4"><!-- {{{ 7.4.4 -->
|
||||
<h3>Version 7.4.4</h3>
|
||||
<b><?php release_date('19-Mar-2020'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2020-04-16-2.xml"/>
|
||||
<xi:include href="entries/2020-04-16-1.xml"/>
|
||||
<xi:include href="entries/2020-04-14-1.xml"/>
|
||||
<xi:include href="entries/2020-03-19-3.xml"/>
|
||||
|
||||
24
archive/entries/2020-04-16-2.xml
Normal file
24
archive/entries/2020-04-16-2.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 7.4.5 Released</title>
|
||||
<id>https://www.php.net/archive/2020.php#2020-04-16-2</id>
|
||||
<published>2020-04-16T09:46:52+00:00</published>
|
||||
<updated>2020-04-16T09:46:52+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2020-04-16-2" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2020.php#2020-04-16-2" rel="via" type="text/html"/>
|
||||
<category term="frontpage" label="PHP.net frontpage news"/>
|
||||
<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.5. 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.5 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.5">ChangeLog</a>.
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,43 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.4.4' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_4_4.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
0 => 'security',
|
||||
),
|
||||
'date' => '19 Mar 2020',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.4.tar.bz2',
|
||||
'name' => 'PHP 7.4.4 (tar.bz2)',
|
||||
'sha256' => '308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f',
|
||||
'date' => '19 Mar 2020',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.4.tar.gz',
|
||||
'name' => 'PHP 7.4.4 (tar.gz)',
|
||||
'sha256' => '1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616',
|
||||
'date' => '19 Mar 2020',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.4.tar.xz',
|
||||
'name' => 'PHP 7.4.4 (tar.xz)',
|
||||
'sha256' => '1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c',
|
||||
'date' => '19 Mar 2020',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.3.16' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
*/
|
||||
$RELEASES = (function() {
|
||||
/* PHP 7.4 Release */
|
||||
$PHP_7_4_VERSION = "7.4.4";
|
||||
$PHP_7_4_DATE = "19 Mar 2020";
|
||||
$PHP_7_4_VERSION = "7.4.5";
|
||||
$PHP_7_4_DATE = "16 Apr 2020";
|
||||
$PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases.
|
||||
$PHP_7_4_SHA256 = array(
|
||||
"tar.gz" => "1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616",
|
||||
"tar.bz2" => "308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f",
|
||||
"tar.xz" => "1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c",
|
||||
"tar.gz" => "1ef619411b0bd68c0fbfd2a6c622ad6bc524d0bceb8476fb9807a23a0fe9a343",
|
||||
"tar.bz2" => "39daa533d5b63c3394da711dc12867dd76c2ec31c940bbba16f14e577df13d6f",
|
||||
"tar.xz" => "d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c",
|
||||
);
|
||||
|
||||
/* PHP 7.3 Release */
|
||||
|
||||
17
releases/7_4_5.php
Normal file
17
releases/7_4_5.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7.4.5.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header("PHP 7.4.5 Release Announcement");
|
||||
?>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
7.4.5. 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.5 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.5">ChangeLog</a>.
|
||||
</p>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user