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

Announce 7.3.9

This commit is contained in:
Christoph M. Becker
2019-08-29 13:57:27 +02:00
parent 0d05ca5bd6
commit 39cc589f53
6 changed files with 140 additions and 5 deletions

View File

@@ -11,6 +11,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_3"></a>
<section class="version" id="7.3.9"><!-- {{{ 7.3.9 -->
<h3>Version 7.3.9</h3>
<b><?php release_date('29-Aug-2019'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(78363); ?> (Buffer overflow in zendparse).</li>
<li><?php bugfix(78379); ?> (Cast to object confuses GC, causes crash).</li>
<li><?php bugfix(78412); ?> (Generator incorrectly reports non-releasable $this as GC child).</li>
</ul></li>
<li>Curl:
<ul>
<li><?php bugfix(77946); ?> (Bad cURL resources returned by curl_multi_info_read()).</li>
</ul></li>
<li>Exif:
<ul>
<li><?php bugfix(78333); ?> (Exif crash (bus error) due to wrong alignment and invalid cast).</li>
</ul></li>
<li>FPM:
<ul>
<li><?php bugfix(77185); ?> (Use-after-free in FPM master event handling).</li>
</ul></li>
<li>Iconv:
<ul>
<li><?php bugfix(78342); ?> (Bus error in configure test for iconv //IGNORE).</li>
</ul></li>
<li>LiteSpeed:
<ul>
<li>Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).</li>
</ul></li>
<li>MBString:
<ul>
<li><?php bugfix(78380); ?> (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224)</li>
</ul></li>
<li>MySQLnd:
<ul>
<li><?php bugfix(78179); ?> (MariaDB server version incorrectly detected).</li>
<li><?php bugfix(78213); ?> (Empty row pocket).</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(77191); ?> (Assertion failure in dce_live_ranges() when silencing is used).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(69100); ?> (Bus error from stream_copy_to_stream (file -&gt; SSL stream) with invalid length).</li>
<li><?php bugfix(78282); ?> (atime and mtime mismatch).</li>
<li><?php bugfix(78326); ?> (improper memory deallocation on stream_get_contents() with fixed length buffer).</li>
<li><?php bugfix(78346); ?> (strip_tags no longer handling nested php tags).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.8"><!-- {{{ 7.3.8 -->
<h3>Version 7.3.8</h3>
<b><?php release_date('01-Aug-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-08-29-1.xml"/>
<xi:include href="entries/2019-08-22-1.xml"/>
<xi:include href="entries/2019-08-17-1.xml"/>
<xi:include href="entries/2019-08-12-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.9 Release Announcement</title>
<id>https://www.php.net/archive/2019.php#2019-08-29-1</id>
<published>2019-08-29T11:55:58+00:00</published>
<updated>2019-08-29T11:55:58+00:00</updated>
<link href="https://www.php.net/index.php#id2019-08-29-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-08-29-1" 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.9. 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.9 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.9">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.3.8' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_8.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '01 Aug 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.8.tar.bz2',
'name' => 'PHP 7.3.8 (tar.bz2)',
'sha256' => 'd566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5',
'date' => '01 Aug 2019',
),
1 =>
array (
'filename' => 'php-7.3.8.tar.gz',
'name' => 'PHP 7.3.8 (tar.gz)',
'sha256' => '31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490',
'date' => '01 Aug 2019',
),
2 =>
array (
'filename' => 'php-7.3.8.tar.xz',
'name' => 'PHP 7.3.8 (tar.xz)',
'sha256' => 'f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5',
'date' => '01 Aug 2019',
),
),
'museum' => false,
),
'7.1.30' =>
array (
'announcement' =>

View File

@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.3 Release */
$PHP_7_3_VERSION = "7.3.8";
$PHP_7_3_DATE = "01 Aug 2019";
$PHP_7_3_VERSION = "7.3.9";
$PHP_7_3_DATE = "29 Aug 2019";
$PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_3_SHA256 = array(
"tar.bz2" => "d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5",
"tar.gz" => "31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490",
"tar.xz" => "f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5",
"tar.bz2" => "a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4",
"tar.gz" => "5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d",
"tar.xz" => "4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd",
);
/* PHP 7.2 Release */

19
releases/7_3_9.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_3_9.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 7.3.9 Release Announcement");
?>
<h1>PHP 7.3.9 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.3.9. 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.9 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.9">ChangeLog</a>.
</p>
<?php site_footer(); ?>