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

Announce PHP 8.0.9

This commit is contained in:
Gabriel Caruso
2021-07-29 15:44:09 +02:00
parent d567df3bd4
commit e7f776fa28
6 changed files with 120 additions and 5 deletions

View File

@@ -8,6 +8,47 @@ changelog_header(8, $MINOR_VERSIONS);
?>
<a id="PHP_8_0"></a>
<section class="version" id="8.0.9"><!-- {{{ 8.0.9 -->
<h3>Version 8.0.9</h3>
<b><?php release_date('29-Jul-2021'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(81145); ?> (copy() and stream_copy_to_stream() fail for +4GB files).</li>
<li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</li>
<li><?php bugfix(81159); ?> (Object to int warning when using an object as a string offset).</li>
<li><?php bugfix(80728); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
<li><?php bugfix(73630); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
<li><?php bugfix(80173); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
<li><?php bugfix(73226); ?> (--r[fcez] always return zero exit code).</li>
</ul></li>
<li>Intl:
<ul>
<li><?php bugfix(72809); ?> (Locale::lookup() wrong result with canonicalize option).</li>
<li><?php bugfix(68471); ?> (IntlDateFormatter fails for "GMT+00:00" timezone).</li>
<li><?php bugfix(74264); ?> (grapheme_strrpos() broken for negative offsets).</li>
</ul></li>
<li>OpenSSL:
<ul>
<li><?php bugfix(52093); ?> (openssl_csr_sign truncates $serial).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(81101); ?> (PCRE2 10.37 shows unexpected result).</li>
<li><?php bugfix(81243); ?> (Too much memory is allocated for preg_replace()).</li>
</ul></li>
<li>Reflection:
<ul>
<li><?php bugfix(81208); ?> (Segmentation fault while create newInstance from attribute).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(81223); ?> (flock() only locks first byte of file).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="8.0.8"><!-- {{{ 8.0.8 -->
<h3>Version 8.0.8</h3>
<b><?php release_date('01-Jul-2021'); ?></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/2021-07-29-1.xml"/>
<xi:include href="entries/2021-07-22-1.xml"/>
<xi:include href="entries/2021-07-13-1.xml"/>
<xi:include href="entries/2021-07-08-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.9 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-07-29-1</id>
<published>2021-07-29T13:26:00+00:00</published>
<updated>2021-07-29T13:26:00+00:00</updated>
<link href="https://www.php.net/index.php#id2021-07-29-1" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-07-29-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.9. This is a bug fix release.</p>
<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 8.0.9 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.9">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.0.8' =>
array (
'announcement' =>
array (
'English' => '/releases/8_0_8.php',
),
'tags' =>
array (
),
'date' => '01 Jul 2021',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.0.8.tar.gz',
'name' => 'PHP 8.0.8 (tar.gz)',
'sha256' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945',
'date' => '01 Jul 2021',
),
1 =>
array (
'filename' => 'php-8.0.8.tar.bz2',
'name' => 'PHP 8.0.8 (tar.bz2)',
'sha256' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f',
'date' => '01 Jul 2021',
),
2 =>
array (
'filename' => 'php-8.0.8.tar.xz',
'name' => 'PHP 8.0.8 (tar.xz)',
'sha256' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c',
'date' => '01 Jul 2021',
),
),
'museum' => false,
),
'8.0.7' =>
array (
'announcement' =>

View File

@@ -20,13 +20,13 @@ $RELEASES = (function() {
/* PHP 8.0 Release */
$data['8.0'] = [
'version' => '8.0.8',
'date' => '01 Jul 2021',
'version' => '8.0.9',
'date' => '29 Jul 2021',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
'tar.gz' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945',
'tar.bz2' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f',
'tar.xz' => 'dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c',
'tar.gz' => '1f0d72e90ab6ad0ae13329a96b281f71bc592563ce4e3a4c816b8da4b5854fb4',
'tar.bz2' => '6ac8edebd295ddc43fb010653c43ccf203cd7cdc40981b210ed5275994040806',
'tar.xz' => '71a01b2b56544e20e28696ad5b366e431a0984eaa39aa5e35426a4843e172010',
]
];

16
releases/8_0_9.php Normal file
View File

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