1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.3.11

This commit is contained in:
Christoph M. Becker
2019-10-24 12:01:21 +02:00
parent f6c86fbe3b
commit 86012675c6
6 changed files with 144 additions and 5 deletions

View File

@@ -11,6 +11,64 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_3"></a>
<section class="version" id="7.3.11"><!-- {{{ 7.3.11 -->
<h3>Version 7.3.11</h3>
<b><?php release_date('24-Oct-2019'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(78535); ?> (auto_detect_line_endings value not parsed as bool).</li>
<li><?php bugfix(78620); ?> (Out of memory error).</li>
</ul></li>
<li>Exif:
<ul>
<li><?php bugfix(78442); ?> ('Illegal component' on exif_read_data since PHP7) (Kalle)</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(78599); ?> (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)</li>
<li><?php bugfix(78413); ?> (request_terminate_timeout does not take effect after fastcgi_finish_request).</li>
</ul></li>
<li>MBString:
<ul>
<li><?php bugfix(78633); ?> (Heap buffer overflow (read) in mb_eregi).</li>
<li><?php bugfix(78579); ?> (mb_decode_numericentity: args number inconsistency).</li>
<li><?php bugfix(78609); ?> (mb_check_encoding() no longer supports stringable objects).</li>
</ul></li>
<li>MySQLi:
<ul>
<li><?php bugfix(76809); ?> (SSL settings aren't respected when persistent connections are used).</li>
</ul></li>
<li>Mysqlnd:
<ul>
<li><?php bugfix(78525); ?> (Memory leak in pdo when reusing native prepared statements).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(78272); ?> (calling preg_match() before pcntl_fork() will freeze child process).</li>
</ul></li>
<li>PDO_MySQL:
<ul>
<li><?php bugfix(78623); ?> (Regression caused by "SP call yields additional empty result set").</li>
</ul></li>
<li>Session:
<ul>
<li><?php bugfix(78624); ?> (session_gc return value for user defined session handlers).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(76342); ?> (file_get_contents waits twice specified timeout).</li>
<li><?php bugfix(78612); ?> (strtr leaks memory when integer keys are used and the subject string shorter).</li>
<li><?php bugfix(76859); ?> (stream_get_line skips data if used with data-generating filter).</li>
</ul></li>
<li>Zip:
<ul>
<li><?php bugfix(78641); ?> (addGlob can modify given remove_path value).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.10"><!-- {{{ 7.3.10 -->
<h3>Version 7.3.10</h3>
<b><?php release_date('26-Sep-2019'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2019-10-24-2.xml"/>
<xi:include href="entries/2019-10-24-1.xml"/>
<xi:include href="entries/2019-10-18-1.xml"/>
<xi:include href="entries/2019-10-03-1.xml"/>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.3.11 Released</title>
<id>https://www.php.net/archive/2019.php#2019-10-24-2</id>
<published>2019-10-24T09:58:49+00:00</published>
<updated>2019-10-24T09:58:49+00:00</updated>
<link href="https://www.php.net/index.php#id2019-10-24-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-10-24-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.3.11. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.11 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.3.11">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.3.10' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_10.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '26 Sep 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.10.tar.bz2',
'name' => 'PHP 7.3.10 (tar.bz2)',
'sha256' => '506dd871c0fb8f00f872f53dd3b1dfa5f23a9edb4dfc521e5669c78a78c45448',
'date' => '26 Sep 2019',
),
1 =>
array (
'filename' => 'php-7.3.10.tar.gz',
'name' => 'PHP 7.3.10 (tar.gz)',
'sha256' => 'fb670723a9b8fda31c89529f27e0dda289d8af4b6ce9f152c8010876639c0fb4',
'date' => '26 Sep 2019',
),
2 =>
array (
'filename' => 'php-7.3.10.tar.xz',
'name' => 'PHP 7.3.10 (tar.xz)',
'sha256' => '42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906',
'date' => '26 Sep 2019',
),
),
'museum' => false,
),
'7.2.23' =>
array (
'announcement' =>

View File

@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.3 Release */
$PHP_7_3_VERSION = "7.3.10";
$PHP_7_3_DATE = "26 Sep 2019";
$PHP_7_3_VERSION = "7.3.11";
$PHP_7_3_DATE = "24 Oct 2019";
$PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_3_SHA256 = array(
"tar.bz2" => "506dd871c0fb8f00f872f53dd3b1dfa5f23a9edb4dfc521e5669c78a78c45448",
"tar.gz" => "fb670723a9b8fda31c89529f27e0dda289d8af4b6ce9f152c8010876639c0fb4",
"tar.xz" => "42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906",
"tar.bz2" => "92d1ff4b13c7093635f1ec338a5e6891ca99b10e65fbcadd527e5bb84d11b5e7",
"tar.gz" => "8f385f5bdf9193791f6c0f6303f518f3c324b6655ac108fdb3c426da7f3cf4d4",
"tar.xz" => "657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021",
);
/* PHP 7.2 Release */

19
releases/7_3_11.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_3_11.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 7.3.11 Release Announcement");
?>
<h1>PHP 7.3.11 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.3.11. This is a security release which also contains several bug fixes.</p>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.11 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.3.11">ChangeLog</a>.
</p>
<?php site_footer(); ?>