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

Announce 7.2.30

This commit is contained in:
Sara Golemon
2020-04-17 16:19:01 -04:00
parent 8ca4cff3bb
commit 04aca2a1a4
6 changed files with 98 additions and 5 deletions

View File

@@ -2260,6 +2260,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_2"></a>
<section class="version" id="7.2.30"><!-- {{{ 7.2.30 -->
<h3>Version 7.2.30</h3>
<b><?php release_date('16-Apr-2020'); ?></b>
<ul><li>Standard:
<ul>
<li><?php bugfix(79468); ?> (SIGSEGV when closing stream handle with a stream filter appended).</li>
<li><?php bugfix(79330); ?> (shell_exec() silently truncates after a null byte).</li>
<li><?php bugfix(79465); ?> (OOB Read in urldecode()).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.2.29"><!-- {{{ 7.2.29 -->
<h3>Version 7.2.29</h3>
<b><?php release_date('19-Mar-2020'); ?></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/2020-04-17-1.xml"/>
<xi:include href="entries/2020-04-16-2.xml"/>
<xi:include href="entries/2020-04-16-1.xml"/>
<xi:include href="entries/2020-04-14-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.30 Release Announcement</title>
<id>https://www.php.net/archive/2020.php#2020-04-17-1</id>
<published>2020-04-17T20:23:20+00:00</published>
<updated>2020-04-17T20:23:20+00:00</updated>
<link href="https://www.php.net/index.php#id2020-04-17-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2020.php#2020-04-17-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.2.30.
This is a security release.</p>
<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.2.30 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.30">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.2.29' =>
array (
'announcement' =>
array (
'English' => '/releases/7_2_29.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '19 Mar 2020',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.2.29.tar.bz2',
'name' => 'PHP 7.2.29 (tar.bz2)',
'sha256' => 'eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923',
'date' => '19 Mar 2020',
),
1 =>
array (
'filename' => 'php-7.2.29.tar.gz',
'name' => 'PHP 7.2.29 (tar.gz)',
'sha256' => 'ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890',
'date' => '19 Mar 2020',
),
2 =>
array (
'filename' => 'php-7.2.29.tar.xz',
'name' => 'PHP 7.2.29 (tar.xz)',
'sha256' => 'b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8',
'date' => '19 Mar 2020',
),
),
'museum' => false,
),
'7.4.4' =>
array (
'announcement' =>

View File

@@ -37,13 +37,13 @@ $RELEASES = (function() {
);
/* PHP 7.2 Release */
$PHP_7_2_VERSION = "7.2.29";
$PHP_7_2_DATE = "19 Mar 2020";
$PHP_7_2_VERSION = "7.2.30";
$PHP_7_2_DATE = "16 Apr 2020";
$PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_2_SHA256 = array(
"tar.bz2" => "eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923",
"tar.gz" => "ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890",
"tar.xz" => "b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8",
"tar.bz2" => "c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf",
"tar.gz" => "daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f",
"tar.xz" => "aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3",
);
return array(

17
releases/7_2_30.php Normal file
View File

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