Commit: d20df9f8eb2cfbbb2fba7d13fb544f2bc05a3fc8
Author: Derick Rethans <[email protected]> Thu, 6 Aug 2020
11:15:40 +0100
Parents: c4ba40808914682ae0560b72a7b6ca8093215aed
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=d20df9f8eb2cfbbb2fba7d13fb544f2bc05a3fc8
Log:
Announce 7.4.9
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2020-08-06-4.xml
M bin/createReleaseEntry
M include/releases.inc
M include/version.inc
A releases/7_4_9.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index c14e09e81..990653eb1 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -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>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3d16a47e1..36f82ce64 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</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"/>
diff --git a/archive/entries/2020-08-06-4.xml b/archive/entries/2020-08-06-4.xml
new file mode 100644
index 000000000..e5dfbff18
--- /dev/null
+++ b/archive/entries/2020-08-06-4.xml
@@ -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>
diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry
index 00221737e..89fa68e46 100755
--- a/bin/createReleaseEntry
+++ b/bin/createReleaseEntry
@@ -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";
diff --git a/include/releases.inc b/include/releases.inc
index e6c31cad8..9bc4dfc68 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -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' =>
diff --git a/include/version.inc b/include/version.inc
index 6655cba55..129f7ea31 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -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 */
diff --git a/releases/7_4_9.php b/releases/7_4_9.php
new file mode 100644
index 000000000..d98e60ac0
--- /dev/null
+++ b/releases/7_4_9.php
@@ -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();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php