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

Announce 7.3.7

This commit is contained in:
Christoph M. Becker
2019-07-04 10:31:29 +02:00
parent 62a7eff3a8
commit 9432228fa4
6 changed files with 142 additions and 6 deletions

View File

@@ -10,6 +10,61 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a href="#PHP_7_1">7.1</a> | <a href="#PHP_7_0">7.0</a>
<a name="PHP_7_3"></a>
<section class="version" id="7.3.7"><!-- {{{ 7.3.7 -->
<h3>Version 7.3.7</h3>
<b><?php release_date('04-Jul-2019'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(76980); ?> (Interface gets skipped if autoloader throws an exception).</li>
</ul></li>
<li>DOM:
<ul>
<li><?php bugfix(78025); ?> (segfault when accessing properties of DOMDocumentType).</li>
</ul></li>
<li>MySQLi:
<ul>
<li><?php bugfix(77956); ?> (When mysqli.allow_local_infile = Off, use a meaningful error message).</li>
<li><?php bugfix(38546); ?> (bindParam incorrect processing of bool types).</li>
</ul></li>
<li>MySQLnd:
<ul>
<li><?php bugfix(77955); ?> (Random segmentation fault in mysqlnd from php-fpm).</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(78015); ?> (Incorrect evaluation of expressions involving partials arrays in SCCP).</li>
<li><?php bugfix(78106); ?> (Path resolution fails if opcache disabled during request).</li>
</ul></li>
<li>OpenSSL:
<ul>
<li><?php bugfix(78079); ?> (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).</li>
</ul></li>
<li>phpdbg:
<ul>
<li><?php bugfix(78050); ?> (SegFault phpdbg + opcache on include file twice).</li>
</ul></li>
<li>Sockets:
<ul>
<li><?php bugfix(78038); ?> (Socket_select fails when resource array contains references).</li>
</ul></li>
<li>Sodium:
<ul>
<li><?php bugfix(78114); ?> (segfault when calling sodium_* functions from eval).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(77135); ?> (Extract with EXTR_SKIP should skip $this).</li>
<li>Fixed bug ##77937 (preg_match failed).</li>
</ul></li>
<li>Zip:
<ul>
<li><?php bugfix(76345); ?> (zip.h not found).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.3.6"><!-- {{{ 7.3.6 -->
<h3>Version 7.3.6</h3>
<b><?php release_date('30-May-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-07-04-1.xml"/>
<xi:include href="entries/2019-06-26-1.xml"/>
<xi:include href="entries/2019-06-24-1.xml"/>
<xi:include href="entries/2019-06-19-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.7 Release Announcement</title>
<id>http://php.net/archive/2019.php#id2019-07-04-1</id>
<published>2019-07-04T08:29:00+00:00</published>
<updated>2019-07-04T08:29:00+00:00</updated>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<link href="http://php.net/index.php#id2019-07-04-1" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2019.php#id2019-07-04-1" rel="via" type="text/html"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The PHP development team announces the immediate availability of PHP
7.3.7. This is a bug fix release.</p>
<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.3.7 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.7">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.3.6' =>
array (
'announcement' =>
array (
'English' => '/releases/7_3_6.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-7.3.6.tar.bz2',
'name' => 'PHP 7.3.6 (tar.bz2)',
'sha256' => '1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77',
'date' => '30 May 2019',
),
1 =>
array (
'filename' => 'php-7.3.6.tar.gz',
'name' => 'PHP 7.3.6 (tar.gz)',
'sha256' => '72fbf223ff8659a61eed08eebffb4ede0256e7a69d2151ae24affa5377b70bb8',
'date' => '30 May 2019',
),
2 =>
array (
'filename' => 'php-7.3.6.tar.xz',
'name' => 'PHP 7.3.6 (tar.xz)',
'sha256' => 'fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164',
'date' => '30 May 2019',
),
),
'date' => '30 May 2019',
'museum' => false,
'tags' =>
array (
0 => 'security',
),
),
'7.1.29' =>
array (
'announcement' =>

View File

@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.3 Release */
$PHP_7_3_VERSION = "7.3.6";
$PHP_7_3_DATE = "30 May 2019";
$PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_3_VERSION = "7.3.7";
$PHP_7_3_DATE = "04 Jul 2019";
$PHP_7_3_TAGS = []; // Set to ['security'] for security releases.
$PHP_7_3_SHA256 = array(
"tar.bz2" => "1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77",
"tar.gz" => "72fbf223ff8659a61eed08eebffb4ede0256e7a69d2151ae24affa5377b70bb8",
"tar.xz" => "fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164",
"tar.bz2" => "c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18",
"tar.gz" => "4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328",
"tar.xz" => "ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c",
);
/* PHP 7.2 Release */

19
releases/7_3_7.php Normal file
View File

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