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

7.2.21 annoucement

This commit is contained in:
Remi Collet
2019-08-01 10:45:41 +02:00
parent 52ad1ede1a
commit a21dd95f9b
6 changed files with 151 additions and 6 deletions

View File

@@ -924,6 +924,73 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_2"></a>
<section class="version" id="7.2.21"><!-- {{{ 7.2.21 -->
<h3>Version 7.2.21</h3>
<b><?php release_date('01-Aug-2019'); ?></b>
<ul><li>Date:
<ul>
<li><?php bugfix(69044); ?> (discrepency between time and microtime).</li>
</ul></li>
<li>EXIF:
<ul>
<li><?php bugfix(78256); ?> (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)</li>
<li><?php bugfix(78222); ?> (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)</li>
</ul></li>
<li>Fileinfo:
<ul>
<li><?php bugfix(78183); ?> (finfo_file shows wrong mime-type for .tga file).</li>
</ul></li>
<li>FTP:
<ul>
<li><?php bugfix(77124); ?> (FTP with SSL memory leak).</li>
</ul></li>
<li>Libxml:
<ul>
<li><?php bugfix(78279); ?> (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)).</li>
</ul></li>
<li>LiteSpeed:
<ul>
<li>Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode).</li>
<li><?php bugfix(76058); ?> (After "POST data can't be buffered", using php://input makes huge tmp files).</li>
</ul></li>
<li>Openssl:
<ul>
<li><?php bugfix(78231); ?> (Segmentation fault upon stream_socket_accept of exported socket-to-stream).</li>
</ul></li>
<li>OPcache:
<ul>
<li><?php bugfix(78189); ?> (file cache strips last character of uname hash).</li>
<li><?php bugfix(78202); ?> (Opcache stats for cache hits are capped at 32bit NUM).</li>
<li><?php bugfix(78291); ?> (opcache_get_configuration doesn't list all directives).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(77919); ?> (Potential UAF in Phar RSHUTDOWN).</li>
</ul></li>
<li>Phpdbg:
<ul>
<li><?php bugfix(78297); ?> (Include unexistent file memory leak).</li>
</ul></li>
<li>PDO_Sqlite:
<ul>
<li><?php bugfix(78192); ?> (SegFault when reuse statement after schema has changed).</li>
</ul></li>
<li>SQLite:
<ul>
<li>Upgraded to SQLite 3.28.0.</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(78241); ?> (touch() does not handle dates after 2038 in PHP 64-bit).</li>
<li><?php bugfix(78269); ?> (password_hash uses weak options for argon2).</li>
</ul></li>
<li>XMLRPC:
<ul>
<li><?php bugfix(78173); ?> (XML-RPC mutates immutable objects during encoding).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.2.20"><!-- {{{ 7.2.20 -->
<h3>Version 7.2.20</h3>
<b><?php release_date('04-Jul-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-01-2.xml"/>
<xi:include href="entries/2019-08-01-1.xml"/>
<xi:include href="entries/2019-07-31-2.xml"/>
<xi:include href="entries/2019-07-31-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.2.21 Released</title>
<id>https://www.php.net/archive/2019.php#2019-08-01-2</id>
<published>2019-08-01T08:43:45+00:00</published>
<updated>2019-08-01T08:43:45+00:00</updated>
<link href="https://www.php.net/index.php#id2019-08-01-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-08-01-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.2.21. This is a security release which also contains several minor bug fixes.</p>
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.2.21 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.2.21">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
'7.2.20' =>
array (
'announcement' =>
array (
'English' => '/releases/7_2_20.php',
),
'tags' =>
array (
),
'date' => '04 Jul 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.2.20.tar.bz2',
'name' => 'PHP 7.2.20 (tar.bz2)',
'sha256' => '9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84',
'date' => '04 Jul 2019',
),
1 =>
array (
'filename' => 'php-7.2.20.tar.gz',
'name' => 'PHP 7.2.20 (tar.gz)',
'sha256' => 'd1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749',
'date' => '04 Jul 2019',
),
2 =>
array (
'filename' => 'php-7.2.20.tar.xz',
'name' => 'PHP 7.2.20 (tar.xz)',
'sha256' => 'eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494',
'date' => '04 Jul 2019',
),
),
'museum' => false,
),
'7.3.7' =>
array (
'announcement' =>

View File

@@ -27,13 +27,13 @@ $RELEASES = (function() {
);
/* PHP 7.2 Release */
$PHP_7_2_VERSION = "7.2.20";
$PHP_7_2_DATE = "04 Jul 2019";
$PHP_7_2_TAGS = []; // Set to ['security'] for security releases.
$PHP_7_2_VERSION = "7.2.21";
$PHP_7_2_DATE = "01 Aug 2019";
$PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_2_SHA256 = array(
"tar.bz2" => "9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84",
"tar.gz" => "d1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749",
"tar.xz" => "eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494",
"tar.bz2" => "343183a1be8336670171885c761d57ffcae99cbbcf1db43da7cb5565056b14ef",
"tar.gz" => "8327682bee4a8fd2edf5bbfcc393d986b945bec433fc74458d05e766701b313c",
"tar.xz" => "de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95",
);
/* PHP 7.1 Release */

17
releases/7_2_21.php Normal file
View File

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