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

7.1.32 announce

This commit is contained in:
Joe Watkins
2019-08-30 08:42:30 +02:00
parent 5dcc918a59
commit 160bd27777
6 changed files with 101 additions and 5 deletions

View File

@@ -2467,6 +2467,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<!-- }}} --></section>
<a name="PHP_7_1"></a>
<section class="version" id="7.1.32"><!-- {{{ 7.1.32 -->
<h3>Version 7.1.32</h3>
<b><?php release_date('29-Aug-2019'); ?></b>
<ul><li>mbstring:
<ul>
<li>Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)</li>
</ul></li>
<li>pcre:
<ul>
<li><?php bugfix(75457); ?> (heap use-after-free in pcrelib) (cmb)</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.1.31"><!-- {{{ 7.1.31 -->
<h3>Version 7.1.31</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-30-1.xml"/>
<xi:include href="entries/2019-08-29-2.xml"/>
<xi:include href="entries/2019-08-29-1.xml"/>
<xi:include href="entries/2019-08-22-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.1.32 Released</title>
<id>https://www.php.net/archive/2019.php#2019-08-30-1</id>
<published>2019-08-30T06:42:02+00:00</published>
<updated>2019-08-30T06:42:02+00:00</updated>
<link href="https://www.php.net/index.php#id2019-08-30-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-08-30-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.1.32. This is a security release.</p>
<p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.1.32 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.1.32">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.1.31' =>
array (
'announcement' =>
array (
'English' => '/releases/7_1_31.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '01 Aug 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.1.31.tar.bz2',
'name' => 'PHP 7.1.31 (tar.bz2)',
'sha256' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd',
'date' => '01 Aug 2019',
),
1 =>
array (
'filename' => 'php-7.1.31.tar.gz',
'name' => 'PHP 7.1.31 (tar.gz)',
'sha256' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc',
'date' => '01 Aug 2019',
),
2 =>
array (
'filename' => 'php-7.1.31.tar.xz',
'name' => 'PHP 7.1.31 (tar.xz)',
'sha256' => '5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5',
'date' => '01 Aug 2019',
),
),
'museum' => false,
),
'7.2.21' =>
array (
'announcement' =>

View File

@@ -37,13 +37,13 @@ $RELEASES = (function() {
);
/* PHP 7.1 Release */
$PHP_7_1_VERSION = "7.1.31";
$PHP_7_1_DATE = "01 Aug 2019";
$PHP_7_1_VERSION = "7.1.32";
$PHP_7_1_DATE = "29 Aug 2019";
$PHP_7_1_TAGS = ['security'];
$PHP_7_1_SHA256 = array(
'tar.bz2' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd',
'tar.gz' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc',
'tar.xz' => '5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5',
'tar.bz2' => 'd7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a',
'tar.gz' => '6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c',
'tar.xz' => '7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741',
);
return array(

20
releases/7_1_32.php Normal file
View File

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