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

Announce 7.4.9

This commit is contained in:
Derick Rethans
2020-08-06 11:15:40 +01:00
parent c4ba408089
commit d20df9f8eb
7 changed files with 141 additions and 9 deletions

View File

@@ -12,6 +12,64 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_4"></a>
<section class="version" id="7.4.9"><!-- {{{ 7.4.9 -->
<h3>Version 7.4.9</h3>
<b><?php release_date('06-Aug-2020'); ?></b>
<ul><li>Apache:
<ul>
<li><?php bugfix(79030); ?> (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).</li>
</ul></li>
<li>COM:
<ul>
<li><?php bugfix(63208); ?> (BSTR to PHP string conversion not binary safe).</li>
<li><?php bugfix(63527); ?> (DCOM does not work with Username, Password parameter).</li>
</ul></li>
<li>Core:
<ul>
<li><?php bugfix(79740); ?> (serialize() and unserialize() methods can not be called statically).</li>
<li><?php bugfix(79783); ?> (Segfault in php_str_replace_common).</li>
<li><?php bugfix(79778); ?> (Assertion failure if dumping closure with unresolved static variable).</li>
<li><?php bugfix(79779); ?> (Assertion failure when assigning property of string offset by reference).</li>
<li><?php bugfix(79792); ?> (HT iterators not removed if empty array is destroyed).</li>
<li><?php bugfix(78598); ?> (Changing array during undef index RW error segfaults).</li>
<li><?php bugfix(79784); ?> (Use after free if changing array during undef var during array write fetch).</li>
<li><?php bugfix(79793); ?> (Use after free if string used in undefined index warning is changed).</li>
<li><?php bugfix(79862); ?> (Public non-static property in child should take priority over private static).</li>
<li><?php bugfix(79877); ?> (getimagesize function silently truncates after a null byte) (cmb)</li>
</ul></li>
<li>Fileinfo:
<ul>
<li><?php bugfix(79756); ?> (finfo_file crash (FILEINFO_MIME)).</li>
</ul></li>
<li>FTP:
<ul>
<li><?php bugfix(55857); ?> (ftp_size on large files).</li>
</ul></li>
<li>Mbstring:
<ul>
<li><?php bugfix(79787); ?> (mb_strimwidth does not trim string).</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(79797); ?> (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)</li>
</ul></li>
<li>Reflection:
<ul>
<li><?php bugfix(79487); ?> (::getStaticProperties() ignores property modifications).</li>
<li><?php bugfix(69804); ?> (::getStaticPropertyValue() throws on protected props).</li>
<li><?php bugfix(79820); ?> (Use after free when type duplicated into ReflectionProperty gets resolved).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(70362); ?> (Can't copy() large 'data://' with open_basedir).</li>
<li><?php bugfix(78008); ?> (dns_check_record() always return true on Alpine).</li>
<li><?php bugfix(79839); ?> (array_walk() does not respect property types).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.4.8"><!-- {{{ 7.4.8 -->
<h3>Version 7.4.8</h3>
<b><?php release_date('09-Jul-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-08-06-4.xml"/>
<xi:include href="entries/2020-08-06-3.xml"/>
<xi:include href="entries/2020-08-06-2.xml"/>
<xi:include href="entries/2020-08-06-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 7.4.9 Released!</title>
<id>https://www.php.net/archive/2020.php#2020-08-06-4</id>
<published>2020-08-06T10:08:21+00:00</published>
<updated>2020-08-06T10:08:21+00:00</updated>
<link href="https://www.php.net/index.php#id2020-08-06-4" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2020.php#2020-08-06-4" 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.9. This is a bug fix release.</p>
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.4.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-7.php#7.4.9">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -60,11 +60,12 @@ include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP $version Release Announcement');
?>
$template
<?php site_footer();");
<?php site_footer();
");
$addedFiles[] = RELEASES_REL . $release;
}
echo "News entry created.\n";
echo "Please sanity check changes to " . Entry::ARCHIVE_FILE_REL . " and add the newly created file(s):\n";
foreach ($addedFiles as $file) { echo " git add $file\n"; }
echo "Please sanity check changes to " . Entry::ARCHIVE_FILE_REL . " and add the newly created file(s):\ngit add";
foreach ($addedFiles as $file) { echo " $file"; }
echo "\n";

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.4.8' =>
array (
'announcement' =>
array (
'English' => '/releases/7_4_8.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '09 Jul 2020',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.4.8.tar.bz2',
'name' => 'PHP 7.4.8 (tar.bz2)',
'sha256' => '6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062',
'date' => '09 Jul 2020',
),
1 =>
array (
'filename' => 'php-7.4.8.tar.gz',
'name' => 'PHP 7.4.8 (tar.gz)',
'sha256' => '649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba',
'date' => '09 Jul 2020',
),
2 =>
array (
'filename' => 'php-7.4.8.tar.xz',
'name' => 'PHP 7.4.8 (tar.xz)',
'sha256' => '642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245',
'date' => '09 Jul 2020',
),
),
'museum' => false,
),
'7.3.20' =>
array (
'announcement' =>

View File

@@ -17,13 +17,13 @@
*/
$RELEASES = (function() {
/* PHP 7.4 Release */
$PHP_7_4_VERSION = "7.4.8";
$PHP_7_4_DATE = "09 Jul 2020";
$PHP_7_4_VERSION = "7.4.9";
$PHP_7_4_DATE = "06 Aug 2020";
$PHP_7_4_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_4_SHA256 = array(
"tar.gz" => "649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba",
"tar.bz2" => "6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062",
"tar.xz" => "642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245",
"tar.gz" => "c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e",
"tar.bz2" => "2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb",
"tar.xz" => "23733f4a608ad1bebdcecf0138ebc5fd57cf20d6e0915f98a9444c3f747dc57b",
);
/* PHP 7.3 Release */

14
releases/7_4_9.php Normal file
View File

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