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

Announce 7.4.29

This commit is contained in:
Derick Rethans
2022-04-14 09:25:39 +01:00
parent d3a32f2857
commit f8e7c42a8a
6 changed files with 104 additions and 5 deletions

View File

@@ -8,6 +8,24 @@ changelog_header(7, $MINOR_VERSIONS);
?>
<a id="PHP_7_4"></a>
<section class="version" id="7.4.29"><!-- {{{ 7.4.29 -->
<h3>Version 7.4.29</h3>
<b><?php release_date('14-Apr-2022'); ?></b>
<ul><li>Core:
<ul>
<li>No source changes to this release. This update allows for re-building the
Windows binaries against upgraded dependencies which have received security
updates.</li>
</ul></li>
<li>Date:
<ul>
<li>Updated to latest IANA timezone database (2022a).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.4.28"><!-- {{{ 7.4.28 -->
<h3>Version 7.4.28</h3>
<b><?php release_date('17-Feb-2022'); ?></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/2022-04-14-1.xml"/>
<xi:include href="entries/2022-03-17-2.xml"/>
<xi:include href="entries/2022-03-17-1.xml"/>
<xi:include href="entries/2022-02-17-3.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.4.29 Released!</title>
<id>https://www.php.net/archive/2022.php#2022-04-14-1</id>
<published>2022-04-14T08:22:12+00:00</published>
<updated>2022-04-14T08:22:12+00:00</updated>
<link href="https://www.php.net/index.php#id2022-04-14-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2022.php#2022-04-14-1" rel="via" type="text/html"/>
<category term="releases" label="New PHP release"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 7.4.29. This is a security release for Windows users.</p>
<p>This is primarily a release for Windows users due to necessarily
upgrades to the OpenSSL and zlib dependencies in which security issues
have been found. All PHP 7.4 on Windows users are encouraged to upgrade
to this version.</p>
<p>For source downloads of PHP 7.4.29 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.29">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -731,6 +731,43 @@ $OLDRELEASES = array (
),
7 =>
array (
'7.4.28' =>
array (
'announcement' =>
array (
'English' => '/releases/7_4_28.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '17 Feb 2022',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.4.28.tar.gz',
'name' => 'PHP 7.4.28 (tar.gz)',
'sha256' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb',
'date' => '17 Feb 2022',
),
1 =>
array (
'filename' => 'php-7.4.28.tar.bz2',
'name' => 'PHP 7.4.28 (tar.bz2)',
'sha256' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58',
'date' => '17 Feb 2022',
),
2 =>
array (
'filename' => 'php-7.4.28.tar.xz',
'name' => 'PHP 7.4.28 (tar.xz)',
'sha256' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce',
'date' => '17 Feb 2022',
),
),
'museum' => false,
),
'7.4.27' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function() {
/* PHP 7.4 Release */
$data['7.4'] = [
'version' => '7.4.28',
'date' => '17 Feb 2022',
'version' => '7.4.29',
'date' => '14 Apr 2022',
'tags' => ['security'], // Set to ['security'] for security releases
'sha256' => [
'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb',
'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58',
'tar.xz' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce',
'tar.gz' => 'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854',
'tar.bz2' => '7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482',
'tar.xz' => '7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6',
]
];

19
releases/7_4_29.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_4_29.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 7.4.29 Release Announcement');
?>
<h1>PHP 7.4.29 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 7.4.29. This is a security release for Windows users.</p>
<p>This is primarily a release for Windows users due to necessarily
upgrades to the OpenSSL and zlib dependencies in which security issues
have been found. All PHP 7.4 on Windows users are encouraged to upgrade
to this version.</p>
<p>For source downloads of PHP 7.4.29 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.29">ChangeLog</a>.
</p>
<?php site_footer();