mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce 7.4.13
This commit is contained in:
@@ -12,6 +12,71 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<a name="PHP_7_4"></a>
|
||||
|
||||
<section class="version" id="7.4.13"><!-- {{{ 7.4.13 -->
|
||||
<h3>Version 7.4.13</h3>
|
||||
<b><?php release_date('26-Nov-2020'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(80280); ?> (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).</li>
|
||||
<li><?php bugfix(80258); ?> (Windows Deduplication Enabled, randon permission errors).</li>
|
||||
</ul></li>
|
||||
<li>COM:
|
||||
<ul>
|
||||
<li><?php bugfix(62474); ?> (com_event_sink crashes on certain arguments).</li>
|
||||
</ul></li>
|
||||
<li>DOM:
|
||||
<ul>
|
||||
<li><?php bugfix(80268); ?> (loadHTML() truncates at NUL bytes).</li>
|
||||
</ul></li>
|
||||
<li>FFI:
|
||||
<ul>
|
||||
<li><?php bugfix(79177); ?> (FFI doesn't handle well PHP exceptions within callback).</li>
|
||||
</ul></li>
|
||||
<li>IMAP:
|
||||
<ul>
|
||||
<li><?php bugfix(64076); ?> (imap_sort() does not return FALSE on failure).</li>
|
||||
<li><?php bugfix(76618); ?> (segfault on imap_reopen).</li>
|
||||
<li><?php bugfix(80239); ?> (imap_rfc822_write_address() leaks memory).</li>
|
||||
<li>Fixed minor regression caused by fixing bug #80220.</li>
|
||||
<li><?php bugfix(80242); ?> (imap_mail_compose() segfaults for multipart with rfc822).</li>
|
||||
</ul></li>
|
||||
<li>MySQLi:
|
||||
<ul>
|
||||
<li><?php bugfix(79375); ?> (mysqli_store_result does not report error from lock wait timeout).</li>
|
||||
<li><?php bugfix(76525); ?> (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used).</li>
|
||||
<li><?php bugfix(72413); ?> (mysqlnd segfault (fetch_row second parameter typemismatch)).</li>
|
||||
</ul></li>
|
||||
<li>ODBC:
|
||||
<ul>
|
||||
<li><?php bugfix(44618); ?> (Fetching may rely on uninitialized data).</li>
|
||||
</ul></li>
|
||||
<li>Opcache:
|
||||
<ul>
|
||||
<li><?php bugfix(79643); ?> (PHP with Opcache crashes when a file with specific name is included).</li>
|
||||
<li>Fixed run-time binding of preloaded dynamically declared function.</li>
|
||||
</ul></li>
|
||||
<li>OpenSSL:
|
||||
<ul>
|
||||
<li><?php bugfix(79983); ?> (openssl_encrypt / openssl_decrypt fail with OCB mode).</li>
|
||||
</ul></li>
|
||||
<li>PDO MySQL:
|
||||
<ul>
|
||||
<li><?php bugfix(66528); ?> (No PDOException or errorCode if database becomes unavailable before PDO::commit).</li>
|
||||
<li><?php bugfix(65825); ?> (PDOStatement::fetch() does not throw exception on broken server connection).</li>
|
||||
</ul></li>
|
||||
<li>SNMP:
|
||||
<ul>
|
||||
<li><?php bugfix(70461); ?> (disable md5 code when it is not supported in net-snmp).</li>
|
||||
</ul></li>
|
||||
<li>Standard:
|
||||
<ul>
|
||||
<li><?php bugfix(80266); ?> (parse_url silently drops port number 0).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
|
||||
|
||||
<section class="version" id="7.4.12"><!-- {{{ 7.4.12 -->
|
||||
<h3>Version 7.4.12</h3>
|
||||
<b><?php release_date('29-Oct-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-11-26-1.xml"/>
|
||||
<xi:include href="entries/2020-11-23-1.xml"/>
|
||||
<xi:include href="entries/2020-11-19-1.xml"/>
|
||||
<xi:include href="entries/2020-11-12-1.xml"/>
|
||||
|
||||
21
archive/entries/2020-11-26-1.xml
Normal file
21
archive/entries/2020-11-26-1.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.13 Released!</title>
|
||||
<id>https://www.php.net/archive/2020.php#2020-11-26-1</id>
|
||||
<published>2020-11-26T01:12:18+00:00</published>
|
||||
<updated>2020-11-26T01:12:18+00:00</updated>
|
||||
<link href="https://www.php.net/index.php#id2020-11-26-1" rel="alternate" type="text/html"/>
|
||||
<link href="https://www.php.net/archive/2020.php#2020-11-26-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.13. 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.13 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.13">ChangeLog</a>.
|
||||
</p> </div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
7 =>
|
||||
array (
|
||||
'7.4.12' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/7_4_12.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '29 Oct 2020',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.12.tar.bz2',
|
||||
'name' => 'PHP 7.4.12 (tar.bz2)',
|
||||
'sha256' => '6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967',
|
||||
'date' => '29 Oct 2020',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.12.tar.gz',
|
||||
'name' => 'PHP 7.4.12 (tar.gz)',
|
||||
'sha256' => 'f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286',
|
||||
'date' => '29 Oct 2020',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-7.4.12.tar.xz',
|
||||
'name' => 'PHP 7.4.12 (tar.xz)',
|
||||
'sha256' => 'e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76',
|
||||
'date' => '29 Oct 2020',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'7.4.11' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
*/
|
||||
$RELEASES = (function() {
|
||||
/* PHP 7.4 Release */
|
||||
$PHP_7_4_VERSION = "7.4.12";
|
||||
$PHP_7_4_DATE = "29 Oct 2020";
|
||||
$PHP_7_4_VERSION = "7.4.13";
|
||||
$PHP_7_4_DATE = "26 Nov 2020";
|
||||
$PHP_7_4_TAGS = []; // Set to ['security'] for security releases.
|
||||
$PHP_7_4_SHA256 = array(
|
||||
"tar.gz" => "f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286",
|
||||
"tar.bz2" => "6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967",
|
||||
"tar.xz" => "e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76",
|
||||
"tar.gz" => "0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f",
|
||||
"tar.bz2" => "15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda",
|
||||
"tar.xz" => "aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4",
|
||||
);
|
||||
|
||||
/* PHP 7.3 Release */
|
||||
|
||||
16
releases/7_4_13.php
Normal file
16
releases/7_4_13.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'releases/7.4.13.php';
|
||||
include_once __DIR__ . '/../include/prepend.inc';
|
||||
site_header('PHP 7.4.13 Release Announcement');
|
||||
?>
|
||||
<h1>PHP 7.4.13 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP 7.4.13. 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.13 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.13">ChangeLog</a>.
|
||||
</p>
|
||||
<?php site_footer();
|
||||
Reference in New Issue
Block a user