mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.4.11
This commit is contained in:
@@ -12,6 +12,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<a name="PHP_7_4"></a>
|
||||
|
||||
<section class="version" id="7.4.11"><!-- {{{ 7.4.11 -->
|
||||
<h3>Version 7.4.11</h3>
|
||||
<b><?php release_date('01-Oct-2020'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(79699); ?> (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)</li>
|
||||
<li><?php bugfix(79979); ?> (passing value to by-ref param via CUFA crashes).</li>
|
||||
<li><?php bugfix(80037); ?> (Typed property must not be accessed before initialization when __get() declared).</li>
|
||||
<li><?php bugfix(80048); ?> (Bug #69100 has not been fixed for Windows).</li>
|
||||
<li><?php bugfix(80049); ?> (Memleak when coercing integers to string via variadic argument).</li>
|
||||
</ul></li>
|
||||
<li>Calendar:
|
||||
<ul>
|
||||
<li><?php bugfix(80007); ?> (Potential type confusion in unixtojd() parameter parsing).</li>
|
||||
</ul></li>
|
||||
<li>COM:
|
||||
<ul>
|
||||
<li><?php bugfix(64130); ?> (COM obj parameters passed by reference are not updated).</li>
|
||||
</ul></li>
|
||||
<li>OPcache:
|
||||
<ul>
|
||||
<li><?php bugfix(80002); ?> (calc free space for new interned string is wrong).</li>
|
||||
<li><?php bugfix(80046); ?> (FREE for SWITCH_STRING optimized away).</li>
|
||||
<li><?php bugfix(79825); ?> (opcache.file_cache causes SIGSEGV when custom opcode handlers changed).</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(79601); ?> (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)</li>
|
||||
</ul></li>
|
||||
<li>PDO:
|
||||
<ul>
|
||||
<li><?php bugfix(80027); ?> (Terrible performance using $query->fetch on queries with many bind parameters (Matteo)</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(79986); ?> (str_ireplace bug with diacritics characters).</li>
|
||||
<li><?php bugfix(80077); ?> (getmxrr test bug).</li>
|
||||
<li><?php bugfix(72941); ?> (Modifying bucket->data by-ref has no effect any longer).</li>
|
||||
<li><?php bugfix(80067); ?> (Omitting the port in bindto setting errors).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="7.4.10"><!-- {{{ 7.4.10 -->
|
||||
<h3>Version 7.4.10</h3>
|
||||
<b><?php release_date('03-Sep-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-10-01-2.xml"/>
|
||||
<xi:include href="entries/2020-10-01-1.xml"/>
|
||||
<xi:include href="entries/2020-09-21-1.xml"/>
|
||||
<xi:include href="entries/2020-09-17-1.xml"/>
|
||||
|
||||
21
archive/entries/2020-10-01-2.xml
Normal file
21
archive/entries/2020-10-01-2.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 7.4.11 Released!</title>
|
||||
<id>https://www.php.net/archive/2020.php#2020-10-01-2</id>
|
||||
<published>2020-10-01T13:16:42+00:00</published>
|
||||
<updated>2020-10-01T13:16:42+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2020-10-01-2" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2020.php#2020-10-01-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 7.4.11. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.4.11 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.11">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.4.10' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_4_10.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '03 Sep 2020',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.10.tar.bz2',
|
||||
'name' => 'PHP 7.4.10 (tar.bz2)',
|
||||
'sha256' => 'e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.10.tar.gz',
|
||||
'name' => 'PHP 7.4.10 (tar.gz)',
|
||||
'sha256' => 'e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.10.tar.xz',
|
||||
'name' => 'PHP 7.4.10 (tar.xz)',
|
||||
'sha256' => 'c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.2.33' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
*/
|
||||
$RELEASES = (function() {
|
||||
/* PHP 7.4 Release */
|
||||
$PHP_7_4_VERSION = "7.4.10";
|
||||
$PHP_7_4_DATE = "03 Sep 2020";
|
||||
$PHP_7_4_VERSION = "7.4.11";
|
||||
$PHP_7_4_DATE = "01 Oct 2020";
|
||||
$PHP_7_4_TAGS = []; // Set to ['security'] for security releases.
|
||||
$PHP_7_4_SHA256 = array(
|
||||
"tar.gz" => "e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb",
|
||||
"tar.bz2" => "e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7",
|
||||
"tar.xz" => "c2d90b00b14284588a787b100dee54c2400e7db995b457864d66f00ad64fb010",
|
||||
"tar.gz" => "b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821",
|
||||
"tar.bz2" => "5408f255243bd2292f3fbc2fafc27a2ec083fcd852902728f2ba9a3ea616b8c5",
|
||||
"tar.xz" => "5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce",
|
||||
);
|
||||
|
||||
/* PHP 7.3 Release */
|
||||
|
||||
16
releases/7_4_11.php
Normal file
16
releases/7_4_11.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7.4.11.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 7.4.11 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 7.4.11 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.4.11. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.4.11 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.11">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user