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

Announce PHP 8.0.30

This commit is contained in:
Ben Ramsey
2023-08-04 13:31:29 -05:00
parent 4b4d55acbf
commit a6d5888f3a
6 changed files with 96 additions and 5 deletions

View File

@@ -2527,6 +2527,22 @@ changelog_header(8, $MINOR_VERSIONS);
<a id="PHP_8_0"></a>
<section class="version" id="8.0.30"><!-- {{{ 8.0.30 -->
<h3>Version 8.0.30</h3>
<b><?php release_date('03-Aug-2023'); ?></b>
<ul><li>Libxml:
<ul>
<li>Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading in XML without enabling it). (CVE-2023-3823)</li>
</ul></li>
<li>Phar:
<ul>
<li>Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()). (CVE-2023-3824)</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.0.29"><!-- {{{ 8.0.29 -->
<h3>Version 8.0.29</h3>
<b><?php release_date('08-Jun-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/2023-08-04-1.xml"/>
<xi:include href="entries/2023-08-03-2.xml"/>
<xi:include href="entries/2023-08-03-1.xml"/>
<xi:include href="entries/2023-07-29-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.0.30 Released!</title>
<id>https://www.php.net/archive/2023.php#2023-08-04-1</id>
<published>2023-08-04T18:29:29+00:00</published>
<updated>2023-08-04T18:29:29+00:00</updated>
<link href="https://www.php.net/index.php#2023-08-04-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2023.php#2023-08-04-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 8.0.30. This is a security release.</p>
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.0.30 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.0.30">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
8 =>
array (
'8.0.29' =>
array (
'announcement' =>
array (
'English' => '/releases/8_0_29.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '08 Jun 2023',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.0.29.tar.gz',
'name' => 'PHP 8.0.29 (tar.gz)',
'sha256' => 'db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684',
'date' => '08 Jun 2023',
),
1 =>
array (
'filename' => 'php-8.0.29.tar.bz2',
'name' => 'PHP 8.0.29 (tar.bz2)',
'sha256' => '4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12',
'date' => '08 Jun 2023',
),
2 =>
array (
'filename' => 'php-8.0.29.tar.xz',
'name' => 'PHP 8.0.29 (tar.xz)',
'sha256' => '14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9',
'date' => '08 Jun 2023',
),
),
'museum' => false,
),
'8.1.21' =>
array (
'announcement' =>

View File

@@ -44,13 +44,13 @@ $RELEASES = (function () {
/* PHP 8.0 Release */
$data['8.0'] = [
'version' => '8.0.29',
'date' => '08 Jun 2023',
'version' => '8.0.30',
'date' => '03 Aug 2023',
'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => 'db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684',
'tar.bz2' => '4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12',
'tar.xz' => '14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9',
'tar.gz' => '449d2048fcb20a314d8c218097c6d1047a9f1c5bb72aa54d5d3eba0a27a4c80c',
'tar.bz2' => '98a9cb6a0e27a6950cdf4b26dcac48f2be2d936d5224a502f066cf3d4cf19b92',
'tar.xz' => '216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9',
]
];

16
releases/8_0_30.php Normal file
View File

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