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

Announce PHP 8.1.28

This commit is contained in:
Ben Ramsey
2024-04-12 10:51:12 -05:00
parent db4cc533b3
commit 97f5bbe679
8 changed files with 96 additions and 8 deletions

View File

@@ -2282,6 +2282,20 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_1"></a>
<section class="version" id="8.1.28"><!-- {{{ 8.1.28 -->
<h3>Version 8.1.28</h3>
<b><?php release_date('11-Apr-2024'); ?></b>
<ul><li>Standard:
<ul>
<li>Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command parameter of proc_open). (CVE-2024-1874)</li>
<li>Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix). (CVE-2024-2756)</li>
<li>Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true, opening ATO risk). (CVE-2024-3096)</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.1.27"><!-- {{{ 8.1.27 -->
<h3>Version 8.1.27</h3>
<b><?php release_date('21-Dec-2023'); ?></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/2024-04-11-3.xml"/>
<xi:include href="entries/2024-04-11-2.xml"/>
<xi:include href="entries/2024-04-11-1.xml"/>
<xi:include href="entries/2024-03-22-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 8.1.28 Released!</title>
<id>https://www.php.net/archive/2024.php#2024-04-11-3</id>
<published>2024-04-11T23:59:59+00:00</published>
<updated>2024-04-12T15:42:40+00:00</updated>
<link href="https://www.php.net/index.php#2024-04-11-3" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2024.php#2024-04-11-3" 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 8.1.28. This is a security release.</p>
<p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.1.28 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-8.php#8.1.28">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/php
#!/usr/bin/env php
<?php
(PHP_SAPI === 'cli') or die("Please run this script using the cli sapi");

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/php
#!/usr/bin/env php
<?php
PHP_SAPI == 'cli' or die("Please run this script using the cli sapi");

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.1.27' =>
array (
'announcement' =>
array (
'English' => '/releases/8_1_27.php',
),
'tags' =>
array (
),
'date' => '21 Dec 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.1.27.tar.gz',
'name' => 'PHP 8.1.27 (tar.gz)',
'sha256' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d',
'date' => '21 Dec 2023',
),
1 =>
array (
'filename' => 'php-8.1.27.tar.bz2',
'name' => 'PHP 8.1.27 (tar.bz2)',
'sha256' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1',
'date' => '21 Dec 2023',
),
2 =>
array (
'filename' => 'php-8.1.27.tar.xz',
'name' => 'PHP 8.1.27 (tar.xz)',
'sha256' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658',
'date' => '21 Dec 2023',
),
),
'museum' => false,
),
'8.3.4' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function () {
/* PHP 8.1 Release */
$data['8.1'] = [
'version' => '8.1.27',
'date' => '21 Dec 2023',
'tags' => [], // Set to ['security'] for security releases.
'version' => '8.1.28',
'date' => '11 Apr 2024',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d',
'tar.bz2' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1',
'tar.xz' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658',
'tar.gz' => 'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea',
'tar.bz2' => '8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee',
'tar.xz' => '95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080',
]
];

16
releases/8_1_28.php Normal file
View File

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