mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.3.23
This commit is contained in:
@@ -1138,6 +1138,48 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<a name="PHP_7_3"></a>
|
||||
|
||||
<section class="version" id="7.3.23"><!-- {{{ 7.3.23 -->
|
||||
<h3>Version 7.3.23</h3>
|
||||
<b><?php release_date('01-Oct-2020'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<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>
|
||||
<li><?php bugfix(79699); ?> (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)</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(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.3.22"><!-- {{{ 7.3.22 -->
|
||||
<h3>Version 7.3.22</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-3.xml"/>
|
||||
<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"/>
|
||||
|
||||
21
archive/entries/2020-10-01-3.xml
Normal file
21
archive/entries/2020-10-01-3.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.3.23 Released!</title>
|
||||
<id>https://www.php.net/archive/2020.php#2020-10-01-3</id>
|
||||
<published>2020-10-01T13:28:37+00:00</published>
|
||||
<updated>2020-10-01T13:28:37+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2020-10-01-3" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2020.php#2020-10-01-3" 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.3.23. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.3.23 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.3.23">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,43 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.3.22' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_3_22.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
0 => '',
|
||||
),
|
||||
'date' => '03 Sep 2020',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.22.tar.bz2',
|
||||
'name' => 'PHP 7.3.22 (tar.bz2)',
|
||||
'sha256' => 'c790b8172520b2ff773d6cf80774ea0a678a2f16e8ee6b11d68802094448689e',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.22.tar.gz',
|
||||
'name' => 'PHP 7.3.22 (tar.gz)',
|
||||
'sha256' => '759426cb4054e3f23316c39710faff0bb8063fd0ea50fc2c5efa590429af1a22',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.3.22.tar.xz',
|
||||
'name' => 'PHP 7.3.22 (tar.xz)',
|
||||
'sha256' => '0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5',
|
||||
'date' => '03 Sep 2020',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.4.10' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -27,13 +27,13 @@ $RELEASES = (function() {
|
||||
);
|
||||
|
||||
/* PHP 7.3 Release */
|
||||
$PHP_7_3_VERSION = "7.3.22";
|
||||
$PHP_7_3_VERSION = "7.3.23";
|
||||
$PHP_7_3_DATE = "03 Sep 2020";
|
||||
$PHP_7_3_TAGS = ['']; // Set to ['security'] for security releases.
|
||||
$PHP_7_3_SHA256 = array(
|
||||
"tar.bz2" => "c790b8172520b2ff773d6cf80774ea0a678a2f16e8ee6b11d68802094448689e",
|
||||
"tar.gz" => "759426cb4054e3f23316c39710faff0bb8063fd0ea50fc2c5efa590429af1a22",
|
||||
"tar.xz" => "0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5",
|
||||
"tar.bz2" => "fd6666ad4605508042c6964151379475daea36c43e03b11b1e79d4ae6b04c04c",
|
||||
"tar.gz" => "a21094b9ba2d8fe7fa5838e6566e30cf4bfaf2c8a6dce90ff707c45d0d8d494d",
|
||||
"tar.xz" => "2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034",
|
||||
);
|
||||
|
||||
/* PHP 7.2 Release */
|
||||
|
||||
16
releases/7_3_23.php
Normal file
16
releases/7_3_23.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7.3.23.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 7.3.23 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 7.3.23 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.3.23. This is a security release.</p>
|
||||
|
||||
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
|
||||
|
||||
<p>For source downloads of PHP 7.3.23 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.3.23">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user